]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-06-23  Willy TarreauMINOR: debug: add a new DEBUG_FD build option
2020-06-23  Willy TarreauBUG/MINOR: http_ana: clarify connection pointer check...
2020-06-23  Tim DuesterhusMINOR: cfgparse: Warn on truncated lines / files
2020-06-23  Tim DuesterhusBUG/MINOR: cfgparse: Support configurations without...
2020-06-22  Miroslav ZagoracBUG/MINOR: spoe: correction of setting bits for analyzer
2020-06-22  Christopher... BUG/MEDIUM: fcgi-app: Resolve the sink if a fcgi-app...
2020-06-22  Christopher... REGTEST: Add a simple script to tests errorfile directi...
2020-06-19  Willy Tarreau[RELEASE] Released version 2.2-dev10 v2.2-dev10
2020-06-19  Peter GervaiDOC: configuration: http-check send was missing from...
2020-06-19  Peter GervaiDOC: configuration: Unindent non-code sentences in...
2020-06-19  Ryan O'HaraBUG/MINOR: systemd: Wait for network to be online
2020-06-19  Olivier HouchardMINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have...
2020-06-19  Willy TarreauBUG/MEDIUM: stream-int: fix loss of CO_SFL_MSG_MORE...
2020-06-19  Willy TarreauMEDIUM: map: make the "clear map" operation yield
2020-06-19  Willy TarreauBUG/MAJOR: init: properly compute the default global...
2020-06-19  William LallemandREGTEST: http-rules: test spaces in ACLs with master CLI
2020-06-19  William LallemandREGTEST: http-rules: test spaces in ACLs
2020-06-19  William LallemandBUG/MINOR: mworker/cli: fix semicolon escaping in maste...
2020-06-19  William LallemandBUG/MINOR: mworker/cli: fix the escaping in the master CLI
2020-06-19  Yves LafonBUG/MINOR: cli: allow space escaping on the CLI
2020-06-19  Willy TarreauMEDIUM: tasks: also process late wakeups in process_run...
2020-06-19  Willy TarreauMEDIUM: tasks: clean up the front side of the wait...
2020-06-19  Willy TarreauMINOR: haproxy: process signals before runnable tasks
2020-06-19  Willy TarreauCONTRIB: debug: add the missing flags CO_FL_SAFE_LIST...
2020-06-19  Willy TarreauMEDIUM: fd: add experimental support for edge-triggered...
2020-06-19  Dragan DosenMEDIUM: peers: add the "localpeer" global option
2020-06-19  Dragan DosenMINOR: peers: do not use localpeer as an array anymore
2020-06-18  Willy TarreauMINOR: fd: factorize the fd_takeover() exit path to...
2020-06-18  Willy TarreauMINOR: fd: slightly optimize the fd_takeover double...
2020-06-18  Willy TarreauMEDIUM: fd: refine the fd_takeover() migration lock
2020-06-17  Willy TarreauMINOR: activity: rename the "stream" field to "stream_c...
2020-06-17  Willy TarreauMINOR: activity: group the per-loop counters at the top
2020-06-17  Olivier HouchardBUG/MEDIUM: fd: Call fd_stop_recv() when we just got...
2020-06-17  Olivier HouchardBUG/MEDIUM: fd: Don't fd_stop_recv() a fd we don't...
2020-06-17  Olivier HouchardMINOR: fd: Fix a typo in a coment.
2020-06-17  Willy TarreauMINOR: activity: rename confusing poll_* fields in...
2020-06-17  Willy TarreauMINOR: activity: report the number of times poll()...
2020-06-17  Willy TarreauDOC: fd: make it clear that some fields ordering must...
2020-06-17  Willy TarreauCLEANUP: activity: remove unused counter fd_lock
2020-06-17  Willy TarreauBUG/MAJOR: connection: always disable ready events...
2020-06-16  Olivier HouchardBUILD: Fix build by including haproxy/global.h
2020-06-16  Willy TarreauMINOR: version: report the presence of the compiler...
2020-06-16  Willy TarreauMINOR: compiler: always define __has_feature()
2020-06-16  Willy TarreauMINOR: version: put the compiler version output into...
2020-06-16  Willy TarreauBUG/MINOR: spoe: add missing key length check before...
2020-06-16  Tim DuesterhusBUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_H...
2020-06-16  Willy TarreauMINOR: http: do not close connections anymore after...
2020-06-16  Willy TarreauBUG/MEDIUM: cfgparse: stop after a reasonable amount...
2020-06-16  Willy TarreauBUG/MEDIUM: cfgparse: use parse_line() to expand/unquot...
2020-06-16  Willy TarreauMINOR: tools: add a new configurable line parse, parse_...
2020-06-16  Willy TarreauBUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to...
2020-06-15  Tim DuesterhusBUG/MAJOR: vars: Fix bogus free() during deinit() for...
2020-06-15  Willy TarreauBUILD: haproxy: mark deinit_and_exit() as noreturn
2020-06-15  Willy TarreauBUG/MINOR: tcp-rules: tcp-response must check the buffe...
2020-06-15  Willy TarreauBUG/MINOR: http: make smp_fetch_body() report that...
2020-06-14  Willy TarreauBUILD: atomic: add string.h for memcpy() on ARM64
2020-06-14  Willy TarreauBUILD: compression: make gcc 10 happy with free_zlib()
2020-06-14  Tim DuesterhusBUG/MINOR: haproxy: Free rule->arg.vars.expr during...
2020-06-14  Tim DuesterhusMINOR: haproxy: Make use of deinit_and_exit() for clean...
2020-06-14  Tim DuesterhusMINOR: haproxy: Add void deinit_and_exit(int)
2020-06-13  Ilya ShipitsinCI: travis-ci: use "-O1" for clang builds
2020-06-12  Tim DuesterhusBUG/MEDIUM: checks: Fix off-by-one in allocation of...
2020-06-12  Willy TarreauBUILD: proto_uxst: shut up yet another gcc's absurd...
2020-06-12  Willy TarreauBUILD: thread: add parenthesis around values of locking...
2020-06-11  William LallemandBUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl...
2020-06-11  Tim DuesterhusBUILD: Re-enable -Wimplicit-fallthrough
2020-06-11  Willy TarreauBUG/MEDIUM: pattern: fix thread safety of pattern matching
2020-06-11  Tim DuesterhusBUILD: Remove nowarn for warnings that do not trigger
2020-06-11  Willy TarreauBUG/MEDIUM: log: don't hold the log lock during writev...
2020-06-11  Willy TarreauBUILD: include: add sys/types before netinet/tcp.h
2020-06-11  Willy Tarreau[RELEASE] Released version 2.2-dev9 v2.2-dev9
2020-06-11  Willy TarreauREORG: dgram: rename proto_udp to dgram
2020-06-11  Willy TarreauREORG: include: make list-t.h part of the base API
2020-06-11  Willy TarreauCLEANUP: include: tree-wide alphabetical sort of includ...
2020-06-11  Willy TarreauREORG: include: move THREAD_LOCAL and __decl_thread...
2020-06-11  Willy TarreauREORG: include: move MAX_THREADS to defaults.h
2020-06-11  Willy TarreauCLEANUP: include: make atomic.h part of the base API
2020-06-11  Willy TarreauCLEANUP: compiler: add a THREAD_ALIGNED macro and use...
2020-06-11  Willy TarreauBUILD: reorder objects in the Makefile for faster builds
2020-06-11  Willy TarreauREORG: include: move the error reporting functions...
2020-06-11  Willy TarreauCLEANUP: include: move sample_data out of sample-t.h
2020-06-11  Willy TarreauCLEANUP: include: don't include proxy-t.h in global-t.h
2020-06-11  Willy TarreauCLEANUP: include: don't include stddef.h directly
2020-06-11  Willy TarreauREORG: check: extract the external checks from check...
2020-06-11  Willy TarreauREORG: check: move email_alert* from proxy-t.h to maile...
2020-06-11  Willy TarreauREORG: check: move tcpchecks away from check.c
2020-06-11  Willy TarreauREORG: check: move the e-mail alerting code to mailers.c
2020-06-11  Willy TarreauCLEANUP: hpack: export debug functions and move inlines...
2020-06-11  Willy TarreauREORG: include: move cfgparse.h to haproxy/cfgparse.h
2020-06-11  Willy TarreauREORG: include: move stream.h to haproxy/stream{,-t}.h
2020-06-11  Willy TarreauREORG: include: move server.h to haproxy/server{,-t}.h
2020-06-11  Willy TarreauREORG: include: move queue.h to haproxy/queue{,-t}.h
2020-06-11  Willy TarreauREORG: include: move backend.h to haproxy/backend{...
2020-06-11  Willy TarreauREORG: include: move spoe.h to haproxy/spoe{,-t}.h
2020-06-11  Willy TarreauREORG: include: move proxy.h to haproxy/proxy{,-t}.h
2020-06-11  Willy TarreauREORG: include: move log.h to haproxy/log{,-t}.h
2020-06-11  Willy TarreauREORG: include: move fcgi-app.h to haproxy/fcgi-app...
2020-06-11  Willy TarreauREORG: include: move filters.h to haproxy/filters{...
2020-06-11  Willy TarreauREORG: include: move http_ana.h to haproxy/http_ana...
2020-06-11  Willy TarreauREORG: include: move channel.h to haproxy/channel{...
next