haproxy-3.1.git
2025-03-13 Aurelien DARRAGONCLEANUP: log: removing "log-balance" references
2025-03-13 William LallemandCI: github: fix h2spec.config proxy names
2025-03-13 William LallemandTESTS: ist: fix wrong array size
2025-03-13 Willy TarreauBUG/MINOR: server: check for either proxy-protocol...
2025-02-28 Christopher... BUG/MEDIUM: mux-fcgi: Try to fully fill demux buffer...
2025-02-28 Amaury DenoyelleCLEANUP: h3: fix documentation of h3_rcv_buf()
2025-02-28 Amaury DenoyelleBUG/MINOR: h3: do not report transfer as aborted on...
2025-02-28 Dragan DosenBUG/MINOR: server: fix the "server-template" prefix...
2025-02-28 Dragan DosenBUG/MEDIUM: server: properly initialize PROXY v2 TLVs
2025-02-28 Willy TarreauBUG/MINOR: h2: always trim leading and trailing LWS...
2025-02-28 Willy TarreauBUG/MEDIUM: stream: use non-blocking freq_ctr calls...
2025-02-28 Willy TarreauMINOR: freq_ctr: provide non-blocking read functions
2025-02-28 Willy TarreauBUG/MEDIUM: stream: never allocate connection addresses...
2025-02-28 Willy TarreauMINOR: tinfo: add a new thread flag to indicate a call...
2025-02-28 Willy TarreauBUG/MINOR: mux-h1: always make sure h1s->sd exists...
2025-02-28 Willy TarreauBUG/MINOR: stream: do not call co_data() from __strm_du...
2025-02-28 Aurelien DARRAGONMINOR: clock: always use atomic ops for global_now_ms
2025-02-28 Aurelien DARRAGONBUG/MINOR: sink: add tempo between 2 connection attempt...
2025-02-28 Aurelien DARRAGONBUG/MINOR: log: fix outgoing abns address family
2025-02-21 Willy TarreauBUG/MEDIUM: uxst: fix outgoing abns address family...
2025-02-21 Valentine KrasnobaevaBUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_pa...
2025-02-20 Willy Tarreau[RELEASE] Released version 3.1.5 v3.1.5
2025-02-20 Christopher... BUG/MEDIUM: spoe/mux-spop: Introduce an NOOP action...
2025-02-20 Christopher... BUG/MEDIUM: applet: Don't handle EOI/EOS/ERROR is apple...
2025-02-19 Willy Tarreau[RELEASE] Released version 3.1.4 v3.1.4
2025-02-19 Lukas TribusDOC: option redispatch should mention persist options
2025-02-19 Christopher... BUG/MINOR: stats-json: Define JSON_INT_MAX as a signed...
2025-02-19 Christopher... BUG/MINOR: flt-trace: Support only one name option
2025-02-19 Christopher... BUG/MINOR: auth: Fix a leak on error path when parsing...
2025-02-19 Christopher... BUG/MINOR: config/userlist: Support one 'users' option...
2025-02-19 Christopher... BUG/MINOR: cli: Fix a possible infinite loop in _getsocks()
2025-02-19 Christopher... BUG/MINOR: cli: Fix memory leak on error for _getsocks...
2025-02-19 Christopher... BUG/MINOR: cli: Don't set SE flags from the cli applet
2025-02-19 Christopher... MINOR: mux-spop: Set SPOP_CF_ERROR flag on connection...
2025-02-19 Christopher... MINOR: mux-spop: Report EOI on the SE when a ACK is...
2025-02-19 Christopher... MINOR: flt-spoe: Report end of input immediately after...
2025-02-19 Christopher... BUG/MEDIUM: flt-spoe: Properly handle end of stream...
2025-02-19 Christopher... BUG/MEDIUM: applet: Don't pretend to have more data...
2025-02-19 Christopher... BUG/MEDIUM: flt-spoe: Set/test applet flags instead...
2025-02-19 Christopher... BUG/MINOR: http-check: Don't pretend a C-L heeader...
2025-02-19 Christopher... BUG/MINOR: tcp-rules: Don't forward close during tcp...
2025-02-19 Christopher... BUG/MEDIUM: mux-fcgi: Properly handle read0 on partial...
2025-02-19 William LallemandDOC: htx: clarify <mark> parameter for htx_xfer_blks()
2025-02-19 William LallemandBUG/MEDIUM: htx: wrong count computation in htx_xfer_blks()
2025-02-19 Willy TarreauMEDIUM: epoll: skip reports of stale file descriptors
2025-02-19 Willy TarreauDEBUG: epoll: store and compare the FD's generation...
2025-02-19 Willy TarreauMINOR: fd: add a generation number to file descriptors
2025-02-19 Willy TarreauDEBUG: fd: add a counter of takeovers of an FD since...
2025-02-19 Willy TarreauBUG/MEDIUM: chunk: make sure to flush the trash pool...
2025-02-19 Willy TarreauMINOR: epoll: permit to mask certain specific events
2025-02-19 Amaury DenoyelleMINOR: quic: adapt credit based pacing to BBR
2025-02-19 Amaury DenoyelleMINOR: quic: remove unused pacing burst in bind_conf...
2025-02-19 Amaury DenoyelleMEDIUM: quic: use dynamic credit for pacing
2025-02-19 Amaury DenoyelleMEDIUM: mux-quic: reduce pacing CPU usage with passive...
2025-02-19 Amaury DenoyelleMEDIUM: quic: implement credit based pacing
2025-02-19 Amaury DenoyelleMINOR: mux-quic: increment pacing retry counter on...
2025-02-19 Amaury DenoyelleMINOR: quic: rename pacing_rate cb to pacing_inter
2025-02-19 Aurelien DARRAGONBUG/MINOR: stktable: invalid use of stkctr_set_entry...
2025-02-19 Christopher... BUG/MINOR: mux-h2: Properly handle full or truncated...
2025-02-19 Christopher... REGTESTS: Fix truncated.vtc to send 0-CRLF
2025-02-19 Amaury DenoyelleBUG/MINOR: mux-quic: prevent crash after MUX init failure
2025-02-19 Amaury DenoyelleBUG/MINOR: quic: prevent crash on conn access after...
2025-02-19 Christopher... BUG/MINOR: fcgi: Don't set the status to 302 if it...
2025-02-19 Christopher... BUG/MEDIUM: filters: Handle filters registered on data...
2025-02-19 Christopher... BUG/MINOR: cli: Wait for the last ACK when FDs are...
2025-02-19 Christopher... BUG/MEDIUM: cli: Be sure to drop all input data in...
2025-02-19 William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
2025-02-19 William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks client...
2025-02-19 Willy TarreauBUG/MEDIUM: fd: mark FD transferred to another process...
2025-02-19 William LallemandBUG/MINOR: mworker: post_section_parser for the last...
2025-02-19 William LallemandBUG/MINOR: mworker: section ignored in discovery after...
2025-02-19 Amaury DenoyelleBUG/MINOR: quic: fix CRYPTO payload size calcul for...
2025-02-19 Amaury DenoyelleBUG/MINOR: quic: reserve length field for long header...
2025-02-19 Willy TarreauBUG/MEDIUM: debug: close a possible race between thread...
2025-02-11 William LallemandBUG/MEDIUM: ssl: chosing correct certificate using...
2025-01-29 Christopher... [RELEASE] Released version 3.1.3 v3.1.3
2025-01-28 William LallemandBUILD: ssl: more cleaner approach to WolfSSL without...
2025-01-28 William LallemandBUILD: ssl: allow to build without the renegotiation...
2025-01-28 Amaury DenoyelleCLEANUP: quic: remove unused prototype
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-08 Christopher... [RELEASE] Released version 3.1.2 v3.1.2
2025-01-08 Christopher... BUG/MEDIUM: h1-htx: Properly handle bodyless messages
2025-01-06 Christopher... BUG/MEDIUM: promex/resolvers: Don't dump metrics if...
2025-01-06 Amaury DenoyelleBUG/MINOR: mux-quic: handle closure of uni-stream
2025-01-06 Amaury DenoyelleMINOR: mux-quic: change return value of qcs_attach_sc()
2025-01-06 Amaury DenoyelleMINOR: mux-quic: add traces on sd attach
2025-01-06 Amaury DenoyelleBUG/MINOR: mux-quic: fix wakeup on qcc_set_error()
next