Changes since version 3.3-dev10 : Amaury Denoyelle (10): BUG/MEDIUM: h3: properly encode response after interim one in same buf MINOR: ncbuf: extract common types MINOR: ncbmbuf: define new ncbmbuf type MINOR: ncbmbuf: implement add MINOR: ncbmbuf: implement iterator bitmap utilities functions MINOR: ncbmbuf: implement ncbmb_data() MINOR: ncbmbuf: implement advance operation MINOR: ncbmbuf: add tests as standalone mode BUG/MAJOR: quic: use ncbmbuf for CRYPTO handling MINOR: quic: remove received CRYPTO temporary tree storage Aurelien DARRAGON (4): MINOR: stats-file: fix typo in shm-stats-file object struct size detection MINOR: compiler: add FIXED_SIZE(size, type, name) macro MEDIUM: freq-ctr: use explicit-size types for freq-ctr struct BUG/MAJOR: stats-file: ensure shm_stats_file_object struct mapping consistency Christopher Faulet (1): BUG/MEDIUM: h1-htx: Don't set HTX_FL_EOM flag on 1xx informational messages Frederic Lecaille (1): BUG/MINOR: quic-be: unchecked connections during handshakes Olivier Houchard (6): BUG/MEDIUM: mt_list: Make sure not to unlock the element twice MINOR: initcalls: Add a new initcall stage, STG_INIT_2 MEDIUM: stick-tables: Use a per-shard expiration task MEDIUM: stick-tables: Remove the table lock MEDIUM: stick-tables: Stop if stktable_trash_oldest() fails. MEDIUM: stick-tables: Stop as soon as stktable_trash_oldest succeeds. Willy Tarreau (3): BUG/MEDIUM: cli: also free the trash chunk on the error path BUG/MAJOR: pools: fix default pool alignment BUG/MEDIUM: build: limit excessive and counter-productive gcc-15 vectorization