2022-07-27BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized 2022-05-12BUG/MINOR: mux-h2: mark the stream as open before processing it not after 2022-05-11BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket 2022-04-29BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() 2022-04-29BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments 2022-04-29BUG/MINOR: cache: Disable cache if applet creation fails 2022-04-29BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags 2022-04-29BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added 2022-04-29BUG/MEDIUM: mux-h1: Don't request more room on partial trailers 2022-04-29BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive 2022-04-29BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side 2022-04-29BUG/MINOR: cache: do not display expired entries in "show cache" 2022-04-29BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent 2022-04-29BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid 2022-04-29BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples 2022-04-29BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests 2022-04-29BUG/MAJOR: mux_pt: always report the connection error to the conn_stream 2022-04-29BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads 2022-04-29BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts 2022-04-29BUG/MEDIUM: stream-int: do not rely on the connection error once established 2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases when adding EOM block 2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing 2022-03-28BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing 2022-03-28BUG/MINOR: tools: url2sa reads too far when no port nor path 2022-03-28BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner 2022-03-28BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf 2022-03-25BUG/MINOR: tools: fix url2sa return value with IPv4 2022-03-14BUG/MINOR: stream: make the call_rate only count the no-progress calls 2022-03-14BUG/MAJOR: mux-pt: Always destroy the backend connection on detach 2022-03-14DEBUG: stream: Fix stream trace message to print response buffer state 2022-03-14DEBUG: stream: Add the missing descriptions for stream trace events 2022-03-14BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing 2022-03-14DEBUG: cache: Update underlying buffer when loading HTX message in cache applet 2022-03-14BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: cli: shows correct mode in "show sess" 2022-03-14BUG/MINOR: add missing modes in proxy_mode_str() 2022-03-01BUILD/MINOR: sched: drop the DEBUG_TASK parts from latest fix 2022-02-25BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks 2022-02-25BUG/MINOR: task: do not set TASK_F_USR1 for no reason 2022-02-25BUG/MEDIUM: stream: Abort processing if response buffer allocation fails 2022-02-25BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer 2022-02-25BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer 2022-02-25BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message 2022-02-25BUG/MINOR: tools: url2sa reads ipv4 too far 2022-02-25BUG/MINOR: mailers: negotiate SMTP, not ESMTP 2022-02-25BUG/MEDIUM: fd: always align fdtab[] to 64 bytes 2022-02-25BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names 2022-02-25BUG/MINOR: sink: Use the right field in appctx context in release callback 2022-02-25BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload 2022-02-25BUG/MEDIUM: mworker: close unused transferred FDs on load failure 2022-02-25BUG/MAJOR: spoe: properly detach all agents when releasing the applet 2022-02-25BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies 2022-02-25BUG/MEDIUM: listener: read-lock the listener during accept() 2022-02-25BUG/MINOR: mworker: does not erase the pidfile upon reload 2022-02-25BUG/MEDIUM: mworker: don't lose the stats socket on failed reload 2022-01-26BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them 2022-01-26BUG/MEDIUM: mcli: do not try to parse empty buffers 2022-01-26BUG/MEDIUM: cli: Never wait for more data on client shutdown 2022-01-26BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands 2022-01-26BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer 2022-01-11BUG/MEDIUM: mworker: don't use _getsocks in wait mode 2022-01-10BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry 2022-01-10BUG/MINOR: cli: fix _getsocks with musl libc 2022-01-10BUG/MINOR: ssl: free the fields in srv->ssl_ctx 2021-12-24BUG/MINOR: pools: don't mark ourselves as harmless in DEBUG_UAF mode 2021-12-24BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose 2021-12-24BUG/MINOR: backend: do not set sni on connection reuse 2021-12-24BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode 2021-12-07CI: Fix DEBUG_STRICT definition for Coverity 2021-12-07CI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions 2021-12-02BUG/MAJOR: segfault using multiple log forward sections. 2021-12-02BUG/MEDIUM: resolvers: Detach query item on response error 2021-12-02BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time