haproxy-2.3.git
2021-09-07 Willy TarreauREGTESTS: mark http_abortonclose as broken
2021-09-07 Christopher... MINOR: action: Use a generic function to check validity...
2021-09-07 Christopher... Revert "BUG/MINOR: stream-int: Don't block reads in...
2021-09-03 Willy TarreauBUG/MAJOR: htx: fix missing header name length check...
2021-09-03 Willy TarreauCLEANUP: htx: remove comments about "must be < 256 MB"
2021-09-03 Willy TarreauBUG/MINOR: config: reject configs using HTTP with bufsi...
2021-09-03 Willy TarreauDOC: configuration: remove wrong tcp-request examples...
2021-09-03 Willy TarreauBUG/MINOR: vars: fix set-var/unset-var exclusivity...
2021-09-03 Tim DuesterhusCLEANUP: Add missing include guard to signal.h
2021-09-03 Tim DuesterhusBUG/MINOR: tools: Fix loop condition in dump_text()
2021-09-03 Tim DuesterhusBUG/MINOR threads: Use get_(local|gm)time instead of...
2021-09-03 Willy TarreauBUG/MINOR: ebtree: remove dependency on incorrect macro...
2021-09-03 Willy TarreauBUG/MINOR: lua: use strlcpy2() not strncpy() to copy...
2021-09-03 Willy TarreauMINOR: compiler: implement an ONLY_ONCE() macro
2021-09-03 Dragan DosenBUG/MEDIUM: base64: check output boundaries within...
2021-09-03 Willy TarreauBUG/MINOR: stick-table: fix the sc-set-gpt* parser...
2021-09-03 Willy TarreauREGTESTS: abortonclose: after retries, 503 is expected...
2021-08-27 Willy TarreauBUG/MEDIUM: sock: really fix detection of early connect...
2021-08-20 Willy TarreauBUG/MEDIUM: h2: match absolute-path not path-absolute...
2021-08-17 Willy Tarreau[RELEASE] Released version 2.3.13 v2.3.13
2021-08-17 Amaury DenoyelleREGTESTS: add a test to prevent h2 desync attacks
2021-08-17 Willy TarreauBUG/MEDIUM: h2: give :authority precedence over Host
2021-08-17 Willy TarreauBUG/MAJOR: h2: enforce stricter syntax checks on the...
2021-08-17 Willy TarreauBUG/MAJOR: h2: verify that :path starts with a '/'...
2021-08-17 Willy TarreauBUG/MAJOR: h2: verify early that non-http/https schemes...
2021-08-17 Willy TarreauMINOR: http: add a new function http_validate_scheme...
2021-08-17 Jonathon LacherDOC/MINOR: fix typo in management document
2021-08-13 Emeric BrunBUG/MEDIUM: cfgcheck: verify existing log-forward liste...
2021-08-12 Christopher... BUG/MEDIUM: spoe: Fix policy to close applets when...
2021-08-12 Christopher... DOC: config: Fix 'http-response send-spoe-group' docume...
2021-08-12 Christopher... DOC: Improve the lua documentation
2021-08-12 Christopher... BUG/MINOR: tcpcheck: Properly detect pending HTTP data...
2021-08-12 William LallemandBUG/MINOR: buffer: fix buffer_dump() formatting
2021-08-12 Christopher... BUG/MEDIUM: spoe: Create a SPOE applet if necessary...
2021-08-12 Christopher... MINOR: spoe: Add a pointer on the filter config in...
2021-08-12 Willy TarreauBUG/MINOR: server: update last_change on maint->ready...
2021-08-12 Willy TarreauBUG/MINOR: pollers: always program an update for migrat...
2021-08-12 Willy TarreauBUG/MINOR: poll: fix abnormally high skip_fd counter
2021-08-12 Willy TarreauBUG/MINOR: select: fix excess number of dead/skip reported
2021-08-12 Willy TarreauBUG/MEDIUM: pollers: clear the sleeping bit after wakin...
2021-08-12 Remi Tricot... BUG/MINOR: connection: Add missing error labels to...
2021-08-12 Christopher... BUG/MEDIUM: mux-h2: Handle remaining read0 cases on...
2021-07-27 Christopher... BUG/MINOR: mux-h2: Obey dontlognull option during the...
2021-07-27 William LallemandBUG/MINOR: systemd: must check the configuration using -Ws
2021-07-27 Christopher... BUG/MINOR: resolvers: Use a null-terminated string...
2021-07-27 Willy TarreauBUG/MINOR: check: fix the condition to validate a port...
2021-07-27 Amaury DenoyelleBUG/MEDIUM: ssl_sample: fix segfault for srv samples...
2021-07-27 Willy TarreauBUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXE...
2021-07-27 Willy TarreauBUG/MEDIUM: mworker: do not register an exit handler...
2021-07-27 Willy TarreauBUILD: lua: silence a build warning with TCC
2021-07-27 Willy TarreauBUILD: add detection of missing important CFLAGS
2021-07-08 Willy Tarreau[RELEASE] Released version 2.3.12 v2.3.12
2021-07-08 Willy TarreauBUG/MAJOR: pools: second fix for incomplete backport...
2021-07-08 Willy TarreauBUG/MAJOR: pools: fix incomplete backport of lockless...
2021-07-07 Christopher... [RELEASE] Released version 2.3.11 v2.3.11
2021-07-06 Christopher... Revert "MINOR: tcp-act: Add set-src/set-src-port for...
2021-07-06 Emeric BrunBUG/MINOR: peers: fix data_type bit computation more...
2021-07-06 Christopher... BUG/MEDIUM: resolvers: Make 1st server of a template...
2021-07-06 Christopher... MINOR: resolvers: Reset server IP on error in resolv_ge...
2021-07-06 Christopher... BUG/MINOR: resolvers: Reset server IP when no ip is...
2021-07-06 Christopher... BUG/MINOR: resolvers: Always attach server on matching...
2021-07-06 Christopher... BUG/MINOR: resolvers: Use resolver's lock in resolv_srv...
2021-07-06 Christopher... BUG/MEDIUM: resolvers: Add a task on servers to check...
2021-07-06 Christopher... MINOR: resolvers: Remove server from named_servers...
2021-07-06 Christopher... MINOR: resolvers: Clean server in a dedicated function...
2021-07-06 Christopher... BUG/MINOR: server: Forbid to set fqdn on the CLI if...
2021-07-06 Christopher... BUG/MINOR: server-state: load SRV resolution only if...
2021-07-06 Daniel BlackDOC: config: use CREATE USER for mysql-check
2021-07-06 Willy TarreauDOC: peers: fix the protocol tag name in the doc
2021-07-06 Emeric BrunDOC: stick-table: add missing documentation about gpt0...
2021-07-06 Emeric BrunBUG/MINOR: stick-table: fix several printf sign errors...
2021-07-06 Willy TarreauBUG/MINOR: cli: fix server name output in "show fd"
2021-07-06 Willy TarreauBUG/MEDIUM: sock: make sure to never miss early connect...
2021-06-30 Christopher... BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP...
2021-06-30 Dirkjan BussinkBUG/MINOR: checks: return correct error code for srv_pa...
2021-06-30 Christopher... DOC: config: Add missing actions in "tcp-request sessio...
2021-06-30 Christopher... MINOR: tcp-act: Add set-src/set-src-port for "tcp-reque...
2021-06-30 Amaury DenoyelleREGTESTS: fix maxconn update with agent-check
2021-06-30 Amaury DenoyelleBUG/MAJOR: server: fix deadlock when changing maxconn...
2021-06-30 Christopher... BUG/MINOR: server/cli: Fix locking in function processi...
2021-06-30 Christopher... BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn...
2021-06-30 Emeric BrunBUG/MAJOR: resolvers: segfault using server template...
2021-06-30 Emeric BrunMEDIUM: resolvers: add a ref between servers and srv...
2021-06-30 Emeric BrunMEDIUM: resolvers: add a ref on server to the used...
2021-06-30 Emeric BrunBUG/MINOR: resolvers: answser item list was randomly...
2021-06-21 Christopher... BUILD: cfgparse-ssl: Remove const from defpx param...
2021-06-18 Emeric BrunBUG/MEDIUM: dns: send messages on closed/reused fd...
2021-06-17 Willy TarreauMINOR: mux-h2: obey http-ignore-probes during the preface
2021-06-17 Willy TarreauBUG/MINOR: stats: make "show stat typed desc" work...
2021-06-17 Willy TarreauMINOR: backend: only skip LB when there are actual...
2021-06-17 Willy TarreauBUG/MAJOR: queue: set SF_ASSIGNED when setting strm...
2021-06-17 Willy TarreauBUG/MINOR: mworker: fix typo in chroot error message
2021-06-17 Willy TarreauBUG/MINOR: ssl: use atomic ops to update global shctx...
2021-06-17 Willy TarreauBUG/MEDIUM: shctx: use at least thread-based locking...
2021-06-17 Amaury DenoyelleBUG/MINOR: stick-table: insert srv in used_name tree...
2021-06-17 Christopher... DOC: lua: Add a warning about buffers modification...
2021-06-17 Christopher... BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter...
2021-06-17 Christopher... BUG/MAJOR: htx: Fix htx_defrag() when an HTX block...
2021-06-17 Willy TarreauCLEANUP: pools: remove now unused seq and pool_free_list
2021-06-17 Willy TarreauBUG/MAJOR: pools: fix possible race with free() in...
next