2025-04-23BUG/MINOR: h2: always trim leading and trailing LWS in header values 2025-04-22BUG/MEDIUM: sample: fix risk of overflow when replacing multiple regex back-refs 2025-04-22BUG/MEDIUM: peers: prevent learning expiration too far in futur from unsync node 2025-04-22BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks 2025-04-22BUG/MEDIUM: hlua/cli: fix cli applet UAF in hlua_applet_wakeup() 2025-04-22BUG/MINOR: namespace: handle a possible strdup() failure 2025-04-22BUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_parse_peers 2025-04-22BUG/MINOR: stats-json: Define JSON_INT_MAX as a signed integer 2025-04-22BUG/MINOR: cli: Fix a possible infinite loop in _getsocks() 2025-04-22BUG/MINOR: fcgi: Don't set the status to 302 if it is already set 2025-04-22BUG/MEDIUM: filters: Handle filters registered on data with no payload callback 2025-04-22BUG/MINOR: cli: Wait for the last ACK when FDs are xferred from the old worker 2025-04-22BUG/MEDIUM: htx: wrong count computation in htx_xfer_blks() 2025-04-22BUG/MINOR: spoe: Allow applet creation when closing the last one during stopping 2025-04-22BUG/MINOR: spoe: Check the shared waiting queue to shut applets during stopping 2025-04-22BUG/MEDIUM: ssl: chosing correct certificate using RSA-PSS with TLSv1.3 2025-04-22BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES 2025-04-22BUG/MINOR: stktable: fix big-endian compatiblity in smp_to_stkey() 2025-04-22BUG/MINOR: signal: register default handler for SIGINT in signal_init() 2025-04-22BUG/MINOR: h1-htx: Use default reason if not set when formatting the response 2025-04-22BUG/MEDIUM: http-ana: Reset request flag about data sent to perform a L7 retry 2025-04-22BUG/MEDIUM: mux-h2: Check the number of headers in HEADERS frame after decoding 2025-04-22BUG/MEDIUM: mux-h2: Increase max number of headers when encoding HEADERS frames 2025-04-22BUG/MINOR: http_ana: Report -1 for %Tr for invalid response only 2025-04-22BUG/MINOR: peers: make sure to always apply offsets to now_ms in expiration 2025-04-22BUG/MEDIUM: checks: make sure to always apply offsets to now_ms in expiration 2025-04-22BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for streams with no ID 2025-04-22BUG/MINOR: ssl: can't load a separated key file with openssl > 3.0 2025-04-22BUG/MINOR: mworker: fix mworker-max-reloads parser 2025-04-22BUG/MINOR: cfgparse-global: fix allowed args number for setenv 2024-09-17BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution 2024-09-17BUG/MINOR: polling: fix time reporting when using busy polling 2024-09-17BUG/MINOR: trace: automatically start in waiting mode with "start " 2024-09-17BUG/MINOR: fcgi-app: handle a possible strdup() failure 2024-09-17BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli 2024-09-17BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready 2024-09-17BUG/MINOR: cli: Atomically inc the global request counter between CLI commands 2024-09-17BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread 2024-07-03BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() 2024-07-03BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning 2024-07-03BUG/MINOR: haproxy: only tid 0 must not sleep if got signal 2024-07-03BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1 2024-07-03BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration 2024-07-03BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory 2024-07-03BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser 2024-07-03BUG/MINOR: ssl/ocsp: init callback func ptr as NULL 2024-07-03BUG/MINOR: stats: Don't state the 303 redirect response is chunked 2024-07-03BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header 2024-07-03BUG/MEDIUM: fd: prevent memory waste in fdtab array 2024-07-03BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned 2024-07-03BUG/MINOR: h1: fix detection of upper bytes in the URI 2024-07-03BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets 2024-07-03BUG/MEDIUM: evports: do not clear returned events list on signal 2024-07-03BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered 2024-07-03BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection 2024-07-03BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() 2024-07-03BUG/MINOR: tools/log: invalid encode_{chunk,string} usage 2024-07-03BUG/MINOR: log: fix lf_text_len() truncate inconsistency 2024-04-08BUG/MEDIUM: connection: report connection errors even when no mux is installed 2024-04-04BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout 2024-04-04BUG/MINOR: backend: properly handle redispatch 0 2024-04-04BUG/MINOR: server: 'source' interface ignored from 'default-server' directive 2024-04-04BUG/MINOR: session: ensure conn owner is set after insert into session 2024-04-04BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small 2024-04-04BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() 2024-04-04BUG/MINOR: cfgparse: report proper location for log-format-sd errors 2024-04-04BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel 2024-04-03BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions 2024-04-03BUG/MEDIUM: h1: always reject the NUL character in header values 2024-04-03BUG/MINOR: h1-htx: properly initialize the err_pos field 2024-04-03BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() 2024-04-03BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI 2024-01-19BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up 2024-01-19BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable 2024-01-19BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty 2023-12-15BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( 2023-12-15BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly 2023-12-15BUG/MINOR: sample: Make the `word` converter compatible with `-m found` 2023-12-15BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() 2023-12-15BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() 2023-12-15BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() 2023-12-15BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer 2023-12-15BUG/MINOR: stconn: Fix streamer detection for HTX streams 2023-12-15BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented 2023-12-15BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only 2023-12-15BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up 2023-12-15BUG/MINOR: stick-table/cli: Check for invalid ipv4 key 2023-12-15BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure 2023-12-15BUG/MINOR: stktable: missing free in parse_stick_table() 2023-12-15BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure 2023-12-15BUG/MEDIUM: ssl: segfault when cipher is NULL 2023-12-15BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA 2023-12-15BUG/MINOR: mux-h2: commit the current stream ID even on reject 2023-12-15BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task 2023-12-15BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending 2023-12-15BUG/MEDIUM: actions: always apply a longest match on prefix lookup 2023-12-15BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage 2023-12-15BUG/MINOR: hlua: fix invalid use of lua_pop on error paths 2023-10-04BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers 2023-10-04BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API 2023-10-04BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records 2023-10-04BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() 2023-10-04BUG/MINOR: hlua/action: incorrect message on E_YIELD error 2023-10-04BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout 2023-10-04BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown 2023-10-04BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection 2023-08-16BUG/MINOR: http: skip leading zeroes in content-length values 2023-08-16BUG/MINOR: h2: reject more chars from the :path pseudo header 2023-08-16BUG/MINOR: h1: do not accept '#' as part of the URI component 2023-08-16BUG/MAJOR: http: reject any empty content-length header value 2023-08-16BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement 2023-08-16BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full 2023-08-16BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses 2023-08-16BUG/MINOR: http: Return the right reason for 302 2023-08-16BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters 2023-08-16BUG/MINOR: ring: maxlen warning reported as alert 2023-08-16BUG/MEDIUM: mworker: increase maxsock with each new worker 2023-08-16BUG/MINOR: namespace: missing free in netns_sig_stop() 2023-08-16BUG/MINOR: server: inherit from netns in srv_settings_cpy() 2023-06-12BUG/MINOR: proxy: add missing interface bind free in free_proxy 2023-06-12BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line 2023-06-06BUG/MINOR: spoe: Only skip sending new frame after a receive attempt 2023-05-26BUG/MINOR: server: don't use date when restoring last_change from state file 2023-05-26BUG/MINOR: server: don't miss server stats update on server state transitions 2023-05-26BUG/MINOR: server: don't miss proxy stats update on server state transitions 2023-05-26BUG/MINOR: server: incorrect report for tracking servers leaving drain 2023-05-26BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones 2023-05-26BUG/MINOR: debug: do not emit empty lines in thread dumps 2023-05-26BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup 2023-05-26BUG/MINOR: proxy: missing free in free_proxy for redirect rules 2023-05-26BUG/MINOR: log: fix memory error handling in parse_logsrv() 2023-05-26BUG/MINOR: hlua: unsafe hlua_lua2smp() usage 2023-05-26BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set 2023-05-26BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input 2023-05-17BUG/MINOR: checks: postpone the startup of health checks by the boot time 2023-04-24BUG/MINOR: mux-h2: make sure to produce a log on invalid requests 2023-04-24BUG/MEDIUM: Update read expiration date on synchronous send 2023-04-24BUG/MEDIUM: proxy/sktable: prevent watchdog trigger on soft-stop 2023-04-24BUG/MINOR: cfgparse: make sure to include openssl-compat 2023-04-24BUG/MINOR: stick_table: alert when type len has incorrect characters 2023-04-24BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription 2023-04-24BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path 2023-04-24BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend 2023-04-24BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it 2023-04-24BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback 2023-04-24BUG/MINOR: http-check: Skip C-L header for empty body when it's not mandatory 2023-04-24BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS flag with a log-format body 2023-04-24BUG/MINOR: ring: do not realign ring contents on resize 2023-04-24BUG/MINOR: mworker: prevent incorrect values in uptime 2023-04-24BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong 2023-04-24BUG/MINOR: mworker: stop doing strtok directly from the env 2023-02-14BUG/CRITICAL: http: properly reject empty http header field names 2023-02-13BUG/MEDIUM: stconn: Schedule a shutw on shutr if data must be sent first 2023-02-13BUG/MEDIUM: cache: use the correct time reference when comparing dates 2023-02-13BUG/MEDIUM: stick-table: do not leave entries in end of window during purge 2023-02-13BUG/MINOR: ssl/crt-list: warn when a line is malformated 2023-02-13BUG/MEDIUM: ssl: wrong eviction from the session cache tree 2023-01-31BUG/MEDIUM: sink: Fix release of sinks during the deinit 2023-01-27BUG/MINOR: sink: free the forwarding task on exit 2023-01-20BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain 2023-01-20BUG/MINOR: mux-h2: add missing traces on failed headers decoding 2023-01-20BUG/MINOR: mux-fcgi: Correctly set pathinfo 2023-01-20BUG/MINOR: http-ana: make set-status also update txn->status 2023-01-20BUG/MINOR: http-fetch: Don't block HTTP sample fetch eval in HTTP_MSG_ERROR state 2023-01-20BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body 2023-01-20BUG/MINOR: promex: Don't forget to consume the request on error 2023-01-20BUG/MINOR: resolvers: Wait the resolution execution for a do_resolv action 2023-01-20BUG/MINOR: http: Memory leak of http redirect rules' format string 2023-01-20BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realigned 2023-01-20BUG/MINOR: http-fetch: Only fill txn status during prefetch if not already set 2023-01-20BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats 2023-01-20BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set 2023-01-20BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout 2023-01-20BUG/MAJOR: fcgi: Fix uninitialized reserved bytes 2023-01-20BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers 2023-01-20BUG/MINOR: ssl: Fix potential overflow 2023-01-20BUG/MEDIUM: ssl: Verify error codes can exceed 63 2023-01-05BUG/MINOR: cfgparse: Use the right proxy list during validity check of sinks 2022-12-09BUG/MEDIIM: stconn: Flush output data before forwarding close to write side 2022-11-25BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns 2022-11-25BUG/MEDIUM: peers: messages about unkown tables not correctly ignored 2022-11-25BUG/MINOR: ssl: don't initialize the keylog callback when not required 2022-11-25BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists 2022-11-25BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task 2022-11-25BUG/MINOR: pool/cli: use ullong to report total pool usage in bytes 2022-11-25BUG/MEDIUM: ring: fix creation of server in uninitialized ring 2022-11-25BUG/MINOR: resolvers: Set port before IP address when processing SRV records 2022-11-25BUG/MINOR: http-htx: Fix error handling during parsing http replies 2022-11-25BUG/MINOR: ssl: ocsp structure not freed properly in case of error 2022-11-25BUG/MINOR: ssl: Memory leak of AUTHORITY_KEYID struct when loading issuer 2022-11-25BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task 2022-10-25BUG/MAJOR: stick-table: don't process store-response rules for applets 2022-10-25BUG/MEDIUM: compression: handle rewrite errors when updating response headers 2022-10-25BUG/MINOR: server: make sure "show servers state" hides private bits 2022-10-25BUG/MAJOR: stick-tables: do not try to index a server name for applets 2022-10-25BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction 2022-10-25BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error 2022-10-25BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() 2022-10-25BUG/MEDIUM: lua: handle stick table implicit arguments right. 2022-10-25BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure 2022-10-25BUG/MINOR: checks: update pgsql regex on auth packet 2022-09-28BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree 2022-09-20BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. 2022-09-20BUG/MINOR: log: improper behavior when escaping log data 2022-09-20BUG/MEDIUM: captures: free() an error capture out of the proxy lock 2022-09-20BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK 2022-09-20BUG/MINOR: signals/poller: ensure wakeup from signals 2022-09-20BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals 2022-09-20BUG/MINOR: h1: Support headers case adjustment for TCP proxies 2022-08-30BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp-check (with no rule) 2022-08-30BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date 2022-08-30BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress 2022-08-30BUG/MEDIUM: peers: Add connect and server timeut to peers proxy 2022-08-30BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode 2022-08-30BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect 2022-08-30BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() 2022-08-30BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle 2022-08-30BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names 2022-08-30BUG/MINOR: sink: fix a race condition between the writer and the reader 2022-08-30BUG/MINOR: ring/cli: fix a race condition between the writer and the reader 2022-08-30BUG/MEDIUM: proxy: Perform a custom copy for default server settings 2022-08-30BUG/MINOR: peers: Use right channel flag to consider the peer as connected 2022-08-30BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload 2022-07-27BUG/MINOR: sockpair: wrong return value for fd_send_uxst() 2022-07-27BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible 2022-07-27BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send 2022-07-27BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state 2022-07-27BUG/MINOR: peers: fix possible NULL dereferences at config parsing 2022-07-27BUG/MINOR: http-act: Properly generate 103 responses when several rules are used 2022-07-27BUG/MINOR: http-check: Preserve headers if not redefined by an implicit rule 2022-07-27BUG/MINOR: peers/config: always fill the bind_conf's argument 2022-07-27BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch 2022-07-27BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created 2022-07-27BUG/MINOR: ssl: Do not look for key in extra files if already in pem 2022-07-27BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list 2022-07-27BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration 2022-07-27BUG/MINOR: cli/stats: add missing trailing LF after "show info json" 2022-07-27BUG/MINOR: server: do not enable DNS resolution on disabled proxies 2022-07-27BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs 2022-07-27BUG/MEDIUM: mailers: Set the object type for check attached to an email alert 2022-07-27BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler 2022-07-27BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield 2022-07-27BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases 2022-07-27BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases 2022-07-27BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry 2022-07-27BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified 2022-07-27BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails 2022-06-23BUG/MEDIUM: dns: Keep the right count of active nameservers for a resolver 2022-06-13BUG/MINOR: conn_stream: do not confirm a connection from the frontend path 2022-06-07BUG/MINOR: ssl: Fix crash when no private key is found in pem 2022-06-07BUG/MEDIUM: sample: Fix adjusting size in word converter 2022-06-07BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section 2022-06-07BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections 2022-06-07BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function 2022-06-07BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols 2022-06-07BUG/MINOR: peers: fix error reporting of "bind" lines 2022-06-07BUG/MINOR: cfgparse: abort earlier in case of allocation error 2022-06-07BUG/MINOR: check: Reinit the buffer wait list at the end of a check 2022-06-07BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() 2022-05-13BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized 2022-05-13BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). 2022-05-13BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init 2022-05-13BUG/MINOR: map/cli: protect the backref list during "show map" errors 2022-05-13BUG/MEDIUM: cli: make "show cli sockets" really yield 2022-05-13BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] 2022-05-13BUG/MINOR: mux-h2: mark the stream as open before processing it not after 2022-05-11BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket 2022-04-29BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() 2022-04-29BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments 2022-04-29BUG/MINOR: cache: Disable cache if applet creation fails 2022-04-29BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags 2022-04-29BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added 2022-04-29BUG/MEDIUM: mux-h1: Don't request more room on partial trailers 2022-04-29BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive 2022-04-29BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side 2022-04-29BUG/MINOR: cache: do not display expired entries in "show cache" 2022-04-29BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent 2022-04-29BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid 2022-04-29BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples 2022-04-29BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests 2022-04-29BUG/MAJOR: mux_pt: always report the connection error to the conn_stream 2022-04-29BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts 2022-04-29BUG/MEDIUM: stream-int: do not rely on the connection error once established 2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases when adding EOM block 2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing 2022-03-28BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing 2022-03-28BUG/MINOR: tools: url2sa reads too far when no port nor path 2022-03-28BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner 2022-03-28BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf 2022-03-25BUG/MINOR: tools: fix url2sa return value with IPv4 2022-03-14BUG/MINOR: stream: make the call_rate only count the no-progress calls 2022-03-14BUG/MAJOR: mux-pt: Always destroy the backend connection on detach 2022-03-14DEBUG: stream: Fix stream trace message to print response buffer state 2022-03-14DEBUG: stream: Add the missing descriptions for stream trace events 2022-03-14BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing 2022-03-14DEBUG: cache: Update underlying buffer when loading HTX message in cache applet 2022-03-14BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request 2022-03-14BUG/MINOR: cli: shows correct mode in "show sess" 2022-03-01BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks 2022-02-25BUG/MEDIUM: stream: Abort processing if response buffer allocation fails 2022-02-25BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer 2022-02-25BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer 2022-02-25BUG/MINOR: tools: url2sa reads ipv4 too far 2022-02-25BUG/MINOR: mailers: negotiate SMTP, not ESMTP 2022-02-25BUG/MEDIUM: fd: always align fdtab[] to 64 bytes 2022-02-25BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names 2022-02-25BUG/MINOR: sink: Use the right field in appctx context in release callback 2022-02-25BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload 2022-02-25BUG/MEDIUM: mworker: close unused transferred FDs on load failure 2022-02-25BUG/MAJOR: spoe: properly detach all agents when releasing the applet 2022-02-25BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies 2022-02-25BUG/MINOR: mworker: does not erase the pidfile upon reload 2022-02-25BUG/MEDIUM: mworker: don't lose the stats socket on failed reload 2022-02-25BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them 2022-02-25BUG/MEDIUM: mcli: do not try to parse empty buffers 2022-02-25BUG/MEDIUM: cli: Never wait for more data on client shutdown 2022-02-25BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands 2022-02-25BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer 2022-01-12BUG/MEDIUM: mworker: don't use _getsocks in wait mode 2022-01-12BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry 2022-01-12BUG/MINOR: cli: fix _getsocks with musl libc 2022-01-12BUG/MINOR: ssl: free the fields in srv->ssl_ctx 2021-12-24BUG/MINOR: pools: don't mark ourselves as harmless in DEBUG_UAF mode 2021-12-24BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose 2021-12-24BUG/MINOR: backend: do not set sni on connection reuse 2021-12-24BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode 2021-12-24BUG/MEDIUM: resolvers: Detach query item on response error 2021-12-24BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time 2021-12-09CI: Fix DEBUG_STRICT definition for Coverity 2021-11-24BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not found 2021-11-23BUG/MINOR: shctx: do not look for available blocks when the first one is enough 2021-11-23BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found 2021-11-23BUG/MEDIUM: mux-h2: always process a pending shut read 2021-11-23BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 2021-11-23BUG/MINOR: stick-table/cli: Check for invalid ipv6 key 2021-11-23BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent 2021-11-23BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value 2021-11-23BUG/MINOR: mworker: doesn't launch the program postparser 2021-11-23BUG/MEDIUM: conn-stream: Don't reset CS flags on close 2021-11-23Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back" 2021-11-23BUG/MINOR: http-ana: Apply stop to the current section for http-response rules 2021-11-23BUG/MEDIUM: mux-h1: Fix H1C_F_ST_SILENT_SHUT value 2021-11-23BUG/MINOR: sample: fix backend direction flags consecutive to last fix 2021-11-23BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags 2021-11-23BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data