Changes since version 2.7.8 : Aleksandar Lazic (1): DOC: configuration: add info about ssl-engine for 2.6 Amaury Denoyelle (33): MINOR: quic: use real sending rate measurement BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten MINOR: mux-quic: add trace event for local error MINOR: mux-quic: wake up after recv only if avail data MINOR: mux-quic: adjust local error API MINOR: mux-quic: report local error on stream endpoint asap MINOR: mux-quic: close connection asap on local error MINOR: quic: add format argument for "show quic" MINOR: quic: implement oneline format for "show quic" BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE BUG/MEDIUM: mux-quic: wakeup tasklet to close on error BUG/MINOR: mux-quic: do not prevent shutw on error BUG/MINOR: mux-quic: do not free frame already released by quic-conn BUG/MINOR: mux-quic: no need to subscribe for detach streams MINOR: mux-quic: add traces for stream wake MINOR: mux-quic: do not send STREAM frames if already subscribe MINOR: mux-quic: factorize send subscribing MINOR: mux-quic: simplify return path of qc_send() MEDIUM: quic: streamline error notification MEDIUM: mux-quic: adjust transport layer error handling MINOR: htx: add function to set EOM reliably MINOR: mux-quic: remove dedicated function to handle standalone FIN 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: free task on qc_init() app ops failure BUG/MINOR: mux-quic: handle properly Tx buf exhaustion BUG/MINOR: h3: missing goto on buf alloc failure MINOR: mux-quic: add trace to stream rcv_buf operation MINOR: mux-quic: properly report end-of-stream on recv MINOR: mux-quic: uninline qc_attach_sc() BUG/MEDIUM: mux-quic: fix EOI for request without payload Aurelien DARRAGON (5): 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() 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 Frédéric Lécaille (7): CLEANUP: quic: No more used q_buf structure CLEANUP: quic: Rename several variables in quic_frame.(c|h) CLEANUP: quic: Typo fix for quic_connection_id pool 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 redispatch for external data on connection socket Ilia Shipitsin (2): CI: switch to Fastly CDN to download LibreSSL BUILD: ssl: switch LibreSSL to Fastly CDN William Lallemand (2): BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 Willy Tarreau (15): DEV: haring: automatically disable DEBUG_STRICT DEV: haring: update readme to suggest using the same build options for haring BUG/MINOR: debug: fix incorrect profiling status reporting in show threads BUG/MINOR: debug: do not emit empty lines in thread dumps BUILD: debug: do not check the isolated_thread variable in non-threaded builds BUILD: quic: fix build warning when threads are disabled BUILD: thread: implement thread_harmless_end_sig() for threadless builds BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout MINOR: clock: measure the total boot time BUG/MINOR: checks: postpone the startup of health checks by the boot time MINOR: checks: make sure spread-checks is used also at boot time DEV: flags: add a script to decode most flags in the "show sess all" output DEV: flags: add missing stream flags to show-sess-to-flags DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fields DEV: flags/show-sess-to-flags: add support for color output