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 |