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 |
2021-11-03 | BUG/MINOR: halog: Add missing newlines in die() messages |
2021-11-03 | BUG/MINOR: sample: fix backend direction flags consecutive to last fix |
2021-11-03 | BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags |
2021-11-03 | BUG/MINOR: vars: properly set the argument parsing context in the expression |
2021-11-03 | BUG/MINOR: vars: improve accuracy of the rules used to check expression validity |
2021-11-03 | BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data |
2021-11-03 | BUG/MINOR: http: Authorization value can have multiple spaces after the scheme |
2021-11-03 | BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration |
2021-11-03 | BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions |
2021-11-03 | BUG/MEDIUM: resolvers: Don't recursively perform requester unlink |
2021-11-03 | BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released |
2021-11-03 | BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed |
2021-11-03 | BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame |
2021-11-03 | BUG/MAJOR: buf: fix varint API post- vs pre- increment |
2021-11-03 | BUG/MEDIUM: resolvers: always check a valid item in query_list |
2021-11-03 | BUG/MAJOR: resolvers: add other missing references during resolution removal |
2021-11-03 | BUG/MEDIUM: resolvers: use correct storage for the target address |
2021-11-03 | BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix |
2021-11-03 | BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records |
2021-11-03 | BUG/MEDIUM: resolver: make sure to always use the correct hostname length |
2021-11-03 | BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors |
2021-10-19 | BUG/MEDIUM: sample: properly verify that variables cast to sample |
2021-10-19 | BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error |
2021-10-19 | BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back |
2021-10-19 | BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames |
2021-10-19 | BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary |
2021-10-08 | BUG/MEDIUM: leastconn: fix rare possibility of divide by zero |
2021-10-04 | BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule |
2021-10-04 | BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release |
2021-10-04 | MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() |
2021-10-04 | BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input |
2021-10-04 | BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing |
2021-10-04 | BUG/MAJOR: lua: use task_wakeup() to properly run a task once |
2021-10-04 | BUG/MEDIUM: lua: fix wakeup condition from sleep() |
2021-10-04 | BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" |
2021-10-04 | BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM |
2021-10-04 | BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data |
2021-10-04 | BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer |
2021-10-01 | BUG/MINOR: http-ana: increment internal_errors counter on response error |
2021-10-01 | BUG/MINOR: h1-htx: Fix a typo when request parser is reset |
2021-10-01 | BUG/MINOR: server: allow 'enable health' only if check configured |
2021-09-20 | BUG/MINOR: cli/payload: do not search for args inside payload |
2021-09-20 | BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check |
2021-09-20 | BUG/MINOR: compat: make sure __WORDSIZE is always defined |
2021-09-20 | BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached |
2021-09-20 | BUG/MINOR: systemd: ExecStartPre must use -Ws |
2021-09-20 | BUG/MINOR: filters: Set right FLT_END analyser depending on channel |
2021-09-20 | BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set |
2021-09-20 | BUG/MEDIUM: http-ana: Reset channels analysers when returning an error |
2021-09-20 | BUG/MINOR: stream: Don't release a stream if FLT_END is still registered |
2021-09-20 | BUG/MINOR: lua: Don't yield in channel.append() and channel.set() |
2021-09-20 | BUG/MINOR: lua: Yield in channel functions only if lua context can yield |