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