haproxy-3.0.git
2025-01-29 Christopher... [RELEASE] Released version 3.0.8 v3.0.8
2025-01-28 Christopher... BUG/MINOR: stream: Properly handle "on-marked-up shutdo...
2025-01-28 Valentine KrasnobaevaBUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENER...
2025-01-28 Amaury DenoyelleBUG/MINOR: quic: do not increase congestion window...
2025-01-23 Christopher... BUG/MEDIUM: mux-h1: Properly close H1C if an error...
2025-01-23 Frederic LecailleBUILD: quic: Move an ASSUME_NONNULL() for variable...
2025-01-23 Frederic LecailleMINOR: quic: Add a BUG_ON() on quic_tx_packet refcount
2025-01-23 Frederic LecailleBUG/MINOR: quic: ensure a detached coalesced packet...
2025-01-23 Willy TarreauBUG/MINOR: init: set HAPROXY_STARTUP_VERSION from the...
2025-01-23 Aurelien DARRAGONBUG/MAJOR: log/sink: possible sink collision in sink_ne...
2025-01-23 Amaury DenoyelleBUG/MAJOR: quic: reject too large CRYPTO frames
2025-01-23 Christopher... BUG/MEDIUM: promex: Use right context pointers to dump...
2025-01-23 Aurelien DARRAGONBUG/MEDIUM: stktable: fix missing lock on some table...
2025-01-23 Amaury DenoyelleBUG/MINOR: quic: reject NEW_TOKEN frames from clients
2025-01-23 Aurelien DARRAGONBUG/MINOR: stktable: fix big-endian compatiblity in...
2025-01-09 Willy TarreauBUILD: activity/memprofile: fix a build warning in...
2025-01-09 Willy TarreauMINOR: activity/memprofile: monitor non-portable calls...
2025-01-09 Willy TarreauMINOR: activity/memprofile: also monitor strdup() activity
2025-01-09 Christopher... DEV: sock: Add a debug counter to track strange flag...
2025-01-09 Willy TarreauMINOR: debug/cli: replace "debug dev counters" with...
2025-01-09 Willy TarreauMINOR: debug: add "debug dev counters" to list code...
2025-01-09 Willy TarreauMINOR: debug: add a new debug macro COUNT_IF()
2025-01-09 Willy TarreauMEDIUM: debug: add match counters for BUG_ON/WARN_ON...
2025-01-09 Willy TarreauCLEANUP: debug: make the BUG_ON() macros check the...
2025-01-09 Willy TarreauMINOR: sample: extend the "when" converter to support...
2025-01-09 Willy TarreauMINOR: acl: export find_acl_default()
2025-01-09 Dragan DosenMINOR: arg: add an argument type for identifier
2025-01-09 Willy TarreauMINOR: sample: add the "when" converter to condition...
2025-01-09 Christopher... MINOR: mux-h1: Add support of the debug string for...
2025-01-09 Amaury DenoyelleMINOR: mux-quic: measure QCS lifetime and its blocking...
2025-01-09 Amaury DenoyelleMINOR: time: define tot_time structure
2025-01-09 Amaury DenoyelleMINOR: quic: dump quic_conn debug string for logs
2025-01-09 Amaury DenoyelleMINOR: mux-quic: implement debug string for logs
2025-01-09 Amaury DenoyelleMINOR: mux-quic: define dump functions for QCC and QCS
2025-01-09 Willy TarreauMINOR: mux-h2: implement the debug string for logs
2025-01-09 Willy TarreauMINOR: stconn: add a new pair of sf functions {bs,fs...
2025-01-09 Christopher... BUG/MEDIUM: h1-htx: Properly handle bodyless messages
2025-01-09 Christopher... BUG/MEDIUM: promex/resolvers: Don't dump metrics if...
2025-01-09 Christopher... MINOR: config: Alert about extra arguments for errorfil...
2025-01-09 Aurelien DARRAGONDOC: config: add missing "track-sc0" in action keywords...
2025-01-09 Aurelien DARRAGONBUG/MINOR: stats: fix segfault caused by uninitialized...
2025-01-09 Olivier HouchardBUG/MEDIUM: queue: Make process_srv_queue return the...
2025-01-09 Amaury DenoyelleBUG/MINOR: h2/rhttp: fix HTTP2 conn counters on reverse
2025-01-09 Aurelien DARRAGONDOC: config: add "tune.lua.burst-timeout" to the list...
2025-01-09 Aurelien DARRAGONDOC: config: reorder "tune.lua.*" keywords by alphabeti...
2025-01-09 Aurelien DARRAGONDOC: config: add example for server "track" keyword
2025-01-09 Olivier HouchardBUG/MEDIUM: queues: Do not use pendconn_grab_from_px().
2025-01-09 Olivier HouchardBUG/MEDIUM: queues: Make sure we call process_srv_queue...
2025-01-09 Christopher... BUG/MEDIUM: stconn: Only consider I/O timers to update...
2025-01-09 Valentine KrasnobaevaREGTESTS: ssl: add a PEM with mix of LF and CRLF line...
2025-01-09 Valentine KrasnobaevaBUG/MINOR: cli: cli_snd_buf: preserve \r\n for payload...
2025-01-09 Willy TarreauBUG/MEDIUM: clock: make sure now_ms cannot be TICK_ETERNITY
2025-01-09 Amaury DenoyelleBUG/MEDIUM: stats/server: use watcher to track server...
2025-01-09 Amaury DenoyelleMINOR: list: define a watcher type
2025-01-09 Amaury DenoyelleBUG/MINOR: stats: decrement srv refcount on stats-file...
2024-12-12 Christopher... BUG/MEDIUM: stconn: Don't forward shut for SC in connec...
2024-12-12 Christopher... [RELEASE] Released version 3.0.7 v3.0.7
2024-12-11 Christopher... BUG/MINOR: server-state: Fix expiration date of srvrq_c...
2024-12-11 Willy TarreauCLEANUP: mux-h2/traces: reword certain ambiguous traces
2024-12-11 Willy TarreauMINOR: mux-h2/traces: add a missing trace on negative...
2024-12-11 Amaury DenoyelleBUG/MINOR: quic: remove startup alert if conn socket...
2024-12-11 Valentine KrasnobaevaBUG/MINOR: signal: register default handler for SIGINT...
2024-12-11 Christopher... BUG/MINOR: h1-htx: Use default reason if not set when...
2024-12-11 Christopher... BUG/MEDIUM: http-ana: Reset request flag about data...
2024-12-11 Aurelien DARRAGONBUG/MEDIUM: event_hdl: fix uninitialized value in async...
2024-12-11 Aurelien DARRAGONBUG/MINOR: log: fix lf_text() behavior with empty string
2024-12-05 Christopher... MINOR: mux-quic: Don't send an emtpy H3 DATA frame...
2024-11-27 Christopher... BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect...
2024-11-27 Christopher... BUG/MEDIUM: http-ana: Don't release too early the L7...
2024-11-27 Christopher... DEV: lags/show-sess-to-flags: Properly handle fd state...
2024-11-27 Frederic LecailleBUG/MAJOR: quic: fix wrong packet building due to alrea...
2024-11-22 Christopher... BUG/MAJOR: mux-h1: Properly handle wrapping on obuf...
2024-11-22 Willy TarreauBUG/MEDIUM: pools/memprofile: always clean stale pool...
2024-11-22 Willy TarreauMINOR: activity/memprofile: offer a function to unregis...
2024-11-22 Willy TarreauBUG/MINOR: activity/memprofile: reinitialize the free...
2024-11-22 Willy TarreauBUG/MEDIUM: wdt: fix the stuck detection for warnings
2024-11-22 Willy TarreauBUG/MEDIUM: debug: don't set the STUCK flag from debug_...
2024-11-22 Christopher... DOC: config: Improve documentation of tune.http.maxhdr...
2024-11-22 Christopher... BUG/MEDIUM: h3: Increase max number of headers when...
2024-11-22 Christopher... BUG/MEDIUM: h3: Properly limit the number of headers...
2024-11-22 Christopher... BUG/MEDIUM: mux-h2: Check the number of headers in...
2024-11-22 Christopher... BUG/MEDIUM: mux-h2: Increase max number of headers...
2024-11-22 Christopher... BUG/MINOR: http-ana: Adjust the server status before...
2024-11-22 Willy TarreauDOC: configuration: wrap long line for "strstr()" condi...
2024-11-22 Willy TarreauDOC: configuration: explain quotes and spaces in condit...
2024-11-22 Aurelien DARRAGONDOC: lua: fix yield-dependent methods expected contexts
2024-11-22 Christopher... DOC: config: Move fs.* and bs.* in section about L5...
2024-11-22 Christopher... DOC: config: Move wait_end in section about internal...
2024-11-22 Christopher... DOC: config: Slightly improve the %Tr documentation
2024-11-22 Christopher... BUG/MINOR: http_ana: Report -1 for %Tr for invalid...
2024-11-22 Christopher... DOC: config: Fix a typo in "1.3.1. The Request line"
2024-11-22 Christopher... DOC: config: A a space before ':' for {bs,fs}.aborted...
2024-11-22 Willy TarreauBUG/MINOR: peers: make sure to always apply offsets...
2024-11-22 Willy TarreauBUG/MINOR: mux_quic: make sure to always apply offsets...
2024-11-22 Willy TarreauBUG/MEDIUM: mailers: make sure to always apply offsets...
2024-11-22 Willy TarreauBUG/MEDIUM: checks: make sure to always apply offsets...
2024-11-22 Christopher... BUG/MINOR: Don't report early srv aborts on request...
2024-11-22 Christopher... BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for...
2024-11-13 Christopher... BUG/MEDIUM: resolvers: Insert a non-executed resulution...
2024-11-13 Valentine KrasnobaevaBUG/MINOR: cli: don't show sockpairs in HAPROXY_CLI...
next