Merge date | Subject - Severity (minor, medium, major, critical) |
2024-04-04 | BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout |
2024-04-04 | BUG/MINOR: backend: properly handle redispatch 0 |
2024-04-04 | BUG/MINOR: server: 'source' interface ignored from 'default-server' directive |
2024-04-04 | BUG/MINOR: session: ensure conn owner is set after insert into session |
2024-04-04 | BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small |
2024-04-04 | BUG/MINOR: cfgparse: report proper location for log-format-sd errors |
2024-04-04 | BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel |
2024-04-04 | BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions |
2024-04-04 | BUG/MEDIUM: h1: always reject the NUL character in header values |
2024-04-04 | BUG/MINOR: h1-htx: properly initialize the err_pos field |
2024-04-04 | BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() |
2024-04-04 | BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI |
2024-04-04 | BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up |
2024-04-04 | BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty |
2023-12-15 | BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly |
2023-12-15 | BUG/MINOR: sample: Make the `word` converter compatible with `-m found` |
2023-12-15 | BUG/MINOR: stick-table/cli: Check for invalid ipv4 key |
2023-12-15 | BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure |
2023-12-15 | BUG/MINOR: stktable: missing free in parse_stick_table() |
2023-12-15 | BUG/MEDIUM: ssl: segfault when cipher is NULL |
2023-12-15 | BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA |
2023-12-15 | BUG/MINOR: mux-h2: commit the current stream ID even on reject |
2023-12-15 | BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task |
2023-12-15 | BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending |
2023-12-15 | BUG/MEDIUM: actions: always apply a longest match on prefix lookup |
2023-12-15 | BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage |
2023-12-15 | BUG/MINOR: hlua: fix invalid use of lua_pop on error paths |
2023-12-15 | BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API |
2023-12-15 | BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() |
2023-08-16 | BUG/MINOR: http: skip leading zeroes in content-length values |
2023-08-16 | BUG/MINOR: h2: reject more chars from the :path pseudo header |
2023-08-16 | BUG/MINOR: h1: do not accept '#' as part of the URI component |
2023-08-16 | BUG/MAJOR: http: reject any empty content-length header value |
2023-08-16 | BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement |
2023-08-16 | BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full |
2023-08-16 | BUG/MINOR: http: Return the right reason for 302 |
2023-08-16 | BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters |
2023-08-16 | BUG/MEDIUM: mworker: increase maxsock with each new worker |
2023-08-16 | BUG/MINOR: namespace: missing free in netns_sig_stop() |
2023-08-16 | BUG/MINOR: server: inherit from netns in srv_settings_cpy() |
2023-08-16 | BUG/MINOR: proxy: add missing interface bind free in free_proxy |
2023-08-16 | BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line |
2023-06-06 | BUG/MINOR: spoe: Only skip sending new frame after a receive attempt |
2023-05-26 | BUG/MINOR: server: don't use date when restoring last_change from state file |
2023-05-26 | BUG/MINOR: server: don't miss server stats update on server state transitions |
2023-05-26 | BUG/MINOR: server: don't miss proxy stats update on server state transitions |
2023-05-26 | BUG/MINOR: server: incorrect report for tracking servers leaving drain |
2023-05-26 | BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones |
2023-05-26 | BUG/MINOR: debug: do not emit empty lines in thread dumps |
2023-05-26 | BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup |
2023-05-26 | BUG/MINOR: proxy: missing free in free_proxy for redirect rules |
2023-05-26 | BUG/MINOR: log: fix memory error handling in parse_logsrv() |
2023-05-26 | BUG/MINOR: hlua: unsafe hlua_lua2smp() usage |
2023-05-26 | BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set |
2023-05-26 | BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input |
2023-05-22 | BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error |
2023-05-22 | BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send |
2023-05-17 | BUG/MINOR: checks: postpone the startup of health checks by the boot time |
2023-04-24 | BUG/MINOR: mux-h2: make sure to produce a log on invalid requests |
2023-04-24 | BUG/MEDIUM: Update read expiration date on synchronous send |
2023-04-24 | BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription |
2023-04-24 | BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path |
2023-04-24 | BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend |
2023-04-24 | BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it |
2023-04-24 | BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback |
2023-04-24 | BUG/MINOR: mworker: prevent incorrect values in uptime |
2023-04-24 | BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong |
2023-02-14 | BUG/CRITICAL: http: properly reject empty http header field names |
2023-02-13 | BUG/MEDIUM: cache: use the correct time reference when comparing dates |
2023-02-13 | BUG/MEDIUM: stick-table: do not leave entries in end of window during purge |
2023-02-13 | BUG/MEDIUM: ssl: wrong eviction from the session cache tree |
2023-02-13 | BUG/MINOR: http-ana: make set-status also update txn->status |
2023-02-13 | BUG/MINOR: http-fetch: Don't block HTTP sample fetch eval in HTTP_MSG_ERROR state |
2023-02-13 | BUG/MINOR: promex: Don't forget to consume the request on error |
2023-02-13 | BUG/MINOR: resolvers: Wait the resolution execution for a do_resolv action |
2023-01-20 | BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realigned |
2023-01-20 | BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats |
2023-01-20 | BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set |
2023-01-20 | BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout |
2023-01-20 | BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers |
2023-01-20 | BUG/MINOR: ssl: Fix potential overflow |
2023-01-20 | BUG/MEDIUM: ssl: Verify error codes can exceed 63 |
2022-11-28 | BUG/MEDIUM: peers: messages about unkown tables not correctly ignored |
2022-11-28 | BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists |
2022-11-28 | BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task |
2022-11-25 | BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task |
2022-10-25 | BUG/MAJOR: stick-table: don't process store-response rules for applets |
2022-10-25 | BUG/MAJOR: stick-tables: do not try to index a server name for applets |
2022-10-25 | BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() |
2022-10-25 | BUG/MEDIUM: lua: handle stick table implicit arguments right. |
2022-09-20 | BUG/MINOR: log: improper behavior when escaping log data |
2022-09-20 | BUG/MEDIUM: captures: free() an error capture out of the proxy lock |
2022-09-20 | BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK |
2022-09-20 | BUG/MINOR: signals/poller: ensure wakeup from signals |
2022-09-20 | BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals |
2022-09-20 | BUG/MINOR: h1: Support headers case adjustment for TCP proxies |
2022-08-30 | BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date |
2022-08-30 | BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress |
2022-08-30 | BUG/MEDIUM: peers: Add connect and server timeut to peers proxy |
2022-08-30 | BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode |
2022-08-30 | BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() |
2022-08-30 | BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle |
2022-08-30 | BUG/MEDIUM: proxy: Perform a custom copy for default server settings |
2022-08-30 | BUG/MINOR: peers: Use right channel flag to consider the peer as connected |
2022-08-30 | BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload |
2022-08-25 | BUG/MINOR: ssl: free the fields in srv->ssl_ctx |
2022-07-27 | BUG/MINOR: sockpair: wrong return value for fd_send_uxst() |
2022-07-27 | BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible |
2022-07-27 | BUG/MINOR: peers: fix possible NULL dereferences at config parsing |
2022-07-27 | BUG/MINOR: peers/config: always fill the bind_conf's argument |
2022-07-27 | BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch |
2022-07-27 | BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created |
2022-07-27 | BUG/MINOR: server: do not enable DNS resolution on disabled proxies |
2022-06-13 | BUG/MINOR: conn_stream: do not confirm a connection from the frontend path |
2022-06-07 | BUG/MEDIUM: sample: Fix adjusting size in word converter |
2022-06-07 | BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section |
2022-06-07 | BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections |
2022-06-07 | BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols |
2022-06-07 | BUG/MINOR: peers: fix error reporting of "bind" lines |
2022-05-13 | BUG/MINOR: ssl: fix build on development versions of openssl-1.1.x |
2022-05-13 | BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized |
2022-05-13 | BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). |
2022-05-13 | BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init |
2022-05-13 | BUG/MINOR: map/cli: protect the backref list during "show map" errors |
2022-05-13 | BUG/MEDIUM: cli: make "show cli sockets" really yield |
2022-05-13 | BUG/MINOR: mux-h2: mark the stream as open before processing it not after |
2022-05-13 | BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() |
2022-05-13 | BUG/MINOR: cache: Disable cache if applet creation fails |
2022-05-13 | BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags |
2022-05-13 | BUG/MEDIUM: mux-h1: Don't request more room on partial trailers |
2022-05-13 | BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive |
2022-05-13 | BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side |
2022-05-13 | BUG/MINOR: cache: do not display expired entries in "show cache" |
2022-05-13 | BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent |
2022-05-13 | BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid |
2022-05-13 | BUG/MAJOR: mux_pt: always report the connection error to the conn_stream |
2022-05-13 | BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts |
2022-05-13 | BUG/MEDIUM: stream-int: do not rely on the connection error once established |
2022-05-13 | BUG/MINOR: tools: url2sa reads too far when no port nor path |
2022-05-13 | BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf |
2022-05-11 | BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket |
2022-04-11 | Revert "BUG/MAJOR: mux-pt: Always destroy the backend connection on detach" |
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 | 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-01 | BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks |
2022-03-01 | BUG/MEDIUM: stream: Abort processing if response buffer allocation fails |
2022-03-01 | BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer |
2022-03-01 | BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer |
2022-03-01 | BUG/MINOR: tools: url2sa reads ipv4 too far |
2022-03-01 | BUG/MINOR: mailers: negotiate SMTP, not ESMTP |
2022-03-01 | BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names |
2022-03-01 | BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload |
2022-03-01 | BUG/MEDIUM: mworker: close unused transferred FDs on load failure |
2022-03-01 | BUG/MAJOR: spoe: properly detach all agents when releasing the applet |
2022-03-01 | BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies |
2022-03-01 | BUG/MINOR: mworker: does not erase the pidfile upon reload |
2022-03-01 | BUG/MEDIUM: mworker: don't lose the stats socket on failed reload |
2022-03-01 | BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them |
2022-03-01 | BUG/MEDIUM: mcli: do not try to parse empty buffers |
2022-03-01 | 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-26 | BUG/MEDIUM: cli: Never wait for more data on client shutdown |
2022-01-19 | BUG/MEDIUM: mworker: don't use _getsocks in wait mode |
2022-01-19 | BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry |
2022-01-19 | BUG/MINOR: cli: fix _getsocks with musl libc |
2022-01-19 | BUG/MINOR: http: fix recent regression on authorization in legacy mode |
2022-01-13 | Revert "BUG/MEDIUM: resolvers: always check a valid item in query_list" |
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-24 | BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time |
2021-12-09 | CI: Fix DEBUG_STRICT definition for Coverity |
2021-11-30 | BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not found |
2021-11-26 | BUG/MINOR: shctx: do not look for available blocks when the first one is enough |
2021-11-26 | BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found |
2021-11-26 | BUG/MEDIUM: mux-h2: always process a pending shut read |
2021-11-26 | BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 |
2021-11-26 | BUG/MINOR: stick-table/cli: Check for invalid ipv6 key |
2021-11-26 | BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent |
2021-11-26 | BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value |
2021-11-26 | BUG/MINOR: mworker: doesn't launch the program postparser |
2021-11-26 | BUG/MEDIUM: conn-stream: Don't reset CS flags on close |
2021-11-26 | BUG/MINOR: http-ana: Apply stop to the current section for http-response rules |
2021-11-26 | BUG/MEDIUM: mux-h1: Fix H1C_F_ST_SILENT_SHUT value |
2021-11-22 | BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary |
2021-11-22 | BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check |
2021-11-22 | BUG/MINOR: http: Authorization value can have multiple spaces after the scheme |
2021-11-22 | BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration |
2021-11-22 | BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released |
2021-11-22 | BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed |
2021-11-22 | BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame |
2021-11-22 | BUG/MEDIUM: resolvers: always check a valid item in query_list |
2021-11-22 | BUG/MEDIUM: resolvers: use correct storage for the target address |
2021-11-22 | BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix |
2021-11-22 | BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records |
2021-11-22 | BUG/MEDIUM: resolver: make sure to always use the correct hostname length |
2021-11-22 | BUG/MEDIUM: sample: properly verify that variables cast to sample |
2021-11-22 | BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error |
2021-11-22 | BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames |
2021-11-22 | BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule |
2021-11-22 | BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release |
2021-11-22 | BUG/MINOR: filters: Set right FLT_END analyser depending on channel |
2021-11-22 | BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set |
2021-11-22 | BUG/MEDIUM: http-ana: Reset channels analysers when returning an error |
2021-11-22 | BUG/MINOR: stream: Don't release a stream if FLT_END is still registered |
2021-11-22 | BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input |
2021-11-22 | BUG/MAJOR: lua: use task_wakeup() to properly run a task once |
2021-11-22 | BUG/MEDIUM: lua: fix wakeup condition from sleep() |
2021-11-22 | BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" |
2021-11-22 | BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM |
2021-11-22 | BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data |
2021-11-22 | BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer |
2021-11-22 | BUG/MINOR: server: allow 'enable health' only if check configured |
2021-11-22 | BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached |
2021-09-20 | BUG/MINOR: stats: fix the POST requests processing in legacy mode |
2021-09-20 | BUG/MEDIUM: http: check for a channel pending data before waiting |
2021-09-20 | BUG/MINOR: cli/payload: do not search for args inside payload |
2021-09-20 | BUG/MINOR: compat: make sure __WORDSIZE is always defined |
2021-09-20 | BUG/MINOR: systemd: ExecStartPre must use -Ws |
2021-09-07 | Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" |
2021-09-03 | BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer |
2021-09-03 | BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB |
2021-09-03 | BUG/MINOR: tools: Fix loop condition in dump_text() |
2021-09-03 | BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time |
2021-09-03 | BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long |
2021-09-03 | BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords |
2021-09-03 | BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} |
2021-09-03 | BUG/MEDIUM: sock: really fix detection of early connection failures in for 2.3- |
2021-08-17 | BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header |
2021-08-12 | BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued |
2021-08-12 | BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released |
2021-08-12 | BUG/MINOR: server: update last_change on maint->ready transitions too |
2021-08-12 | BUG/MINOR: connection: Add missing error labels to conn_err_code_str |
2021-08-12 | BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames |
2021-08-12 | BUG/MINOR: mux-h2: Obey dontlognull option during the preface |
2021-08-12 | BUG/MINOR: systemd: must check the configuration using -Ws |
2021-08-12 | BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs |
2021-08-12 | BUG/MEDIUM: mworker: do not register an exit handler if exit is expected |
2021-07-29 | BUG/MEDIUM: tcp-check: Do not dereference inexisting connection |
2021-07-15 | BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled |
2021-07-15 | BUG/MINOR: server-state: load SRV resolution only if params match the config |
2021-07-08 | BUG/MAJOR: pools: fix possible race with free() in the lockless variant |
2021-07-08 | BUG/MEDIUM: pools: Always update free_list in pool_gc(). |
2021-07-08 | BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() |
2021-07-08 | MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS |
2021-07-08 | BUG/MINOR: peers: fix data_type bit computation more than 32 data_types |
2021-07-08 | BUG/MINOR: resolvers: Reset server IP when no ip is found in the response |
2021-07-08 | BUG/MINOR: stick-table: fix several printf sign errors dumping tables |
2021-07-08 | BUG/MINOR: cli: fix server name output in "show fd" |
2021-07-08 | BUG/MEDIUM: sock: make sure to never miss early connection failures |
2021-07-07 | BUG/MINOR: server/cli: Fix locking in function processing "set server" command |
2021-07-07 | BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI |
2021-07-07 | BUG/MINOR: resolvers: answser item list was randomly purged or errors |
2021-07-01 | BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check |
2021-06-25 | BUG/MEDIUM: spoe: Register pre/post analyzers in start_analyze callback function |
2021-06-18 | BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken |
2021-06-18 | BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue |
2021-06-18 | BUG/MINOR: mworker: fix typo in chroot error message |
2021-06-18 | BUG/MINOR: ssl: use atomic ops to update global shctx stats |
2021-06-18 | BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE |
2021-06-18 | BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id |
2021-06-18 | BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded |
2021-06-17 | BUG/MEDIUM: dns: reset file descriptor if send returns an error |
2021-06-17 | BUG/MEDIUM: compression: Add a flag to know the filter is still processing data |
2021-06-17 | BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future |
2021-06-17 | BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree |
2021-06-17 | BUG/MINOR: http: Missing calloc return value check in make_arg_list |
2021-06-17 | BUG/MINOR: http: Missing calloc return value check while parsing redirect rule |
2021-06-17 | BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list |
2021-06-17 | BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo |
2021-06-17 | BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule |
2021-06-17 | BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response |
2021-06-17 | BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy |
2021-06-17 | BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare |
2021-06-17 | BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture |
2021-06-17 | BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine |
2021-06-17 | BUG/MINOR: peers: Missing calloc return value check in peers_register_table |
2021-06-17 | BUG/MINOR: server: Missing calloc return value check in srv_parse_source |
2021-06-17 | BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts |
2021-06-17 | BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response |
2021-06-17 | BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter |
2021-06-17 | BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' |
2021-06-17 | BUG/MEDIUM: ebtree: Invalid read when looking for dup entry |
2021-06-17 | BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive |
2021-06-17 | BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port |
2021-06-17 | BUG/MINOR: stream: Reset stream final state and si error type on L7 retry |
2021-06-17 | BUG/MINOR: stream: properly clear the previous error mask on L7 retries |
2021-06-17 | BUG/MINOR: stream: Decrement server current session counter on L7 retry |
2021-06-17 | BUG/MEDIUM: cli: prevent memory leak on write errors |
2021-06-17 | BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers |
2021-04-29 | BUG/MEDIUM: peers: reset tables stage flags stages on new conns |
2021-04-29 | BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly |
2021-04-29 | BUG/MEDIUM: peers: reset commitupdate value in new conns |
2021-04-29 | BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected |
2021-04-29 | BUG/MEDIUM: peers: stop considering ack messages teaching a full resync |
2021-04-29 | BUG/MEDIUM: peers: register last acked value as origin receiving a resync req |
2021-04-29 | BUG/MEDIUM: peers: initialize resync timer to get an initial full resync |
2021-04-29 | BUG/MINOR: applet: Notify the other side if data were consumed by an applet |
2021-04-29 | BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message |
2021-04-29 | BUG/MEDIUM: peers: re-work refcnt on table to protect against flush |
2021-04-29 | BUG/MEDIUM: peers: re-work connection to new process during reload. |
2021-04-29 | BUG/MINOR: peers: remove useless table check if initial resync is finished |
2021-04-29 | BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data |
2021-04-29 | BUG/MINOR: mworker: don't use oldpids[] anymore for reload |
2021-04-29 | BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases |
2021-04-29 | BUG/MEDIUM: config: fix cpu-map notation with both process and threads |
2021-04-29 | BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames |
2021-04-29 | BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers |
2021-04-29 | BUG/MINOR: server: free srv.lb_nodes in free_server |
2021-04-29 | BUG/MINOR: mux-h1: Release idle server H1 connection if data are received |
2021-04-29 | BUG/MINOR: logs: Report the true number of retries if there was no connection |
2021-04-29 | BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function |
2021-04-29 | BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded |
2021-04-29 | BUG/MEDIUM: threads: Ignore current thread to end its harmless period |
2021-04-29 | BUG/MEDIUM: sample: Fix adjusting size in field converter |
2021-04-29 | BUG/MINOR: tools: fix parsing "us" unit for timers |
2021-04-12 | BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks |
2021-04-12 | BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution |
2021-04-12 | BUG/MAJOR: dns: disabled servers through SRV records never recover |
2021-04-12 | BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status |
2021-03-31 | BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields |
2021-03-31 | BUG/MINOR: tcp: fix silent-drop workaround for IPv6 |
2021-03-31 | BUG/MINOR: stats: Apply proper styles in HTML status page. |
2021-03-31 | BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent |
2021-03-31 | BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters |
2021-03-31 | BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless |
2021-03-31 | BUG/MEDIUM: time: make sure to always initialize the global tick |
2021-03-24 | BUG/MEDIUM: lua: Always init the lua stack before referencing the context |
2021-03-24 | BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback |
2021-03-24 | MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket |
2021-03-24 | BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable |
2021-03-18 | BUG/MINOR: freq_ctr/threads: make use of the last updated global time |
2021-03-18 | BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames |
2021-03-18 | BUG/MINOR: resolvers: Reset server address on DNS error only on status change |
2021-03-18 | BUG/MINOR: resolvers: Consider server to have no IP on DNS resolution error |
2021-03-18 | BUG/MINOR: session: Add some forgotten tests on session's listener |
2021-03-18 | BUG/MINOR: proxy/session: Be sure to have a listener to increment its counters |
2021-03-18 | BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels when filters are attached |
2021-03-18 | BUG/MEDIUM: session: NULL dereference possible when accessing the listener |
2021-03-18 | BUG/MINOR: ssl: don't truncate the file descriptor to 16 bits in debug mode |
2021-03-18 | BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_pushstrippedstring() |
2021-03-03 | BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive |
2021-03-03 | BUG/MINOR: http-ana: Don't increment HTTP error counter on read error/timeout |
2021-03-01 | BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 |
2021-03-01 | BUG/MINOR: connection: Use the client's dst family for adressless servers |
2021-03-01 | BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule |
2021-03-01 | BUG/MINOR: http-ana: Only consider dst address to process originalto option |
2021-03-01 | BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf() |
2021-03-01 | BUG/MEDIUM: resolvers: Reset address for unresolved servers |
2021-03-01 | BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records |
2021-03-01 | BUG/MINOR: resolvers: new callback to properly handle SRV record errors |
2021-03-01 | BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal |
2021-03-01 | BUG/MEDIUM: cli/shutdown sessions: make it thread-safe |
2021-03-01 | BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop |
2021-03-01 | BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe |
2021-03-01 | BUG/MINOR: sample: secure convs that accept base64 string and var name as args |
2021-03-01 | BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok |
2021-03-01 | BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line |
2021-03-01 | BUG/MINOR: server: Init params before parsing a new server-state line |
2021-03-01 | BUG/MINOR: sample: Always consider zero size string samples as unsafe |
2021-03-01 | BUG/MINOR: checks: properly handle wrapping time in __health_adjust() |
2021-03-01 | BUG/MINOR: session: atomically increment the tracked sessions counter |
2021-03-01 | BUG/MINOR: server: Remove RMAINT from admin state when loading server state |
2021-03-01 | BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL |
2021-03-01 | BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines |
2021-03-01 | BUG/MEDIUM: config: don't pick unset values from last defaults section |
2021-03-01 | BUG/MINOR: server: Fix server-state-file-name directive |
2021-03-01 | BUG/MINOR: backend: hold correctly lock when killing idle conn |
2021-03-01 | BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() |
2021-03-01 | BUG/MINOR: server: re-align state file fields number |
2021-03-01 | BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state |
2021-02-12 | BUG/MEDIUM: mux-h2: Be sure to enter in demux loop even if dbuf is empty |
2021-02-05 | BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED |
2021-02-05 | BUG/MEDIUM: mux-h2: handle remaining read0 cases |
2021-02-05 | BUG/MINOR: xxhash: make sure armv6 uses memcpy() |
2021-02-05 | BUG/MEDIUM: ssl: check a connection's status before computing a handshake |
2021-02-05 | BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list |
2021-02-05 | BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name |
2021-02-01 | BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown |
2021-01-28 | BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition |
2021-01-28 | BUG/MEDIUM: mux-h2: fix read0 handling on partial frames |
2021-01-28 | BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() |
2021-01-28 | BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. |
2021-01-28 | BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable |
2021-01-28 | BUG/MINOR: sample: Memory leak of sample_expr structure in case of error |
2021-01-28 | BUG/MINOR: sample: check alloc_trash_chunk return value in concat() |
2021-01-08 | BUG/MINOR: sample: fix concat() converter's corruption with non-string variables |
2021-01-08 | BUG/MINOR: srv: do not init address if backend is disabled |
2021-01-08 | BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails |
2021-01-08 | BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode |
2021-01-08 | BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests |
2020-12-14 | BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight |
2020-12-14 | BUG/MINOR: tools: Reject size format not starting by a digit |
2020-12-14 | BUG/MINOR: tools: make parse_time_err() more strict on the timer validity |
2020-12-14 | BUG/MEDIUM: spoa/python: Fixing references to None |
2020-12-14 | BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments |
2020-12-14 | BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails |
2020-12-14 | BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations |
2020-12-14 | BUG/MAJOR: spoa/python: Fixing return None |
2020-12-14 | BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times |
2020-12-14 | BUG/MINOR: lua: Some lua init operation are processed unsafe |
2020-12-14 | BUG/MINOR: lua: Post init register function are not executed beyond the first one |
2020-12-14 | BUG/MINOR: lua: lua-load doesn't check its parameters |
2020-12-14 | BUG/MAJOR: peers: fix partial message decoding |
2020-11-24 | BUG/MAJOR: filters: Always keep all offsets up to date during data filtering |
2020-11-18 | BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests |
2020-11-18 | BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering |
2020-11-13 | BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet |
2020-11-13 | BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches |
2020-11-13 | BUG/MINOR: http-fetch: Extract cookie value even when no cookie name |
2020-11-13 | BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages |
2020-11-13 | BUG/MINOR: peers: Missing TX cache entries reset. |
2020-11-13 | BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. |
2020-11-13 | BUG/MINOR: lua: set buffer size during map lookups |
2020-11-13 | BUG/MINOR: pattern: a sample marked as const could be written |
2020-11-06 | BUG/MINOR: http-htx: Just warn if payload of an errorfile doesn't match the C-L |
2020-11-03 | BUG/MEDIUM: stick-table: limit the time spent purging old entries |
2020-11-03 | BUG/MINOR: filters: Skip disabled proxies during startup only |
2020-11-03 | BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade |
2020-11-03 | BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup |
2020-11-03 | BUG/MEDIUM: filters: Don't try to init filters for disabled proxies |
2020-11-03 | BUG/MINOR: cache: Inverted variables in http_calc_maxage function |
2020-11-03 | BUG/MINOR: lua: initialize sample before using it |
2020-11-03 | BUG/MINOR: server: fix down_time report for stats |
2020-11-03 | BUG/MINOR: server: fix srv downtime calcul on starting |
2020-11-03 | BUG/MINOR: log: fix memory leak on logsrv parse error |
2020-11-03 | BUG/MINOR: extcheck: add missing checks on extchk_setenv() |
2020-11-03 | BUG/MAJOR: mux-h2: Don't try to send data if we know it is no longer possible |
2020-11-03 | BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests |
2020-11-03 | BUG/MEDIUM: server: support changing the slowstart value from state-file |
2020-11-03 | BUG/MINOR: queue: properly report redistributed connections |
2020-10-19 | BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. |
2020-10-19 | BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn |
2020-10-19 | BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages |
2020-10-19 | BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided |
2020-10-19 | BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once |
2020-10-19 | BUG/MINOR: mux-h2: do not stop outgoing connections on stopping |
2020-10-19 | BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited |
2020-10-19 | BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). |
2020-10-09 | BUG/MINOR: http-htx: Expect no body for 204/304 internal HTTP responses |
2020-10-09 | BUG/MEDIUM: mux-h2: Don't handle pending read0 too early on streams |
2020-10-08 | BUG/MINOR: mux-h1: Always set the session on frontend h1 stream |
2020-10-08 | BUG/MINOR: peers: Inconsistency when dumping peer status codes. |
2020-10-08 | BUG/MINOR: stats: fix validity of the json schema |
2020-10-08 | BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe |
2020-10-08 | BUG/MINOR: Fix several leaks of 'log_tag' in init(). |
2020-09-30 | BUG/MEDIUM: listeners: do not pause foreign listeners |
2020-09-30 | BUG/MINOR: config: Fix memory leak on config parse listen |
2020-09-30 | BUG/MINOR: Fix memory leaks cfg_parse_peers |
2020-09-30 | BUG/MEDIUM: h2: report frame bits only for handled types |
2020-09-22 | BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch |
2020-09-22 | BUG/MINOR: server: report correct error message for invalid port on "socks4" |
2020-09-22 | BUG/MINOR: ssl: verifyhost is case sensitive |
2020-09-22 | BUG/MEDIUM: ssl: does not look for all SNIs before chosing a certificate |
2020-09-22 | BUG/MEDIUM: http-ana: Don't wait to send 1xx responses received from servers |
2020-09-11 | BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned |
2020-09-11 | BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections |
2020-09-11 | BUG/MINOR: auth: report valid crypto(3) support depending on build options |
2020-09-11 | BUG/MINOR: threads: work around a libgcc_s issue with chrooting |
2020-09-11 | BUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp() |
2020-09-07 | BUG/MEDIUM: doc: Fix replace-path action description |
2020-09-07 | BUG/MINOR: startup: haproxy -s cause 100% cpu |
2020-09-07 | BUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used instead of ipv6_address |
2020-09-07 | BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure |
2020-09-07 | BUG/MINOR: contrib/spoa-server: Do not free reference to NULL |
2020-09-07 | BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed |
2020-09-07 | BUG/MAJOR: contrib/spoa-server: Fix unhandled python call leading to memory leak |
2020-09-01 | BUG/MINOR: reload: do not fail when no socket is sent |
2020-08-12 | BUG/MEDIUM: htx: smp_prefetch_htx() must always validate the direction |
2020-08-11 | BUG/MINOR: stats: use strncmp() instead of memcmp() on health states |
2020-08-11 | BUG/MINOR: snapshots: leak of snapshots on deinit() |
2020-08-11 | BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation |
2020-08-11 | BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation |
2020-08-11 | BUG/MEDIUM: map/lua: Return an error if a map is loaded during runtime |
2020-08-05 | BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send |
2020-08-05 | BUG/MEDIUM: mux-h2: Don't fail if nothing is parsed for a legacy chunk response |
2020-07-30 | BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields |
2020-07-30 | BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation |
2020-07-27 | BUG/MINOR: debug: Don't dump the lua stack if it is not initialized |
2020-07-27 | BUG/MEDIUM: mux-h1: Disable the splicing when nothing is received |
2020-07-27 | BUG/MEDIUM: mux-h1: Wakeup the H1C in h1_rcv_buf() if more data are expected |
2020-07-23 | BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed |
2020-07-23 | BUG/MAJOR: dns: Make the do-resolve action thread-safe |
2020-07-23 | BUG/MEDIUM: mux-h2: Emit an error if the response chunk formatting is incomplete |
2020-07-21 | BUG/MEDIUM: resolve: fix init resolving for ring and peers section. |
2020-07-21 | BUG/MINOR: cfgparse: don't increment linenum on incomplete lines |
2020-07-21 | BUG/MINOR: threads: Don't forget to init each thread toremove_lock. |
2020-07-17 | BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked |
2020-07-17 | BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. |
2020-07-17 | BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode |
2020-07-17 | BUG/MINOR: sample: Free str.area in smp_check_const_meth |
2020-07-17 | BUG/MINOR: sample: Free str.area in smp_check_const_bool |
2020-07-10 | BUG/MEDIUM: stream-int: Disable connection retries on plain HTTP proxy mode |
2020-07-10 | BUG/MAJOR: stream: Mark the server address as unset on new outgoing connection |
2020-07-07 | BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server |
2020-07-07 | BUG/MEDIUM: connection: Continue to recv data to a pipe when the FD is not ready |
2020-07-07 | BUG/MEDIUM: mux-h1: Subscribe rather than waking up in h1_rcv_buf() |
2020-07-07 | BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received |
2020-07-07 | BUG/MINOR: mux-h1: Disable splicing only if input data was processed |
2020-07-07 | BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive |
2020-07-07 | BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode |
2020-07-07 | BUG/MINOR: http_act: don't check capture id in backend (2) |
2020-07-07 | BUG/MINOR: proxy: always initialize the trash in show servers state |
2020-07-07 | BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash |
2020-07-07 | BUG/MEDIUM: pattern: Add a trailing \0 to match strings only if possible |
2020-07-07 | BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL |
2020-07-07 | BUG/MINOR: http_ana: clarify connection pointer check on L7 retry |
2020-07-07 | BUG/MINOR: spoe: correction of setting bits for analyzer |
2020-07-07 | BUG/MINOR: systemd: Wait for network to be online |
2020-07-07 | BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI |
2020-07-07 | BUG/MINOR: mworker/cli: fix the escaping in the master CLI |
2020-07-07 | BUG/MINOR: cli: allow space escaping on the CLI |
2020-07-07 | BUG/MINOR: spoe: add missing key length check before checking key names |
2020-07-07 | BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks |
2020-07-07 | BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness |
2020-06-12 | BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl < 1.1.0 |
2020-06-12 | BUG/MEDIUM: pattern: fix thread safety of pattern matching |
2020-06-12 | BUG/MEDIUM: log: don't hold the log lock during writev() on a file descriptor |
2020-06-12 | BUG/MINOR: mworker: fix a memleak when execvp() failed |
2020-06-12 | BUG/MEDIUM: mworker: fix the reload with an -- option |
2020-06-12 | BUG/MINOR: init: -S can have a parameter starting with a dash |
2020-06-12 | BUG/MINOR: init: -x can have a parameter starting with a dash |
2020-06-12 | BUG/MEDIUM: mworker: fix the copy of options in copy_argv() |
2020-06-05 | BUG/MINOR: proto-http: Fix detection of NTLM for the legacy HTTP version |
2020-06-05 | BUG/MEDIUM: logs: fix trailing zeros on log message. |
2020-06-05 | BUG/MINOR: logs: prevent double line returns in some events. |
2020-06-05 | BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics |
2020-06-05 | BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations |
2020-06-03 | BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action |
2020-06-03 | BUG/MINOR: peers: fix internal/network key type mapping. |
2020-06-02 | Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" |
2020-06-02 | BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf |
2020-06-02 | BUG/MINOR: lua: Add missing string length for lua sticktable lookup |
2020-05-25 | BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable |
2020-05-25 | BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified |
2020-05-25 | BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt() |
2020-05-25 | BUG/MINOR: soft-stop: always wake up waiting threads on stopping |
2020-05-25 | BUG/MINOR: pollers: remove uneeded free in global init |
2020-05-25 | BUG/MINOR: pools: use %u not %d to report pool stats in "show pools" |
2020-05-25 | BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered |
2020-05-25 | BUG/MEDIUM: http_ana: make the detection of NTLM variants safer |
2020-05-25 | BUG/MINOR: http-ana: fix NTLM response parsing again |
2020-05-25 | BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur |
2020-05-25 | BUG/MEDIUM: lua: Fix dumping of stick table entries for STD_T_DICT |
2020-05-25 | BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}() |
2020-05-25 | BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS() |
2020-05-25 | BUG/MINOR: sample: Set the correct type when a binary is converted to a string |
2020-05-25 | BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id() |
2020-05-25 | BUG/MEDIUM: connections: force connections cleanup on server changes |
2020-05-22 | BUG/MAJOR: stream-int: always detach a faulty endpoint on connect failure |
2020-05-22 | BUG/MEDIUM: stream: Only allow L7 retries when using HTTP. |
2020-05-22 | BUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retrying due to L7 retry. |
2020-05-20 | BUG/MINOR: checks: Remove a warning about http health checks |
2020-05-20 | BUG/MINOR: checks: Compute the right HTTP request length for HTTP health checks |
2020-05-12 | BUG/MEDIUM: checks: Always initialize checks before starting them |
2020-05-08 | BUG/MINOR: checks/server: use_ssl member must be signed |
2020-05-08 | BUG/MEDIUM: server/checks: Init server check during config validity check |
2020-05-07 | Revert "BUG/MINOR: connection: make sure to correctly tag local PROXY connections" |
2020-05-07 | BUG/MEDIUM: backend: don't access a non-existing mux from a previous connection |
2020-05-07 | BUG/MEDIUM: shctx: bound the number of loops that can happen around the lock |
2020-05-07 | BUG/MEDIUM: shctx: really check the lock's value while waiting |
2020-05-07 | BUG/MINOR: debug: properly use long long instead of long for the thread ID |
2020-05-07 | BUG/MEDIUM: listener: mark the thread as not stuck inside the loop |
2020-05-07 | BUG/MEDIUM: sample: make the CPU and latency sample fetches check for a stream |
2020-05-07 | BUG/MEDIUM: http: the "unique-id" sample fetch could crash without a steeam |
2020-05-07 | BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam |
2020-05-07 | BUG/MEDIUM: capture: capture.{req,res}.* crash without a stream |
2020-05-07 | BUG/MEDIUM: capture: capture-req/capture-res converters crash without a stream |
2020-05-07 | BUG/MINOR: obj_type: Handle stream object in obj_base_ptr() function |
2020-05-07 | BUG/MINOR: checks: chained expect will not properly wait for enough data |
2020-05-07 | BUG/MINOR: checks: Respect the no-check-ssl option |
2020-05-07 | BUG/MINOR: check: Update server address and port to execute an external check |
2020-05-07 | BUG/MINOR: http: make url_decode() optionally convert '+' to SP |
2020-05-07 | BUG/MINOR: tools: fix the i386 version of the div64_32 function |
2020-05-07 | BUG/MEDIUM: http-ana: Handle NTLM messages correctly. |
2020-05-07 | BUG/MINOR: ssl: default settings for ssl server options are not used |
2020-05-07 | BUG/MINOR: peers: Incomplete peers sections should be validated. |
2020-04-02 | BUG/MINOR: protocol_buffer: Wrong maximum shifting. |
2020-04-02 | BUG/CRITICAL: hpack: never index a header into the headroom after wrapping |
2020-04-01 | BUG/MINOR: http-ana: Reset request analysers on error when waiting for response |
2020-04-01 | BUG/MINOR: filters: Forward everything if no data filters are called |
2020-04-01 | BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data |
2020-04-01 | BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits |
2020-03-31 | BUG/MINOR: stats: Fix color of draining servers on stats page |
2020-03-31 | BUG/MINOR: peers: Use after free of "peers" section. |
2020-03-31 | BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL |
2020-03-31 | BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized |
2020-03-31 | BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection |
2020-03-31 | BUG/MINOR: connections: Make sure we free the connection on failure. |
2020-03-31 | BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in __signal_process_queue(). |
2020-03-31 | MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. |
2020-03-31 | BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. |
2020-03-31 | BUG/MINOR: haproxy/threads: try to make all threads leave together |
2020-03-31 | BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping |
2020-03-31 | BUG/MINOR: haproxy: always initialize sleeping_thread_mask |
2020-03-31 | BUG/MEDIUM: random: align the state on 2*64 bits for ARM64 |
2020-03-31 | BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop |
2020-03-31 | BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action |
2020-03-31 | BUG/MINOR: http-rules: Fix a typo in the reject action function |
2020-03-31 | BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action |
2020-03-31 | BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not |
2020-03-31 | BUG/MINOR: http-ana: Reset request analysers on a response side error |
2020-03-31 | BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload |
2020-03-31 | BUG/MEDIUM: cache/filters: Fix loop on HTX blocks caching the response payload |
2020-03-31 | BUG/MAJOR: proxy_protocol: Properly validate TLV lengths |
2020-03-31 | BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits |
2020-03-31 | BUG/MINOR: pattern: Do not pass len = 0 to calloc() |
2020-03-31 | BUG/MINOR: wdt: do not return an error when the watchdog couldn't be enabled |
2020-03-31 | BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump |
2020-03-31 | BUG/MAJOR: list: fix invalid element address calculation |
2020-03-11 | BUG/MINOR: checks/threads: use ha_random() and not rand() |
2020-03-11 | BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG |
2020-03-11 | BUG/MEDIUM: random: initialize the random pool a bit better |
2020-02-28 | BUG/MINOR: dns: ignore trailing dot |
2020-02-28 | BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch |
2020-02-28 | BUG/MINOR: connection: make sure to correctly tag local PROXY connections |
2020-02-28 | BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions |
2020-02-28 | BUG/MINOR: sample: fix the json converter's endian-sensitivity |
2020-02-28 | BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support |
2020-02-28 | BUG/MEDIUM: shctx: make sure to keep all blocks aligned |
2020-02-28 | BUG/MINOR: http: http-request replace-path duplicates the query string |
2020-02-21 | BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered |
2020-02-21 | BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive |
2020-02-21 | BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them |
2020-02-21 | BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. |
2020-02-21 | BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat |
2020-02-12 | BUG/MINOR: tcp: don't try to set defaultmss when value is negative |
2020-02-12 | BUG/MINOR: tcp: avoid closing fd when socket failed in tcp_bind_listener |
2020-02-12 | BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init |
2020-02-12 | BUG/MEDIUM: listener: only consider running threads when resuming listeners |
2020-02-11 | BUG/MINOR: dns: allow 63 char in hostname |
2020-02-11 | BUG/MINOR: ssl: Possible memleak when allowing the 0RTT data buffer. |
2020-02-11 | BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit |
2020-02-04 | BUG/MINOR: ssl: we may only ignore the first 64 errors |
2020-02-04 | BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. |
2020-02-04 | BUG/MEDIUM: memory: Add a rwlock before freeing memory. |
2020-02-04 | BUG/MEDIUM: memory_pool: Update the seq number in pool_flush(). |
2020-02-04 | BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. |
2020-02-04 | BUG/MINOR: connection: fix ip6 dst_port copy in make_proxy_line_v2 |
2020-02-04 | BUG/MEDIUM: pipe: fix a use-after-free in case of pipe creation error |
2020-01-24 | BUG/MINOR: tcpchecks: fix the connect() flags regarding delayed ack |
2020-01-24 | BUG/MEDIUM: ssl: Don't forget to free ctx->ssl on failure. |
2020-01-24 | BUG/MINOR: dns: allow srv record weight set to 0 |
2020-01-24 | BUG/MEDIUM: mux-h2: make sure we don't emit TE headers with anything but "trailers" |
2020-01-24 | BUG/MINOR: stktable: report the current proxy name in error messages |
2020-01-24 | BUG/MEDIUM: 0rtt: Only consider the SSL handshake. |
2020-01-23 | BUG/MINOR: http_act: don't check capture id in backend |
2020-01-23 | BUG/MINOR: tcp-rules: Fix memory releases on error path during action parsing |
2020-01-23 | BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the max track ID during parsing |
2020-01-23 | BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules |
2020-01-23 | BUG/MINOR: http-ana/filters: Wait end of the http_end callback for all filters |
2020-01-20 | BUG/MINOR: 51d: Fix bug when HTX is enabled |
2020-01-20 | BUG/MINOR: dns: Make dns_query_id_seed unsigned |
2020-01-20 | BUG/MINOR: cache: Fix leak of cache name in error path |
2020-01-20 | BUG/MINOR: pattern: handle errors from fgets when trying to load patterns |
2020-01-20 | BUG/MEDIUM: connection: add a mux flag to indicate splice usability |
2020-01-20 | BUG/MINOR: stream: don't mistake match rules for store-request rules |
2020-01-20 | BUG/MEDIUM: cli: _getsocks must send the peers sockets |
2020-01-20 | BUG/MAJOR: hashes: fix the signedness of the hash inputs |
2020-01-20 | BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). |
2020-01-20 | BUG/MEDIUM: mworker: remain in mworker mode during reload |
2020-01-20 | BUG/MINOR: cli/mworker: can't start haproxy with 2 programs |
2020-01-20 | BUG/MEDIUM: mux-h2: don't stop sending when crossing a buffer boundary |
2020-01-20 | BUG/MEDIUM: mux-h2: fix missing test on sending_list in previous patch |
2020-01-20 | BUG/MINOR: mux-h2: use a safe list_for_each_entry in h2_send() |
2020-01-09 | BUG/MINOR: stream-int: Don't trigger L7 retry if max retries is already reached |
2020-01-09 | BUG/MEDIUM: session: do not report a failure when rejecting a session |
2020-01-09 | BUG/MINOR: channel: inject output data at the end of output |
2020-01-09 | BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied |
2020-01-09 | BUG/MINOR: proxy: Fix input data copy when an error is captured |
2020-01-09 | BUG/MINOR: h1: Report the right error position when a header value is invalid |
2020-01-09 | BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. |
2020-01-09 | BUG/MEDIUM: checks: Only attempt to do handshakes if the connection is ready. |
2020-01-09 | BUG/MINOR: checks: refine which errno values are really errors. |
2019-12-20 | BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream |
2019-12-20 | BUG/MINOR: ssl: openssl-compat: Fix getm_ defines |
2019-12-20 | BUG/MEDIUM: fd/threads: fix a concurrency issue between add and rm on the same fd |
2019-12-19 | BUG/MEDIUM: ssl: Revamp the way early data are handled. |
2019-12-19 | BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing |
2019-12-19 | BUG/MEDIUM: ssl: Don't set the max early data we can receive too early. |
2019-12-19 | BUG/MINOR: sample: always check converters' arguments |
2019-12-19 | BUG/MINOR: sample: fix the closing bracket and LF in the debug converter |
2019-12-11 | BUG/MINOR: listener: fix off-by-one in state name check |
2019-12-11 | BUG/MINOR: server: make "agent-addr" work on default-server line |
2019-12-11 | BUG/MINOR: listener: do not immediately resume on transient error |
2019-12-11 | BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers |
2019-12-11 | BUG/MINOR: log: fix minor resource leaks on logformat error path |
2019-12-11 | BUG/MINOR: tasks: only requeue a task if it was already in the queue |
2019-12-11 | BUG/MEDIUM: kqueue: Make sure we report read events even when no data. |
2019-12-10 | BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive. |
2019-12-10 | BUG/MAJOR: dns: add minimalist error processing on the Rx path |
2019-12-10 | BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept() |
2019-12-10 | BUG/MINOR: listener: also clear the error flag on a paused listener |
2019-12-10 | BUG/MINOR: listener/threads: always use atomic ops to clear the FD events |
2019-12-10 | BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state |
2019-12-09 | BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added |
2019-12-06 | BUG/MEDIUM: checks: Make sure we set the task affinity just before connecting. |
2019-12-06 | BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity(). |
2019-12-05 | BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data |
2019-12-05 | BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN |
2019-12-05 | BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending |
2019-12-05 | BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1 |
2019-12-05 | BUG/MEDIUM: listener/thread: fix a race when pausing a listener |
2019-12-05 | BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible |
2019-12-05 | BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data |
2019-11-29 | BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty |
2019-11-27 | BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only |
2019-11-27 | BUG/MINOR: contrib/prometheus-exporter: Use HTX errors and not legacy ones |
2019-11-25 | BUG/MINOR: stream: init variables when the list is empty |
2019-11-25 | BUG/MAJOR: mux-h2: don't try to decode a response HEADERS frame in idle state |
2019-11-25 | BUG/MAJOR: h2: make header field name filtering stronger |
2019-11-25 | BUG/MAJOR: h2: reject header values containing invalid chars |
2019-11-25 | BUG/MINOR: ssl: fix curve setup with LibreSSL |
2019-11-25 | BUG/MINOR: cli: fix out of bounds in -S parser |
2019-11-22 | BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message |
2019-11-22 | BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() |
2019-11-20 | BUG/MINOR: stream-int: Fix si_cs_recv() return value |
2019-11-20 | BUG/MINOR: contrib/prometheus-exporter: Rename some metrics |
2019-11-20 | BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding |
2019-11-20 | BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path |
2019-11-20 | BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests |
2019-11-20 | BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported |
2019-11-20 | BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. |
2019-11-19 | BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec |
2019-11-19 | BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1 |
2019-11-19 | BUG/MINOR: peers: Wrong null "server_name" data field handling. |
2019-11-19 | BUG/MINOR: init: fix set-dumpable when using uid/gid |
2019-11-15 | BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe |
2019-11-15 | BUG/MEDIUM: filters: Don't call TCP callbacks for HTX streams |
2019-11-15 | BUG/MINOR: log: limit the size of the startup-logs |
2019-11-15 | BUG/MEDIUM: Make sure we leave the session list in session_free(). |
2019-11-15 | BUG/MEDIUM: listeners: always pause a listener on out-of-resource condition |
2019-11-14 | BUG/MINOR: queue/threads: make the queue unlinking atomic |
2019-11-07 | BUG: dns: timeout resolve not applied for valid resolutions |
2019-11-07 | BUG/MINOR: action: do-resolve now use cached response |
2019-11-07 | BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams |
2019-11-06 | BUG/MEDIUM: stream: Be sure to support splicing at the mux level to enable it |
2019-11-06 | BUG/MEDIUM: mux-h1: Disable splicing for chunked messages |
2019-11-06 | BUG/MEDIUM: mux-h2: immediately report connection errors on streams |
2019-11-06 | BUG/MEDIUM: mux-h2: immediately remove a failed connection from the idle list |
2019-11-06 | BUG/MEDIUM: mux-h2: report no available stream on a connection having errors |
2019-11-06 | BUG/MINOR: config: Update cookie domain warn to RFC6265 |
2019-11-06 | BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. |
2019-11-06 | BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready. |
2019-11-06 | BUG/MINOR: spoe: fix off-by-one length in UUID format string |
2019-10-28 | BUG/MAJOR: stream-int: Don't receive data from mux until SI_ST_EST is reached |
2019-10-28 | BUG/MINOR: mux-h2: Don't pretend mux buffers aren't full anymore if nothing sent |
2019-10-28 | BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed |
2019-10-28 | BUG/MINOR: mux-h2: do not emit logs on backend connections |
2019-10-23 | BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless |
2019-10-23 | BUG/MINOR: stick-table: fix an incorrect 32 to 64 bit key conversion |
2019-10-22 | BUG/MINOR: ssl: fix memcpy overlap without consequences. |
2019-10-22 | BUG/MEDIUM: http: unbreak redirects in legacy mode |
2019-10-22 | BUG/MINOR: mux-h2: also make sure blocked legacy connections may expire |
2019-10-21 | BUG/MINOR: sample: Make the `field` converter compatible with `-m found` |
2019-10-21 | BUG/MINOR: cache: alloc shctx after check config |
2019-10-21 | BUG/MINOR: stick-table: Never exceed (MAX_SESS_STKCTR-1) when fetching a stkctr |
2019-10-21 | BUG/MINOR: ssl: Fix fd leak on error path when a TLS ticket keys file is parsed |
2019-10-21 | BUG/MINOR: mworker/cli: reload fail with inherited FD |
2019-10-18 | BUG/MEDIUM: ssl: 'tune.ssl.default-dh-param' value ignored with openssl > 1.1.1 |
2019-10-18 | BUG/MEDIUM: mux_pt: Only call the wake emthod if nobody subscribed to receive. |
2019-10-18 | BUG/MEDIUM: mux_pt: Don't destroy the connection if we have a stream attached. |
2019-10-18 | BUG/MAJOR: idle conns: schedule the cleanup task on the correct threads |
2019-10-17 | BUG/MEDIUM: mux_pt: Make sure we don't have a conn_stream before freeing. |
2019-10-17 | BUG/MINOR: tcp: Don't alter counters returned by tcp info fetchers |
2019-10-17 | BUG/MINOR: mworker/ssl: close openssl FDs unconditionally |
2019-10-16 | BUG/MINOR: http-htx: Properly set htx flags on error files to support keep-alive |
2019-10-16 | BUG/MINOR: WURFL: fix send_log() function arguments |
2019-10-16 | BUG/MINOR: mux-h1: Capture ignored parsing errors |
2019-10-16 | BUG/MINOR: mux-h1: Mark the output buffer as full when the xfer is interrupted |
2019-10-16 | BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data |
2019-10-16 | BUG/MEDIUM: htx: Catch chunk_memcat() failures when HTX data are formatted to h1 |
2019-10-16 | BUG/MINOR: ssl: abort on sni_keytypes allocation failure |
2019-10-16 | BUG/MINOR: ssl: free the sni_keytype nodes |
2019-10-16 | BUG/MINOR: ssl: abort on sni allocation failure |
2019-10-11 | BUG/MEDIUM: applet: always check a fast running applet's activity before killing |
2019-10-11 | BUG/MEDIUM: cache: make sure not to cache requests with absolute-uri |
2019-10-11 | BUG/MINOR: peers: crash on reload without local peer. |
2019-10-11 | BUG/MEDIUM: mux-h2: do not enforce timeout on long connections |
2019-10-11 | BUG/MINOR: action: do-resolve does not yield on requests with body |
2019-10-11 | BUG/MEDIUM: lua: Store stick tables into the sample's `t` field |
2019-10-11 | BUG/MINOR: lua: Properly initialize the buffer's fields for string samples in hlua_lua2(smp|arg) |
2019-09-28 | BUG/MINOR: stats: Add a missing break in a switch statement |
2019-09-27 | BUG/MEDIUM: namespace: fix fd leak in master-worker mode |
2019-09-27 | BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds |
2019-09-27 | BUG/MEDIUM: spoe: Use a different engine-id per process |
2019-09-27 | BUG/MINOR: mux-h1: Do h2 upgrade only on the first request |
2019-09-27 | BUG/MAJOR: mux_h2: Don't consume more payload than received for skipped frames |
2019-09-27 | BUG/MINOR: mux-h2: Use the dummy error when decoding headers for a closed stream |
2019-09-27 | BUG/MEDIUM: mux-h2: don't reject valid frames on closed streams |
2019-09-27 | BUG/MEDIUM: namespace: close open namespaces during soft shutdown |
2019-09-27 | BUG/MINOR: mux-h2: do not wake up blocked streams before the mux is ready |
2019-09-24 | BUG/MEDIUM: checks: make sure the connection is ready before trying to recv |
2019-09-24 | BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sends |
2019-09-24 | BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send() |
2019-09-24 | BUG/MEDIUM: check/threads: make external checks run exclusively on thread 1 |
2019-09-23 | BUG/MAJOR: mux-h2: Handle HEADERS frames received after a RST_STREAM frame |
2019-09-23 | BUG/MINOR: mux-h2: Be sure to have a connection to unsubcribe |
2019-09-13 | BUG/MEDIUM: stick-table: Properly handle "show table" with a data type argument |
2019-09-13 | BUG/MINOR: Missing stat_field_names (since f21d17bb) |
2019-09-13 | BUG/MINOR: backend: Fix a possible null pointer dereference |
2019-09-13 | BUG/MINOR: acl: Fix memory leaks when an ACL expression is parsed |
2019-09-13 | BUG/MINOR: filters: Properly set the HTTP status code on analysis error |
2019-09-12 | BUG/MEDIUM: http: also reject messages where "chunked" is missing from transfer-enoding |
2019-09-10 | BUG/MINOR: ssl: always check for ssl connection before getting its XPRT context |
2019-09-10 | BUG/MINOR: listener: Fix a possible null pointer dereference |
2019-09-10 | BUG/MEDIUM: connection: don't keep more idle connections than ever needed |
2019-09-10 | BUG/MAJOR: ssl: ssl_sock was not fully initialized. |
2019-09-10 | BUG/MINOR: lb/leastconn: ignore the server weights for empty servers |
2019-09-10 | BUG/MINOR: checks: do not uselessly poll for reads before the connection is up |
2019-09-10 | BUG/MINOR: checks: make __event_chk_srv_r() report success before closing |
2019-09-10 | BUG/MINOR: checks: start sending the request right after connect() |
2019-09-10 | BUG/MINOR: checks: stop polling for write when we have nothing left to send |
2019-09-04 | BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big |
2019-09-04 | BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks |
2019-09-04 | BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers |
2019-09-04 | BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached |
2019-09-04 | BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing |
2019-09-04 | BUG/MINOR: h1: Properly reset h1m when parsing is restarted |
2019-09-04 | BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled |
2019-09-04 | BUG/MEDIUM: peers: local peer socket not bound. |
2019-09-04 | BUG/MEDIUM: proto-http: Always start the parsing if there is no outgoing data |
2019-08-26 | BUG/MEDIUM: url32 does not take the path part into account in the returned hash. |
2019-08-26 | BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() |
2019-08-26 | BUG/MINOR: mworker: disable SIGPROF on re-exec |
2019-08-23 | BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full |
2019-08-23 | BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary |
2019-08-16 | BUG/MEDIUM: mux_pt: Don't call unsubscribe if we did not subscribe. |
2019-08-15 | BUG/MINOR: stats: Wait the body before processing POST requests |
2019-08-15 | BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout |
2019-08-13 | BUG/MEDIUM: mux_h1: Don't bother subscribing in recv if we're not connected. |
2019-08-12 | BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers |
2019-08-12 | BUG/MINOR: lua: fix setting netfilter mark |
2019-08-12 | BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. |
2019-08-12 | BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. |
2019-08-08 | BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it |
2019-08-08 | BUG/MINOR: ssl: fix 0-RTT for BoringSSL |
2019-08-07 | BUG/MEDIUM: stick-table: Wrong stick-table backends parsing. |
2019-08-06 | BUG/MEDIUM: checks: make sure to close nicely when we're the last to speak |
2019-08-06 | BUG/MINOR: mux-h2: always reset rcvd_s when switching to a new frame |
2019-08-06 | BUG/MINOR: mux-h2: always send stream window update before connection's |
2019-08-06 | BUG/MEDIUM: mux-h2: do not recheck a frame type after a state transition |
2019-08-06 | BUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborted uploads |
2019-08-06 | BUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in h2c_frt_handle_data() |
2019-08-06 | BUG/MINOR: mux-h2: don't refrain from sending an RST_STREAM after another one |
2019-08-06 | BUG/MEDIUM: fd: Always reset the polled_mask bits in fd_dodelete(). |
2019-08-06 | BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 |
2019-08-02 | BUG/MEDIUM: mux-h2: split the stream's and connection's window sizes |
2019-08-02 | BUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames |
2019-08-01 | BUG/MINOR: stream-int: also update analysers timeouts on activity |
2019-08-01 | BUG/MAJOR: http/sample: use a static buffer for raw -> htx conversion |
2019-08-01 | BUG/MEDIUM: lb-chash: Ensure the tree integrity when server weight is increased |
2019-08-01 | BUG/MINOR: debug: fix a small race in the thread dumping code |
2019-07-30 | BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() |
2019-07-29 | BUG/MINOR: htx: Fix free space addresses calculation during a block expansion |
2019-07-29 | BUG/MINOR: hlua: Only execute functions of HTTP class if the txn is HTTP ready |
2019-07-29 | BUG/MEDIUM: hlua: Check the calling direction in lua functions of the HTTP class |
2019-07-29 | BUG/MINOR: hlua/htx: Reset channels analyzers when txn:done() is called |
2019-07-29 | BUG/MINOR: log: make sure writev() is not interrupted on a file output |
2019-07-29 | BUG/MEDIUM: streams: Don't switch the SI to SI_ST_DIS if we have data to send. |
2019-07-26 | BUG/MEDIUM: lb-chash: Fix the realloc() when the number of nodes is increased |
2019-07-26 | BUG/MINOR: proxy: always lock stop_proxy() |
2019-07-26 | BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff |