2022-12-09BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists 2022-12-09BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task 2022-12-09BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task 2022-12-09BUG/MAJOR: stick-table: don't process store-response rules for applets 2022-12-09BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK 2022-08-30BUG/MEDIUM: peers: Add connect and server timeut to peers proxy 2022-08-30BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode 2022-08-30BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle 2022-08-25BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found 2022-08-25BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers 2022-08-25BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent 2022-08-25BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible 2022-08-25BUG/MINOR: server: do not enable DNS resolution on disabled proxies 2022-08-25BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). 2022-08-25BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init 2022-08-25BUG/MINOR: map/cli: protect the backref list during "show map" errors 2022-08-25BUG/MEDIUM: cli: make "show cli sockets" really yield 2022-08-25BUG/MINOR: cache: Disable cache if applet creation fails 2022-08-25BUG/MINOR: cache: do not display expired entries in "show cache" 2022-08-25BUG/MINOR: cli: shows correct mode in "show sess" 2022-08-25BUG/MEDIUM: mworker: close unused transferred FDs on load failure 2022-08-25BUG/MAJOR: spoe: properly detach all agents when releasing the applet 2022-08-25BUG/MEDIUM: mworker: don't lose the stats socket on failed reload 2022-08-25BUG/MINOR: cli: fix _getsocks with musl libc 2022-08-25BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration 2022-08-25BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame 2022-08-25BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error 2022-08-25BUG/MAJOR: lua: use task_wakeup() to properly run a task once 2022-08-25BUG/MEDIUM: lua: fix wakeup condition from sleep() 2022-08-25BUG/MINOR: server: allow 'enable health' only if check configured 2022-08-25BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time 2022-08-25BUG/MEDIUM: sock: really fix detection of early connection failures in for 2.3- 2022-08-25BUG/MINOR: compat: make sure __WORDSIZE is always defined 2022-08-25BUG/MINOR: tools: Fix loop condition in dump_text() 2022-08-25BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long 2022-08-25BUG/MINOR: server: update last_change on maint->ready transitions too 2022-08-25BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs 2022-08-25BUG/MEDIUM: mworker: do not register an exit handler if exit is expected 2021-07-29BUG/MEDIUM: tcp-check: Do not dereference inexisting connection 2021-07-08BUG/MINOR: peers: fix data_type bit computation more than 32 data_types 2021-07-08BUG/MINOR: cli: fix server name output in "show fd" 2021-07-08BUG/MEDIUM: sock: make sure to never miss early connection failures 2021-07-08BUG/MINOR: server/cli: Fix locking in function processing "set server" command 2021-07-08BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI 2021-07-08BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check 2021-07-08BUG/MEDIUM: spoe: Register pre/post analyzers in start_analyze callback function 2021-07-08BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken 2021-07-08BUG/MINOR: ssl: use atomic ops to update global shctx stats 2021-07-08BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE 2021-07-08BUG/MEDIUM: dns: reset file descriptor if send returns an error 2021-07-08BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future 2021-07-08BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter 2021-07-08BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' 2021-07-08BUG/MEDIUM: ebtree: Invalid read when looking for dup entry 2021-07-08BUG/MEDIUM: peers: reset tables stage flags stages on new conns 2021-07-08BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly 2021-07-08BUG/MEDIUM: peers: reset commitupdate value in new conns 2021-07-08BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected 2021-07-08BUG/MEDIUM: peers: stop considering ack messages teaching a full resync 2021-07-08BUG/MEDIUM: peers: register last acked value as origin receiving a resync req 2021-07-08BUG/MEDIUM: peers: initialize resync timer to get an initial full resync 2021-07-08BUG/MEDIUM: peers: re-work refcnt on table to protect against flush 2021-07-08BUG/MEDIUM: peers: re-work connection to new process during reload. 2021-07-08BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases 2021-07-08BUG/MINOR: logs: Report the true number of retries if there was no connection 2021-07-08BUG/MEDIUM: sample: Fix adjusting size in field converter 2021-07-08BUG/MINOR: tools: fix parsing "us" unit for timers 2021-03-31BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields 2021-03-31BUG/MINOR: tcp: fix silent-drop workaround for IPv6 2021-03-31BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters 2021-03-31BUG/MEDIUM: time: make sure to always initialize the global tick 2021-03-24BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable