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} |