Changes since version 2.6-dev12 : Amaury Denoyelle (8): BUG/MINOR: qpack: fix buffer API usage on prefix integer encoding BUG/MINOR: qpack: support bigger prefix-integer encoding BUG/MINOR: h3: do not report bug on unknown method DOC: add maintainers for QUIC and HTTP/3 MINOR: h3: define h3 trace module MINOR: h3: add traces on frame recv MINOR: h3: add traces on frame send MINOR: h3: add traces on h3s init/end Christopher Faulet (2): CLEANUP: tcpcheck: Remove useless test on the stream-connector in tcpcheck_main CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions Frédéric Lécaille (17): MINOR: quic: Ignore out of packet padding. CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition CLEANUP: quic: No more used handshake output buffer MINOR: quic: QUIC transport parameters split. MINOR: quic: Transport parameters dump DOC: quic: Update documentation for QUIC Retry MINOR: quic: Tunable "max_idle_timeout" transport parameter MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter MINOR: quic: Clarifications about transport parameters value MINOIR: quic_stats: add QUIC connection errors counters BUG/MINOR: quic: Largest RX packet numbers mixing MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) DOC: quic: Documentation update for QUIC MINOR: quic: Connection TX buffer setting renaming. MINOR: h3: Add a statistics module for h3 MINOR: quic: Send STOP_SENDING frames if mux is released MINOR: quic: Do not drop packets with RESET_STREAM frames Tim Duesterhus (1): DOC: Fix formatting in configuration.txt to fix dconv Willy Tarreau (9): SCRIPTS: add make-releases-json to recreate a releases.json file in download dirs SCRIPTS: make publish-release try to launch make-releases-json MINOR: htx: add an unchecked version of htx_get_head_blk() BUILD: htx: use the unchecked version of htx_get_head_blk() where needed BUILD: quic: use inttypes.h instead of stdint.h DOC: internal: remove totally outdated diagrams DOC: remove the outdated ROADMAP file EXAMPLES: remove completely outdated acl-content-sw.cfg BUILD: makefile: reorder objects by build time