Changes since version 2.4.4 : Amaury Denoyelle (3): BUG/MINOR: connection: prevent null deref on mux cleanup task allocation BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc BUG/MINOR: server: allow 'enable health' only if check configured Christopher Faulet (14): MINOR: lua: Add a flag on lua context to know the yield capability at run time BUG/MINOR: lua: Yield in channel functions only if lua context can yield BUG/MINOR: lua: Don't yield in channel.append() and channel.set() BUG/MINOR: stream: Don't release a stream if FLT_END is still registered BUG/MEDIUM: http-ana: Reset channels analysers when returning an error BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set BUG/MINOR: filters: Set right FLT_END analyser depending on channel BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload MINOR: htx: Skip headers with no value when adding a header list to a message CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached BUG/MAJOR: mux-h1: Don't eval input data if an error was reported BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check BUG/MINOR: h1-htx: Fix a typo when request parser is reset David Carlier (1): BUILD: tools: get the absolute path of the current binary on NetBSD. Dragan Dosen (2): BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set BUG/MINOR: http-ana: increment internal_errors counter on response error William Lallemand (2): BUG/MINOR: systemd: ExecStartPre must use -Ws DOC: management: certificate files must be sanitized before injection Willy Tarreau (22): BUG/MINOR: compat: make sure __WORDSIZE is always defined CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() MINOR: pools: automatically disable malloc_trim() with external allocators MINOR: pools: use mallinfo2() when available instead of mallinfo() BUG/MINOR: cli/payload: do not search for args inside payload BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef IMPORT: slz: silence a build warning with -Wundef BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL BUILD: tools: properly guard __GLIBC__ with defined() BUG/MINOR: vars: improve accuracy of the rules used to check expression validity MINOR: sample: add missing ARGC_ entries BUG/MINOR: vars: properly set the argument parsing context in the expression BUG/MINOR: vars: truncate the variable name in error reports about scope. BUG/MINOR: vars: do not talk about global section in CLI errors for set-var BUILD: compiler: fixed a missing test on defined(__GNUC__) BUILD: halog: fix a -Wundef warning on non-glibc systems BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl BUG/MEDIUM: leastconn: fix rare possibility of divide by zero devnexen@gmail.com (3): MINOR: tools: add FreeBSD support to get_exec_path() MINOR: proc: setting the process to produce a core dump on FreeBSD. BUILD: fix dragonfly build again on __read_mostly