Merge date | Subject - Severity (minor, medium, major, critical) |
2023-04-28 | BUG/MINOR: server: don't use date when restoring last_change from state file |
2023-04-28 | BUG/MINOR: server: don't miss server stats update on server state transitions |
2023-04-28 | BUG/MINOR: server: don't miss proxy stats update on server state transitions |
2023-04-28 | BUG/MINOR: server: incorrect report for tracking servers leaving drain |
2023-04-21 | BUG/MINOR: mux-h2: make sure to produce a log on invalid requests |
2023-04-21 | BUG/MEDIUM: Update read expiration date on synchronous send |
2023-04-21 | BUG/MEDIUM: proxy/sktable: prevent watchdog trigger on soft-stop |
2023-04-21 | BUG/MEDIUM: hlua: prevent deadlocks with main lua lock |
2023-04-21 | BUG/MINOR: hlua: prevent function and table reference leaks on errors |
2023-04-21 | BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() |
2023-04-21 | BUG/MINOR: hlua: fix reference leak in core.register_task() |
2023-04-21 | BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume |
2023-04-21 | BUG/MEDIUM: resume from LI_ASSIGNED in default_resume_listener() |
2023-04-21 | BUG/MINOR: listener: fix resume_listener() resume return value handling |
2023-04-21 | BUG/MEDIUM: listener: fix pause_listener() suspend return value handling |
2023-04-21 | BUG/MINOR: listener: null pointer dereference suspected by coverity |
2023-04-21 | BUG/MINOR: cfgparse: make sure to include openssl-compat |
2023-04-21 | BUG/MEDIUM: log: Properly handle client aborts in syslog applet |
2023-04-21 | BUG/MEDIUM: fd: don't wait for tmask to stabilize if we're not in it. |
2023-04-21 | BUG/MINOR: stick_table: alert when type len has incorrect characters |
2023-04-21 | BUG/MEDIUM: resolvers: Force the connect timeout for DNS resolutions |
2023-04-21 | BUG/MINOR: http-ana: Don't switch message to DATA when waiting for payload |
2023-04-21 | BUG/MINOR: hlua: enforce proper running context for register_x functions |
2023-04-21 | BUG/MINOR: log: free log forward proxies on deinit() |
2023-04-21 | BUG/MINOR: sink: free forward_px on deinit() |
2023-04-21 | BUG/MEDIUM: dns: Properly handle error when a response consumed |
2023-04-21 | BUG/MEDIUM: channel: Improve reports for shut in co_getblk() |
2023-04-21 | BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription |
2023-04-21 | BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path |
2023-04-14 | Revert "BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached" |
2023-04-14 | BUG/MINOR: ssl: ssl-(min|max)-ver parameter not duplicated for bundles in crt-list |
2023-03-17 | BUG/MAJOR: qpack: fix possible read out of bounds in static table |
2023-03-17 | DEBUG: ssl-sock/show_fd: Display SSL error code |
2023-03-17 | DEBUG: cli/show_fd: Display connection error code |
2023-03-17 | BUG/MAJOR: fd/threads: close a race on closing connections after takeover |
2023-03-17 | BUG/MAJOR: fd/thread: fix race between updates and closing FD |
2023-03-17 | BUG/MINOR: fd: Properly init the fd state in fd_insert() |
2023-03-17 | BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list |
2023-03-17 | BUG/MEDIUM: connection: Clear flags when a conn is removed from an idle list |
2023-03-17 | BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp() |
2023-03-17 | BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all() |
2023-03-17 | BUG/MINOR: proto_ux: report correct error when bind_listener fails |
2023-03-17 | BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend |
2023-03-17 | BUG/MEDIUM: listener: duplicate inherited FDs if needed |
2023-03-17 | BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it |
2023-03-17 | BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches |
2023-03-17 | BUG/MEDIUM: proxy: properly stop backends on soft-stop |
2023-03-17 | BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value |
2023-03-17 | BUG/MINOR: init: make sure to always limit the total number of threads |
2023-03-17 | BUG/MEDIUM: master: force the thread count earlier |
2023-03-17 | BUG/MINOR: init: properly detect NUMA bindings on large systems |
2023-03-17 | BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback |
2023-03-17 | BUG/MINOR: http-ana: Do a L7 retry on read error if there is no response |
2023-03-17 | BUG/MINOR: http-check: Skip C-L header for empty body when it's not mandatory |
2023-03-17 | BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS flag with a log-format body |
2023-03-17 | BUG/MEDIUM: h1-htx: Never copy more than the max data allowed during parsing |
2023-03-17 | BUG/MINOR: ring: do not realign ring contents on resize |
2023-03-17 | BUG/MINOR: cache: Check cache entry is complete in case of Vary |
2023-03-17 | BUG/MINOR: cache: Cache response even if request has "no-cache" directive |
2023-03-17 | BUG/MINOR: mworker: prevent incorrect values in uptime |
2023-03-17 | BUG/MEDIUM: sched: allow a bit more TASK_HEAVY to be processed when needed |
2023-03-17 | BUG/MINOR: sched: properly report long_rq when tasks remain in the queue |
2023-03-17 | BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached |
2023-02-22 | BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy |
2023-02-22 | BUG/MINOR: lua/httpclient: missing free in hlua_httpclient_send() |
2023-02-21 | BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong |
2023-02-21 | BUG/MEDIUM: mworker: prevent inconsistent reload when upgrading from old versions |
2023-02-21 | BUG/MINOR: mworker: stop doing strtok directly from the env |