Changes since version 3.2-dev5 : Amaury Denoyelle (6): BUG/MINOR: quic: reserve length field for long header encoding BUG/MINOR: quic: fix CRYPTO payload size calcul for encoding MINOR: quic: simplify length calculation for STREAM/CRYPTO frames MINOR: quic: refactor STREAM encoding and splitting MINOR: quic: refactor CRYPTO encoding and splitting MINOR: quic: support frame type as a varint William Lallemand (12): BUG/MINOR: mworker: section ignored in discovery after a post_section_parser BUG/MINOR: mworker: post_section_parser for the last section in discovery CLEANUP: mworker: "program" section does not have a post_section_parser anymore MEDIUM: initcall: allow to register mutiple post_section_parser per section CI: cirrus-ci: bump FreeBSD image to 14-2 DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION() REGTESTS: stop using truncated.vtc on freebsd BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals BUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals MINOR: ssl/cli: display more filenames in 'show ssl cert' MINOR: ssl: store the filenames resulting from a lookup in ckch_conf MINOR: startup: allow hap_register_feature() to enable a feature in the list Willy Tarreau (12): BUG/MEDIUM: debug: close a possible race between thread dump and panic() DEBUG: thread: report the spin lock counters as seek locks DEBUG: thread: make lock time computation more consistent DEBUG: thread: report the wait time buckets for lock classes DEBUG: thread: don't keep the redundant _locked counter DEBUG: thread: make lock_stat per operation instead of for all operations DEBUG: thread: reduce the struct lock_stat to store only 30 buckets MINOR: lbprm: add a new callback ->server_requeue to the lbprm MEDIUM: server: allocate a tasklet for asyncronous requeuing MAJOR: leastconn: postpone the server's repositioning under contention BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED DOC: watchdog: document the sequence of the watchdog and panic