Merge date | Subject - Severity (minor, medium, major, critical) |
2025-03-21 | BUG/MEIDUM: startup: return to initial cwd only after check_config_validity() |
2025-03-21 | BUG/MINOR: h3: do not report transfer as aborted on preemptive response |
2025-03-21 | BUG/MINOR: h2: always trim leading and trailing LWS in header values |
2025-03-21 | BUG/MINOR: sink: add tempo between 2 connection attempts for sft servers |
2025-03-21 | BUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_parse_peers |
2025-03-21 | BUG/MINOR: cli: Fix a possible infinite loop in _getsocks() |
2025-03-21 | BUG/MINOR: cli: Fix memory leak on error for _getsocks command |
2025-03-21 | BUG/MINOR: mux-h2: Properly handle full or truncated HTX messages on shut |
2025-03-21 | BUG/MEDIUM: filters: Handle filters registered on data with no payload callback |
2025-03-21 | BUG/MEDIUM: thread: use pthread_self() not ha_pthread[tid] in set_affinity |
2025-03-21 | BUG/MEDIUM: htx: wrong count computation in htx_xfer_blks() |
2025-03-21 | BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED |
2025-02-19 | BUG/MEDIUM: spoe: Don't wakeup idle applets in loop during stopping |
2025-02-19 | BUG/MINOR: spoe: Allow applet creation when closing the last one during stopping |
2025-02-19 | BUG/MINOR: spoe: Check the shared waiting queue to shut applets during stopping |
2025-02-11 | BUG/MEDIUM: ssl: chosing correct certificate using RSA-PSS with TLSv1.3 |
2025-01-28 | BUG/MINOR: stream: Properly handle "on-marked-up shutdown-backup-sessions" |
2025-01-28 | BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES |
2025-01-28 | BUG/MINOR: quic: do not increase congestion window if app limited |
2025-01-23 | BUG/MEDIUM: mux-h1: Properly close H1C if an error is reported before sending data |
2025-01-23 | MINOR: quic: Add a BUG_ON() on quic_tx_packet refcount |
2025-01-23 | BUG/MINOR: quic: ensure a detached coalesced packet can't access its neighbours |
2025-01-23 | BUG/MINOR: init: set HAPROXY_STARTUP_VERSION from the variable, not the macro |
2025-01-23 | BUG/MAJOR: log/sink: possible sink collision in sink_new_from_srv() |
2025-01-23 | BUG/MAJOR: quic: reject too large CRYPTO frames |
2025-01-23 | BUG/MEDIUM: stktable: fix missing lock on some table converters |
2025-01-23 | BUG/MINOR: quic: reject NEW_TOKEN frames from clients |
2025-01-23 | BUG/MINOR: stktable: fix big-endian compatiblity in smp_to_stkey() |
2025-01-09 | BUG/MEDIUM: h1-htx: Properly handle bodyless messages |
2025-01-09 | BUG/MEDIUM: queue: Make process_srv_queue return the number of streams |
2025-01-09 | BUG/MINOR: h2/rhttp: fix HTTP2 conn counters on reverse |
2025-01-09 | BUG/MEDIUM: queues: Do not use pendconn_grab_from_px(). |
2025-01-09 | BUG/MEDIUM: queues: Make sure we call process_srv_queue() when leaving |
2025-01-09 | BUG/MEDIUM: stconn: Only consider I/O timers to update stream's expiration date |
2025-01-09 | BUG/MEDIUM: clock: make sure now_ms cannot be TICK_ETERNITY |
2025-01-09 | BUG/MEDIUM: stconn: Don't forward shut for SC in connecting state |
2024-12-12 | BUG/MEDIUM: quic: prevent crash due to CRYPTO parsing error |
2024-12-12 | BUG/MINOR: quic: repeat packet parsing to deal with fragmented CRYPTO |
2024-12-12 | BUG/MEDIUM: quic: support wait-for-handshake |
2024-12-12 | BUG/MINOR: stream: unblock stream on wait-for-handshake completion |
2024-12-12 | BUG/MEDIUM: pattern: prevent uninitialized reads in pat_match_{str,beg} |
2024-12-11 | BUG/MINOR: server-state: Fix expiration date of srvrq_check tasks |
2024-12-11 | BUG/MINOR: quic: remove startup alert if conn socket-owner unsupported |
2024-12-11 | BUG/MINOR: signal: register default handler for SIGINT in signal_init() |
2024-12-11 | BUG/MINOR: h1-htx: Use default reason if not set when formatting the response |
2024-12-11 | BUG/MEDIUM: http-ana: Reset request flag about data sent to perform a L7 retry |
2024-12-11 | BUG/MEDIUM: event_hdl: fix uninitialized value in async mode when no data is provided |
2024-11-27 | BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect() if FD_POLL_ERR is not set |
2024-11-27 | BUG/MEDIUM: http-ana: Don't release too early the L7 buffer |
2024-11-27 | BUG/MAJOR: quic: fix wrong packet building due to already acked frames |
2024-11-22 | BUG/MAJOR: mux-h1: Properly handle wrapping on obuf when dumping the first-line |
2024-11-22 | BUG/MEDIUM: pools/memprofile: always clean stale pool info on pool_destroy() |
2024-11-22 | BUG/MINOR: activity/memprofile: reinitialize the free calls on DSO summary |
2024-11-22 | BUG/MEDIUM: wdt: fix the stuck detection for warnings |
2024-11-22 | BUG/MEDIUM: debug: don't set the STUCK flag from debug_handler() |
2024-11-22 | BUG/MEDIUM: h3: Increase max number of headers when sending headers |
2024-11-22 | BUG/MEDIUM: h3: Properly limit the number of headers received |
2024-11-22 | BUG/MEDIUM: mux-h2: Check the number of headers in HEADERS frame after decoding |
2024-11-22 | BUG/MEDIUM: mux-h2: Increase max number of headers when encoding HEADERS frames |
2024-11-22 | BUG/MINOR: http-ana: Adjust the server status before the L7 retries |
2024-11-22 | BUG/MINOR: http_ana: Report -1 for %Tr for invalid response only |
2024-11-22 | BUG/MINOR: peers: make sure to always apply offsets to now_ms in expiration |
2024-11-22 | BUG/MINOR: mux_quic: make sure to always apply offsets to now_ms in expiration |
2024-11-22 | BUG/MEDIUM: mailers: make sure to always apply offsets to now_ms in expiration |
2024-11-22 | BUG/MEDIUM: checks: make sure to always apply offsets to now_ms in expiration |
2024-11-22 | BUG/MINOR: Don't report early srv aborts on request forwarding in DONE state |
2024-11-22 | BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for streams with no ID |
2024-11-13 | BUG/MEDIUM: resolvers: Insert a non-executed resulution in front of the wait list |
2024-11-13 | BUG/MINOR: cli: don't show sockpairs in HAPROXY_CLI and HAPROXY_MASTER_CLI |