]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2026-05-11  Willy TarreauBUG/MINOR: uri-auth: avoid leaks on initialization...
2026-05-11  Willy TarreauBUG/MINOR: auth: free user groups on error paths in...
2026-05-11  Willy TarreauBUG/MINOR: tools: fix memory leak in env_expand() error...
2026-05-11  Willy TarreauBUG/MINOR: http-act: set-status() must check the respon...
2026-05-11  Willy TarreauBUG/MINOR: http-fetch: make http_first_req() check...
2026-05-11  Willy TarreauBUG/MINOR: http-fetch: fix smp_fetch_hdr_ip()'s handlin...
2026-05-11  Willy TarreauBUG/MINOR: mux-h1: only check h1s if not NULL
2026-05-11  Willy TarreauCLEANUP: h1/htx: fix a few typos in warning, debug...
2026-05-11  Willy TarreauCLEANUP: tree-wide: fix typos in non user-visible comme...
2026-05-11  Willy TarreauBUG/MINOR: cfgparse-listen: do not emit extraneous...
2026-05-11  Maxime HenrionMINOR: lb: make LB initialization even more declarative
2026-05-10  Willy TarreauMINOR: mux-h2: consider the elastic streams limit on...
2026-05-10  Willy TarreauMINOR: connection: add a function to calculate elastic...
2026-05-10  Willy TarreauMINOR: tinfo: store the number of committed extra strea...
2026-05-09  Olivier HouchardBUG/MEDIUM: servers: Only requeue servers if they are up
2026-05-08  Willy TarreauSCRIPTS: announce-release: add a link to the OpenTeleme...
2026-05-08  Willy Tarreau[RELEASE] Released version 3.4-dev11 v3.4-dev11
2026-05-07  William LallemandDOC: acme: EAB is now supported
2026-05-07  Willy TarreauBUG/MEDIUM: stick-table: properly check permissions...
2026-05-07  Olivier HouchardBUG/MEDIUM: jwe: Fix jwt.decrypt_alg_list to work correctly
2026-05-07  Remi Tricot... MINOR: jwe: Disable 'RSA1_5' algorithm by default in...
2026-05-07  Remi Tricot... MINOR: jwe: Add option to enable/disable algorithms...
2026-05-07  Willy TarreauBUG/MEDIUM: mux-h2: fix the detection of the ext connec...
2026-05-07  Willy TarreauRevert "BUG/MINOR: mux-h2: condition the processing...
2026-05-07  William LallemandBUILD: use Makefile.mk instead of Makefile.inc in EXTRA...
2026-05-07  Willy TarreauRevert "BUG/MEDIUM: cli: fix master CLI connection...
2026-05-07  Maxime HenrionMINOR: cli: allow specifying a tgid with show fd
2026-05-07  Christopher... REGTESTS: Fix h1_to_h2_upgrade.vtc to force h2 on first...
2026-05-07  Mia KanashiMINOR: acme: allow specifying custom MAC alg for EAB
2026-05-07  Mia KanashiMINOR: acme: implement EAB - external account binding
2026-05-07  Mia KanashiMINOR: jws: introduce jws_b64_hmac_signature() function...
2026-05-07  Mia KanashiMINOR: jws: support HMAC in jws_b64_protected(), make...
2026-05-07  Mia KanashiMEDIUM: tools: read_line_to_trash() handle empty files...
2026-05-07  Christopher... BUG/MEDIUM: mux-h2: Properly consume padding for DATA...
2026-05-07  Christopher... MEDIUM: mux-h1: Return an error on h2 upgrade attempts...
2026-05-07  Amaury DenoyelleBUG/MINOR: mux_quic: refresh timeout only if I/O performed
2026-05-07  Amaury DenoyelleMINOR: mux_quic: release BE conns if reuse definitely...
2026-05-07  Amaury DenoyelleBUG/MINOR: mux_quic: fix max stream ID reuse estimation
2026-05-06  Olivier HouchardBUG/MINOR: ssl: Use the sequence number with kTLS and...
2026-05-06  Remi Tricot... MEDIUM: ssl: Refactorize "commit ssl cert"
2026-05-06  Remi Tricot... MINOR: ssl: Factorize ckch instance rebuild process
2026-05-06  Remi Tricot... MINOR: ssl: Factorize code from "new/set ssl cert"...
2026-05-06  Remi Tricot... MINOR: ssl: Export 'current_crtstore_name'
2026-05-06  Amaury DenoyelleMINOR: mux_quic: simplify MUX_CTL_GET_NBSTRM
2026-05-06  Amaury DenoyelleBUG/MEDIUM: mux_quic: adjust qcc_is_dead() to account...
2026-05-06  Amaury DenoyelleMINOR: mux_quic: do not perform unnecessary timeout...
2026-05-06  Amaury DenoyelleMINOR: mux_quic: reset stream after app shutdown for...
2026-05-05  Christopher... MINOR: haterm: Remove now useless req_body field from...
2026-05-05  Christopher... DEBUG: haterm: Add hstream flags in the trace messages
2026-05-05  Christopher... BUG/MINOR: haterm: Report a 400-bad-request error on...
2026-05-05  Christopher... BUG/MINOR: haterm: Fix condition to use direct data...
2026-05-05  Christopher... BUG/MEDIUM: haterm: Properly handle client timeout
2026-05-05  Christopher... BUG/MEDIUM: haterm: Properly handle end of request...
2026-05-05  Christopher... BUG/MINOR: haterm: Don't set HTX_FL_EOM flag on 100...
2026-05-05  Christopher... BUG/MEDIUM: haterm: Subscribe for receives until reques...
2026-05-05  Christopher... BUG/MINOR: haterm: Fix a possible integer overflow...
2026-05-05  Christopher... CLEANUP: haterm: Remove useless IS_HTX_SC() test
2026-05-05  Christopher... BUG/MINOR: haterm: Immediately report error when draini...
2026-05-05  Christopher... CLEANUP: haterm: Remove duplicated bloc to know if...
2026-05-05  Christopher... BUG/MEDIUM: h1_htx: Remove reverved block on error...
2026-05-05  Christopher... BUG/MINOR: http-fetch: Fix http_auth_bearer() when...
2026-05-05  Willy TarreauBUG/MINOR: http_fetch: Check return values of unchecked...
2026-05-05  Christopher... CLEANUP: http-fetch: Fix indentation of sample_fetch_ke...
2026-05-05  Christopher... CLEANUP: http-fetch: Adjust smp_fetch_url32_src() comment
2026-05-05  Christopher... CLEANUP: http-fetch: Remove duplcated return statement...
2026-05-05  Mia KanashiBUG/MINOR: acme: contact mail should be optional, don...
2026-05-05  Willy TarreauBUG/MINOR: h2: only accept :protocol with extended...
2026-05-05  Willy TarreauMINOR: mux-h2: add a new message flag to indicate ext...
2026-05-05  Willy TarreauBUG/MINOR: mux-h2: condition the processing of 8441...
2026-05-05  Willy TarreauBUG/MINOR: h2: add decoding for :protocol in traces
2026-05-05  Willy TarreauREGTESTS: http-messaging: always send RFC8441 client...
2026-05-04  William LallemandBUG/MINOR: mworker/cli: check ci_insert() return value...
2026-05-04  William LallemandBUG/MEDIUM: mworker/cli: fix user and operator permissi...
2026-05-04  Willy TarreauREGTESTS: add a regtest to validate various NTLM transi...
2026-05-04  Willy TarreauBUG/MAJOR: http-ana: fix private session retrieval...
2026-05-04  William LallemandBUG/MEDIUM: ssl/sample: check output buffer size in...
2026-05-04  Willy TarreauBUG/MAJOR: net_helper: also fix tcp_options_list for...
2026-05-04  Christopher... BUG/MINOR: resolvers: Free opts on parse error in resol...
2026-05-04  Christopher... BUG/MINOR: resolvers: Fix lookup for a hostname in...
2026-05-04  Christopher... BUG/MINOR: resolvers: Free new requester on error when...
2026-05-04  Christopher... CLEANUP: resolvers: Remove duplicated line when resolve...
2026-05-04  Christopher... BUG/MINOR: tcpcheck: Properly report error for http...
2026-05-04  Willy TarreauBUG/MINOR: dns: always validate the source address...
2026-05-04  William LallemandDOC: acme: document missing acme-vars and provider...
2026-05-04  Willy TarreauDOC: otel: update the filter's status and URL in the...
2026-05-04  Willy TarreauBUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CL...
2026-05-04  Willy TarreauBUG/MEDIUM: mux-h2: fix the body_len to check when...
2026-05-04  William LallemandCLEANUP: otel: move opentelemetry outside haproxy sources
2026-05-04  Miroslav ZagoracBUILD: otel: removed USE_OTEL, addon is now built via...
2026-05-04  William LallemandBUILD: add an EXTRA_MAKE option to build addons easily
2026-05-04  Willy TarreauCLEANUP: mux-h2: remove the outdated condition to relea...
2026-05-04  Amaury DenoyelleMINOR: quic: fix trace spacing when datagram is displayed
2026-05-04  Amaury DenoyelleBUG/MINOR: quic: fix trace crash on datagram receive
2026-05-04  William LallemandBUG/MEDIUM: acme: fix stalled renewal when opportunisti...
2026-05-04  Amaury DenoyelleBUG/MINOR: quic: fix buffer overflow with sockaddr_in46
2026-04-30  William LallemandCI: github: add DEBUG_STRICT=2 to ASAN jobs
2026-04-30  Willy TarreauCLEANUP: acl: remove duplicate test in parse_acl_expr...
2026-04-30  Willy TarreauBUG/MINOR: pattern: release the reference on failure...
2026-04-30  Willy TarreauCLEANUP: map/cli: fix some map-related help messages
2026-04-30  Willy TarreauBUG/MINOR: map: do not leak a map descriptor on load...
next