haproxy-3.0.git
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...
2024-11-13 Amaury DenoyelleBUG/MEDIUM: quic: prevent crash due to CRYPTO parsing...
2024-11-13 Amaury DenoyelleBUG/MINOR: guid/server: ensure thread-safety on GUID...
2024-11-13 Amaury DenoyelleCLEANUP: guid: remove global tree export
2024-11-08 Amaury DenoyelleBUG/MINOR: quic: repeat packet parsing to deal with...
2024-11-08 Amaury DenoyelleMINOR: quic: extend return value of CRYPTO parsing
2024-11-08 Amaury DenoyelleMINOR: quic: use dynamically allocated frame on parsing
2024-11-08 Amaury DenoyelleMINOR: quic: simplify qc_parse_pkt_frms() return path
2024-11-08 Amaury DenoyelleBUG/MEDIUM: quic: support wait-for-handshake
2024-11-08 Amaury DenoyelleBUG/MINOR: stream: unblock stream on wait-for-handshake...
2024-11-08 Amaury DenoyelleMINOR: quic: notify connection layer on handshake compl...
2024-11-08 Aurelien DARRAGONBUG/MEDIUM: pattern: prevent uninitialized reads in...
2024-11-07 Christopher... [RELEASE] Released version 3.0.6 v3.0.6
2024-11-07 Willy TarreauMINOR: debug: move the "recover now" warn message after...
2024-11-06 Frederic LecailleBUILD: Missing inclusion header for ssize_t type
2024-11-06 Willy TarreauBUILD: debug: also declare strlen() in __ABORT_NOW()
2024-11-06 Willy TarreauDEBUG: wdt: add a stats counter "BlockedTrafficWarnings...
2024-11-06 Willy TarreauDEBUG: wdt: make the blocked traffic warning delay...
2024-11-06 Willy TarreauDEBUG: cli: make it possible for "debug dev loop" to...
2024-11-06 Willy TarreauDEBUG: wdt: better detect apparently locked up threads...
2024-11-06 Willy TarreauMINOR: debug: add a function to dump a stuck thread
2024-11-06 Willy TarreauMINOR: wdt: move the local timers to a struct
2024-11-06 Willy TarreauMINOR: debug: remove the redundant process.thread_info...
2024-11-06 Willy TarreauMINOR: debug: also add fdtab and acitvity to struct...
2024-11-06 Willy TarreauMINOR: debug: also add a pointer to struct global to...
2024-11-06 Willy TarreauMINOR: debug: do not limit backtraces to stuck threads
2024-11-06 Willy TarreauMINOR: debug: print gdb hints when crashing
2024-11-06 Willy TarreauMINOR: connection: add new sample fetch functions fc_er...
2024-11-06 Willy TarreauMINOR: rawsock: set connection error codes when returni...
2024-11-06 Willy TarreauMINOR: connection: add more connection error codes...
2024-11-06 Christopher... BUG/MINOR: stats: Fix the name for the total number...
2024-11-06 Christopher... MINOR: stream/stats: Expose the total number of streams...
2024-11-06 Christopher... MINOR: stream/stats: Expose the current number of strea...
2024-11-06 Valentine KrasnobaevaMINOR: cli/debug: show dev: add cmdline and version
2024-11-06 Frederic LecailleBUG/MINOR: quic: fix malformed probing packet building
2024-11-06 Willy TarreauCLEANUP: connection: properly name the CO_ER_SSL_FATAL...
2024-11-06 Willy TarreauDOC: config: document connection error 44 (reverse...
2024-11-06 Christopher... BUG/MEDIUM: promex: Fix dump of extra counters
2024-11-06 Christopher... MINOR: stream: Save last evaluated rule on invalid...
2024-11-06 Christopher... BUG/MINOR: http-ana: Report internal error if an action...
2024-11-06 Christopher... BUG/MEDIUM: mux-h1: Fix how timeouts are applied on...
2024-11-06 Aurelien DARRAGONDOC: config: add missing glitch_{cnt,rate} sample defin...
2024-11-06 Aurelien DARRAGONDOC: config: add missing glitch_{cnt,rate} data types
2024-11-06 William LallemandBUG/MINOR: ssl/cli: 'set ssl cert' does not check the...
2024-11-06 William LallemandBUG/MINOR: trace: stop rewriting argv with -dt
2024-10-24 William LallemandMINOR: cli: remove non-printable characters from 'debug...
next