Changes since version 2.6.13 : Aleksandar Lazic (1): DOC: configuration: add info about ssl-engine for 2.6 Amaury Denoyelle (10): MINOR: quic: use real sending rate measurement BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten MINOR: htx: add function to set EOM reliably BUG/MINOR: mux-quic: properly handle buf alloc failure BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure BUG/MINOR: quic: do not alloc buf count on alloc failure BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc BUG/MINOR: mux-quic: handle properly Tx buf exhaustion MINOR: mux-quic: uninline qc_attach_sc() BUG/MEDIUM: mux-quic: fix EOI for request without payload Aurelien DARRAGON (6): BUG/MINOR: proxy: missing free in free_proxy for redirect rules MINOR: proxy: add http_free_redirect_rule() function BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() BUG/MINOR: errors: handle malloc failure in usermsgs_put() BUG/MINOR: log: fix memory error handling in parse_logsrv() BUG/MINOR: hlua: unsafe hlua_lua2smp() usage Christopher Faulet (11): BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats BUILD: mjson: Fix warning about unused variables MINOR: spoe: Don't stop disabled proxies BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup MINOR: http-rules: Add missing actions in http-after-response ruleset BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set REGTESTS: log: Reduce response inspect-delay for last_rule.vtc DOC: config: Clarify conditions to shorten the inspect-delay for TCP rules REGTESTS: log: Reduce again response inspect-delay for last_rule.vtc Daniel Epperson (1): DOC: add size format section to manual Frédéric Lécaille (5): BUG/MINOR: quic: Wrong key update cipher context initialization for encryption BUG/MINOR: quic: Possible crash when dumping version information BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function BUG/MINOR: quic: Wrong token length check (quic_generate_retry_token()) BUG/MINOR: quic: Missing Retry token length on receipt Ilia Shipitsin (2): CI: switch to Fastly CDN to download LibreSSL BUILD: ssl: switch LibreSSL to Fastly CDN Mariam John (1): DOC/MINOR: config: Fix typo in description for `ssl_bc` in configuration.txt William Lallemand (2): MINOR: ssl: ssl_sock_load_cert_chain() display error strings BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 Willy Tarreau (9): BUG/MINOR: fd: always remove late updates when freeing fd_updt[] DEV: haring: automatically disable DEBUG_STRICT DEV: haring: update readme to suggest using the same build options for haring BUG/MINOR: debug: do not emit empty lines in thread dumps MINOR: checks: make sure spread-checks is used also at boot time MINOR: clock: measure the total boot time BUG/MINOR: checks: postpone the startup of health checks by the boot time BUG/MINOR: clock: fix the boot time measurement method for 2.6 and older SCRIPTS: publish-release: update the umask to keep group write access