Changes since version 1.8.30 : Amaury Denoyelle (2): BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check Christopher Faulet (7): BUG/MINOR: logs: Report the true number of retries if there was no connection BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter BUG/MEDIUM: spoe: Register pre/post analyzers in start_analyze callback function DOC: config: Add missing actions in "tcp-request session" documentation BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI BUG/MINOR: server/cli: Fix locking in function processing "set server" command BUG/MEDIUM: tcp-check: Do not dereference inexisting connection Emeric Brun (13): BUG/MEDIUM: peers: re-work connection to new process during reload. BUG/MEDIUM: peers: re-work refcnt on table to protect against flush BUG/MEDIUM: peers: initialize resync timer to get an initial full resync BUG/MEDIUM: peers: register last acked value as origin receiving a resync req BUG/MEDIUM: peers: stop considering ack messages teaching a full resync BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected BUG/MEDIUM: peers: reset commitupdate value in new conns BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly BUG/MEDIUM: peers: reset tables stage flags stages on new conns BUG/MEDIUM: dns: reset file descriptor if send returns an error BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken DOC: stick-table: add missing documentation about gpt0 stored type BUG/MINOR: peers: fix data_type bit computation more than 32 data_types Remi Tricot-Le Breton (2): BUG/MEDIUM: ebtree: Invalid read when looking for dup entry BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future Thayne McCombs (2): BUG/MINOR: tools: fix parsing "us" unit for timers BUG/MEDIUM: sample: Fix adjusting size in field converter William Lallemand (1): BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases Willy Tarreau (5): BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE BUG/MINOR: ssl: use atomic ops to update global shctx stats BUG/MEDIUM: sock: make sure to never miss early connection failures BUG/MINOR: cli: fix server name output in "show fd" DOC: peers: fix the protocol tag name in the doc