]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
10 days ago  Willy TarreauMINOR: mux-h2: add a new message flag to indicate ext...
10 days ago  Willy TarreauBUG/MINOR: mux-h2: condition the processing of 8441...
10 days ago  Willy TarreauBUG/MINOR: h2: add decoding for :protocol in traces
10 days ago  Willy TarreauREGTESTS: http-messaging: always send RFC8441 client...
11 days ago  William LallemandBUG/MINOR: mworker/cli: check ci_insert() return value...
11 days ago  William LallemandBUG/MEDIUM: mworker/cli: fix user and operator permissi...
11 days ago  Willy TarreauREGTESTS: add a regtest to validate various NTLM transi...
11 days ago  Willy TarreauBUG/MAJOR: http-ana: fix private session retrieval...
11 days ago  William LallemandBUG/MEDIUM: ssl/sample: check output buffer size in...
11 days ago  Willy TarreauBUG/MAJOR: net_helper: also fix tcp_options_list for...
11 days ago  Christopher... BUG/MINOR: resolvers: Free opts on parse error in resol...
11 days ago  Christopher... BUG/MINOR: resolvers: Fix lookup for a hostname in...
11 days ago  Christopher... BUG/MINOR: resolvers: Free new requester on error when...
11 days ago  Christopher... CLEANUP: resolvers: Remove duplicated line when resolve...
11 days ago  Christopher... BUG/MINOR: tcpcheck: Properly report error for http...
11 days ago  Willy TarreauBUG/MINOR: dns: always validate the source address...
11 days ago  William LallemandDOC: acme: document missing acme-vars and provider...
11 days ago  Willy TarreauDOC: otel: update the filter's status and URL in the...
11 days ago  Willy TarreauBUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CL...
11 days ago  Willy TarreauBUG/MEDIUM: mux-h2: fix the body_len to check when...
11 days ago  William LallemandCLEANUP: otel: move opentelemetry outside haproxy sources
11 days ago  Miroslav ZagoracBUILD: otel: removed USE_OTEL, addon is now built via...
11 days ago  William LallemandBUILD: add an EXTRA_MAKE option to build addons easily
11 days ago  Willy TarreauCLEANUP: mux-h2: remove the outdated condition to relea...
11 days ago  Amaury DenoyelleMINOR: quic: fix trace spacing when datagram is displayed
11 days ago  Amaury DenoyelleBUG/MINOR: quic: fix trace crash on datagram receive
11 days ago  William LallemandBUG/MEDIUM: acme: fix stalled renewal when opportunisti...
11 days ago  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...
2026-04-30  Willy TarreauBUG/MINOR: acl: fix a possible arg corruption in smp_fe...
2026-04-30  Amaury DenoyelleMINOR: h3/hq_interop: implement stream reset on shut...
2026-04-30  Amaury DenoyelleMEDIUM: mux-quic: extend shut to app proto layer
2026-04-30  Alexander StephanBUG/MEDIUM: cli: fix master CLI connection slot leak...
2026-04-30  Maxime HenrionBUG/MINOR: quic: handle cases where we don't have an...
2026-04-30  Maxime HenrionOPTIM: quic: reduce the size of struct quic_dgram
2026-04-30  Maxime HenrionMINOR: quic: store the DCID as an offset
2026-04-30  Maxime HenrionOPTIM: quic: rework the QUIC RX code
2026-04-30  Maxime HenrionMINOR: add an MPSC ring buffer implementation
2026-04-30  Willy TarreauBUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx()
2026-04-30  Willy TarreauBUG/MINOR: vars: only print first invalid char in fill_...
2026-04-30  Willy TarreauBUG/MINOR: vars: don't store the variable twice with...
2026-04-30  Willy TarreauBUG/MINOR: vars: make parse_store() return error on...
2026-04-30  Willy TarreauCLEANUP: net_helper: fix incorrect const pointers in...
2026-04-30  Willy TarreauBUG/MINOR: sink: do not free existing sinks on allocati...
2026-04-29  William LallemandBUG/MINOR: acme: skip auth/challenge steps when newOrde...
2026-04-29  William LallemandBUG/MEDIUM: acme: fix segfault on newOrder with empty...
2026-04-29  Willy Tarreau[RELEASE] Released version 3.4-dev10 v3.4-dev10
2026-04-29  Christopher... BUG/MINOR: http-htx: Don't normalize emtpy path for...
2026-04-29  Christopher... BUG/MEDIUM: mux-fcgi: Properly handle full buffer for...
2026-04-29  Willy TarreauBUG/MINOR: net_helper: fix incomplete decoding in sampl...
2026-04-29  Willy TarreauBUG/MINOR: net_helper: fix out-of-bounds read in sample...
2026-04-29  Willy TarreauBUG/MINOR: net_helper: fix out-of-bounds read in tcp_fu...
2026-04-29  Willy TarreauBUG/MINOR: payload: prevent integer overflow in distcc...
2026-04-29  Willy TarreauBUG/MINOR: payload: validate minimum keyshare_len in...
2026-04-29  Willy TarreauCLEANUP: tree-wide: fix comment typos all over the...
2026-04-29  Willy TarreauBUG/MINOR: fix various typos and spelling mistakes...
2026-04-29  Olivier HouchardBUG/MEDIUM: tasks: Do not loop in task_schedule() if...
2026-04-29  Christopher... BUG/MAJOR: mux-h1: Deal with true 64-bits integer to...
2026-04-29  Christopher... BUG/MEDIUM: h1: Enforce the authority validation during...
2026-04-29  Christopher... BUG/MAJOR: http: forbid comma character in authority...
2026-04-29  Christopher... MEDIUM: http-htx: Make authority update optional when...
2026-04-29  Christopher... MEDIUM: http-htx: Make authority update optional when...
2026-04-29  Christopher... BUG/MEDIUM: http-htx: Loop on full host value during...
2026-04-29  Christopher... BUG/MEDIUM: http-htx: Don't use data from HTX message...
2026-04-29  Christopher... BUG/MAJOR: http-htx: Store new host in a chunk for...
2026-04-29  Tim DuesterhusCLEANUP: Reapply ha_free.cocci (2)
2026-04-29  Tim DuesterhusCLEANUP: Reapply strcmp.cocci (3)
2026-04-29  Tim DuesterhusCLEANUP: Reapply ist.cocci (4)
2026-04-28  William LallemandBUILD: 51d: fix bool definition on dummy lib v4
2026-04-28  Amaury DenoyelleBUG/MINOR: mux_quic: free frames emitted with QMux
2026-04-28  Amaury DenoyelleMINOR: mux_quic: remove superfluous b_size() before...
2026-04-28  Maxime HenrionMINOR: lb: cleanups
2026-04-28  Maxime HenrionMEDIUM: lb: use the LB ops tables
2026-04-28  Maxime HenrionMINOR: lb: infrastructure for declarative initialization
2026-04-27  Willy TarreauBUG/MINOR: http_ana: use scf to report term_evts in...
2026-04-27  Willy TarreauBUG/MEDIUM: mux_h1: fix stack buffer overflow in h1_app...
2026-04-27  Amaury DenoyelleMINOR: mux_quic/h3: report termination events at stream...
2026-04-27  Amaury DenoyelleMINOR: mux_quic/h3: report termination events at connec...
2026-04-27  Amaury DenoyelleMINOR: mux_quic: display QCS sd on traces
2026-04-27  Amaury DenoyelleMINOR: mux_quic: return conn error code in debug string
2026-04-27  Willy TarreauCLEANUP: tree-wide: fix around 20 mistakes in comments...
2026-04-27  Willy TarreauCLEANUP: mux-h2: remove duplicate forward declaration...
2026-04-27  Willy TarreauCLEANUP: tools: drop upper case check after tolower()
2026-04-27  Willy TarreauCLEANUP: peers: fix a few user-visible spelling mistakes
2026-04-27  Willy TarreauBUG/MINOR: peers: fix wrong flag reported twice for...
2026-04-27  Willy TarreauBUG/MINOR: peers: fix logical "and" when checking for...
2026-04-27  Willy TarreauBUG/MINOR: sample: fix NULL strm dereference in sample_...
2026-04-27  Willy TarreauBUG/MINOR: sample: fix memory leak in smp_resolve_args...
2026-04-27  Willy TarreauBUG/MINOR: sample: fix memory leak in check_when_cond...
2026-04-27  Willy TarreauBUG/MINOR: tools: free previously allocated strings...
2026-04-27  Willy TarreauBUG/MINOR: tools: fix memory leak in indent_msg() on...
2026-04-27  Willy TarreauBUG/MINOR: tools: my_memspn/my_memcspn wrong cast causi...
2026-04-27  Willy TarreauCLEANUP: tree-wide: address various spelling mistakes...
2026-04-27  Willy TarreauBUG/MINOR: tree-wide: fix a few user-visible spelling...
2026-04-27  Willy TarreauBUG/MINOR: ssl: fix double-free on failed realloc in...
2026-04-27  Miroslav ZagoracBUILD: ot: emitted deprecation warning at build time
next