Changes since version 2.4-dev13 : Amaury Denoyelle (3): CLEANUP: mark defproxy as const on parse tune.fail-alloc REGTESTS: remove unneeded experimental-mode in cli add server test REGTESTS: wait for proper return of enable server in cli add server test Christopher Faulet (3): MINOR: lua: Slightly improve function dumping the lua traceback BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback BUG/MEDIUM: lua: Always init the lua stack before referencing the context Emeric Brun (1): MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. Ilya Shipitsin (6): CI: codespell: whitelist "Dragan Dosen" CLEANUP: assorted typo fixes in the code and comments CI: github actions: update LibreSSL to 3.2.5 REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni CLEANUP: ssl: remove unused definitions BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro Olivier Houchard (3): MEDIUM: quic: Fix build. MEDIUM: quic: Fix build. BUG/MEDIUM: fd: Take the fd_mig_lock when closing if no DWCAS is available. Remi Tricot-Le Breton (1): BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" Willy Tarreau (33): MINOR: compression: use pool_alloc(), not pool_alloc_dirty() MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() MINOR: fcgi-app: use pool_alloc(), not pool_alloc_dirty() MINOR: cache: use pool_alloc(), not pool_alloc_dirty() MINOR: ssl: use pool_alloc(), not pool_alloc_dirty() MINOR: opentracing: use pool_alloc(), not pool_alloc_dirty() MINOR: dynbuf: make b_alloc() always check if the buffer is allocated CLEANUP: compression: do not test for buffer before calling b_alloc() CLEANUP: l7-retries: do not test the buffer before calling b_alloc() MINOR: channel: simplify the channel's buffer allocation MEDIUM: dynbuf: remove last usages of b_alloc_margin() CLEANUP: dynbuf: remove b_alloc_margin() CLEANUP: dynbuf: remove the unused b_alloc_fast() function CLEANUP: pools: remove the unused pool_get_first() function MINOR: pools: make the pool allocator support a few flags MINOR: pools: add pool_zalloc() to return a zeroed area CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node() CLEANUP: filters: use pool_zalloc() in flt_stream_add_filter() CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset CLEANUP: frontend: use pool_zalloc() in frontend_accept() CLEANUP: mailers: use pool_zalloc() in enqueue_one_email_alert() CLEANUP: resolvers: use pool_zalloc() in resolv_link_resolution() CLEANUP: ssl: use pool_zalloc() in ssl_init_keylog() CLEANUP: tcpcheck: use pool_zalloc() instead of pool_alloc+memset CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset MINOR: time: also provide a global, monotonic global_now_ms timer BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable BUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM MINOR: fd: make fd_clr_running() return the remaining running mask MINOR: fd: remove the unneeded running bit from fd_insert() BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() CLEANUP: fd: remove unused fd_set_running_excl() CLEANUP: fd: slightly simplify up _fd_delete_orphan()