haproxy-3.0.git
2025-10-01 Aurelien DARRAGONBUG/MINOR: log: fix potential memory leak upon error...
2025-10-01 Amaury DenoyelleBUG/MINOR: connection: streamline conn detach from...
2025-10-01 Amaury DenoyelleBUG/MEDIUM: conn: fix UAF on connection after reversal...
2025-10-01 Willy TarreauREGTESTS: explicitly use "balance roundrobin" where...
2025-10-01 Frederic LecailleMINOR: quic: Add more information about RX packets
2025-10-01 Willy TarreauBUILD: acl: silence a possible null deref warning in...
2025-10-01 Willy TarreauBUG/MINOR: haproxy: be sure not to quit too early on...
2025-10-01 Amaury DenoyelleBUG/MINOR: quic: fix padding issue on INITIAL retransmit
2025-10-01 Amaury DenoyelleBUG/MINOR: quic: fix room check if padding requested
2025-10-01 Frederic LecailleBUG/MINOR: quic: ignore AGAIN ncbuf err when parsing...
2025-10-01 Alexander StephanBUG/MINOR: tools: Add OOM check for malloc() in indent_...
2025-10-01 Alexander StephanBUG/MINOR: compression: Add OOM check for calloc()...
2025-10-01 Alexander StephanBUG/MINOR: cfgparse: Add OOM check for calloc() in...
2025-10-01 Alexander StephanBUG/MINOR: acl: Add OOM check for calloc() in smp_fetch...
2025-10-01 Alexander StephanBUG/MINOR: log: Add OOM checks for calloc() and malloc...
2025-10-01 Alexander StephanBUG/MINOR: halog: Add OOM checks for calloc() in filter...
2025-10-01 Christopher... BUG/MEDIUM: server: Duplicate healthcheck's alpn inheri...
2025-10-01 Christopher... REG-TESTS: map_redirect: Don't use hdr_dom in ACLs...
2025-10-01 Amaury DenoyelleBUG/MAJOR: mux-quic: fix crash on reload during emission
2025-10-01 Frederic LecailleBUG/MEDIUM: quic: CRYPTO frame freeing without eb_delete()
2025-10-01 Frederic LecailleCLEANUP: quic: remove a useless CRYPTO frame variable...
2025-10-01 Amaury DenoyelleMINOR: doc: add missing statistics column
2025-10-01 Amaury DenoyelleMINOR: doc: add missing statistics column
2025-10-01 William LallemandDOC: configuration: confuse "strict-mode" with "zero...
2025-10-01 William LallemandDOC: unreliable sockpair@ on macOS
2025-10-01 Amaury DenoyelleBUG/MINOR: server: decrement session idle_conns on...
2025-10-01 Amaury DenoyelleBUG/MINOR: connection: remove extra session_unown_conn...
2025-10-01 Amaury DenoyelleBUG/MINOR: connection: rearrange union list members
2025-10-01 Valentine KrasnobaevaBUG/MINOR: acl: set arg_list->kw to aclkw->kw string...
2025-10-01 Frederic LecailleBUG/MINOR: mux-quic: trace with non initialized qcc
2025-10-01 Frederic LecailleMINOR: quic: remove ->offset qf_crypto struct field
2025-10-01 Frederic LecailleBUG/MINOR: quic: reorder fragmented RX CRYPTO frames...
2025-10-01 Christopher... BUG/MEDIUM: Remove sync sends from streams to applets
2025-10-01 Christopher... BUG/MEDIUM: stconn: Fix conditions to know an applet...
2025-10-01 Amaury DenoyelleMINOR: quic: centralize padding for HP sampling on...
2025-10-01 Amaury DenoyelleBUG/MAJOR: quic: fix INITIAL padding with probing packe...
2025-10-01 Amaury DenoyelleBUG/MINOR: quic: do not emit probe data if CONNECTION_C...
2025-10-01 Amaury DenoyelleBUG/MINOR: mux-h1: fix wrong lock label
2025-10-01 Christopher... BUG/MEDIUM: http-client: Test HTX_FL_EOM flag before...
2025-10-01 Lukas TribusDOC: config: recommend single quoting passwords
2025-10-01 Lukas TribusDOC: management: fix typo in commit f4f93c56
2025-10-01 Remi Tricot... BUG/MINOR: init: Initialize random seed earlier in...
2025-10-01 Olivier HouchardBUG/MEDIUM: ssl: fix build with AWS-LC
2025-10-01 Olivier HouchardBUG/MEDIUM: ssl: Fix 0rtt to the server
2025-10-01 Valentine KrasnobaevaBUG/MINOR: stick-table: cap sticky counter idx with...
2025-10-01 Willy TarreauBUILD: compat: always set _POSIX_VERSION to ease compar...
2025-10-01 Willy TarreauBUILD: compat: provide relaxed versions of the MIN...
2025-10-01 Amaury DenoyelleDOC: list missing global QUIC settings
2025-10-01 Olivier HouchardBUG/MEDIUM: threads: Disable the workaround to load...
2025-10-01 Valentine KrasnobaevaBUG/MINOR: halog: exit with error when some output...
2025-10-01 Christopher... BUG/MINOR: applet: Don't trigger BUG_ON if the tid...
2025-10-01 Frederic LecailleBUG/MINOR: quic: Wrong source address use on FreeBSD
2025-10-01 Christopher... BUG/MEDIUM: http-client: Notify applet has more data...
2025-10-01 Christopher... BUG/MEDIUM: http-client: Drain the request if an early...
2025-10-01 Christopher... BUG/MINOR: http-client: Reject any 101-switching-protoc...
2025-10-01 Christopher... BUG/MINOR: http-client: Ignore 1XX interim responses...
2025-10-01 Christopher... BUG/MEDIUM: http-client: Ask for more room when request...
2025-10-01 Christopher... BUG/MEDIUM: http-client: Properly inc input data when...
2025-10-01 Christopher... BUG/MEDIUM: http-client: Don't wake http-client applet...
2025-10-01 Willy TarreauBUG/MINOR: listener: really assign distinct IDs to...
2025-10-01 William LallemandMEDIUM: ssl/cli: relax crt insertion in crt-list of...
2025-10-01 William LallemandDOC: management: clarify usage of -V with -c
2025-10-01 Aurelien DARRAGONBUG/MINOR: hlua: take default-path into account with...
2025-10-01 Aurelien DARRAGONBUG/MEDIUM: logs: fix sess_build_logline_orig() recursi...
2025-10-01 Christopher... BUG/MEDIUM: dns: Reset reconnect tempo when connection...
2025-10-01 Christopher... BUG/MEDIUM: hlua: Report to SC when output data are...
2025-10-01 Christopher... BUG/MEDIUM: hlua: Report to SC when data were consumed...
2025-10-01 Christopher... BUG/MINOR: hlua: Skip headers when a receive is perform...
2025-10-01 David CarlierDOC: deviceatlas build clarifications
2025-10-01 David CarlierBUILD/MEDIUM: deviceatlas: fix when installed in custom...
2025-10-01 William LallemandBUG/MINOR: httpclient: wrongly named httpproxy flag
2025-10-01 Remi Tricot... DOC: Fix 'jwt_verify' converter doc
2025-10-01 Remi Tricot... BUG/MINOR: jwt: Copy input and parameters in dedicated...
2025-10-01 Christopher... BUG/MEDIUM: mux-h2: Properly handle connection error...
2025-10-01 Christopher... BUG/MEDIUM: hlua: Forbid any L6/L7 sample fetche functi...
2025-10-01 Willy TarreauSCRIPTS: drop the HTML generation from announce-release
2025-10-01 Frederic LecailleMINOR: quic: Useless TX buffer size reduction in closin...
2025-10-01 Frederic LecailleBUG/MINOR: quic: wrong QUIC_FT_CONNECTION_CLOSE(0x1c...
2025-10-01 William LallemandDOC: configuration: add details on prefer-client-ciphers
2025-10-01 Christopher... BUG/MINOR: log: Be able to use %ID alias at anytime...
2025-10-01 Christopher... BUG/MINOR: stream: Avoid recursive evaluation for uniqu...
2025-10-01 Amaury DenoyelleBUG/MINOR: mux-quic/h3: properly handle too low peer...
2025-10-01 Valentine KrasnobaevaDOC: config: prefer-last-server: add notes for non...
2025-10-01 Willy TarreauBUG/MEDIUM: h1/h2/h3: reject forbidden chars in the...
2025-10-01 Willy TarreauBUG/MEDIUM: h2/h3: reject some forbidden chars in ...
2025-10-01 Willy TarreauMINOR: http: add a function to validate characters...
2025-09-10 Valentine KrasnobaevaMINOR: compiler: add __nonstring macro
2025-08-05 Aurelien DARRAGONBUG/MEDIUM: hlua_fcn: ensure systematic watcher cleanup...
2025-08-05 Aurelien DARRAGONBUG/MINOR: hlua_fcn: restore server pairs iterator...
2025-07-22 William LallemandBUG/MEDIUM: ssl/clienthello: ECDSA with ssl-max-ver...
2025-06-17 Christopher... BUG/MEDIUM: check: Set SOCKERR by default when a connec...
2025-06-17 Christopher... MINOR: cli: handle EOS/ERROR first
2025-06-17 Christopher... BUG/MEDIUM: cli: Don't consume data if outbuf is full...
2025-06-17 Amaury DenoyelleBUG/MINOR: config/server: reject QUIC addresses
2025-06-17 Christopher... BUG/MINIR: h1: Fix doc of 'accept-unsafe-...-request...
2025-06-17 Olivier HouchardBUG/MEDIUM: fd: Use the provided tgid in fd_insert...
2025-06-17 Frederic LecailleBUG/MINOR: quic: Missing SSL session object freeing
2025-06-17 Christopher... BUG/MEDIUM: check: Requeue healthchecks on I/O events...
2025-06-17 Christopher... DOC: config: Fix a typo in 2.7 (Name format for maps...
2025-06-17 Willy TarreauBUILD: tools: properly define ha_dump_backtrace() to...
next