Changes since version 2.4-dev0 : Amaury Denoyelle (3): MINOR: ssl: instantiate stats module MINOR: ssl: count client hello for stats MINOR: ssl: add counters for ssl sessions Baptiste Assmann (2): MINOR: sample: Add converters to parse FIX messages MINOR: sample: Add converts to parses MQTT messages Christopher Faulet (5): MINOR: ist: Add istend() function to return a pointer to the end of the string REGTEST: converter: Add a regtest for fix converters REGTEST: converter: Add a regtest for MQTT converters MINOR: http-htx: Add understandable errors for the errorfiles parsing DOC: config: Fix a typo on ssl_c_chain_der Jerome Magnin (1): CLEANUP: cfgparse: remove duplicate registration for transparent build options Tim Duesterhus (1): CI: Expand use of GitHub Actions for CI William Lallemand (3): REGTEST: ssl: test wildcard and multi-type + exclusions BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken Willy Tarreau (27): MINOR: compat: automatically include malloc.h on glibc MEDIUM: pools: call malloc_trim() from pool_gc() MEDIUM: pattern: call malloc_trim() on pat_ref_reload() MINOR: pattern: move the update revision to the pat_ref, not the expression CLEANUP: pattern: delete the back refs at once during pat_ref_reload() MINOR: pattern: new sflag PAT_SF_REGFREE indicates regex_free() is needed MINOR: pattern: make the delete and prune functions more generic MEDIUM: pattern: link all final elements from the reference MEDIUM: pattern: change the pat_del_* functions to delete from the references MINOR: pattern: remerge the list and tree deletion functions MINOR: pattern: perform a single call to pat_delete_gen() under the expression CLEANUP: acl: don't reference the generic pattern deletion function anymore CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() MINOR: pattern: introduce pat_ref_delete_by_ptr() to delete a valid reference MINOR: pattern: store a generation number in the reference patterns MEDIUM: pattern: only match patterns that match the current generation MINOR: pattern: add pat_ref_commit() to commit a previously inserted element MINOR: pattern: implement pat_ref_load() to load a pattern at a given generation MINOR: pattern: add pat_ref_purge_older() to purge old entries MEDIUM: pattern: make pat_ref_prune() rely on pat_ref_purge_older() MINOR: pattern: during reload, delete elements frem the ref, not the expression MINOR: pattern: prepare removal of a pattern from the list head MEDIUM: pattern: turn the pattern chaining to single-linked list BUG/MINOR: ssl: don't report 1024 bits DH param load error when it's higher MINOR: server: remove idle lock in srv_cleanup_connections BUILD: ssl: silence build warning on uninitialised counters BUILD: http-htx: fix build warning regarding long type in printf