- eaa703e MEDIUM: httpclient/ssl: verify is configurable and disabled by default by William Lallemand · 2 years, 7 months ago
- c6ceba3 MINOR: httpclient/mworker: disable in the master process by William Lallemand · 2 years, 7 months ago
- cf5cb0b MEDIUM: httpclient/ssl: verify required by William Lallemand · 2 years, 7 months ago
- 2c8b084 MEDIUM: httpclient: change the init sequence by William Lallemand · 2 years, 7 months ago
- b53eb87 MINOR: init: add the pre-check callback by William Lallemand · 2 years, 7 months ago
- eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · 2 years, 7 months ago
- c6b60f1 MINOR: stream: Don't needlessly detach server endpoint on early client abort by Christopher Faulet · 2 years, 7 months ago
- a33ff7a BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created by Christopher Faulet · 2 years, 7 months ago
- bb5b62e BUG/MINOR: backend: Don't allow to change backend applet by Christopher Faulet · 2 years, 7 months ago
- 1d216c7 BUG/MINOR: cache: Disable cache if applet creation fails by Christopher Faulet · 2 years, 7 months ago
- 02ef0ff MINOR: conn-stream: Rely on endpoint shutdown flags to shutdown an applet by Christopher Faulet · 2 years, 7 months ago
- ca6c9bb CLEANUP: conn-stream: Rename cs_applet_release() by Christopher Faulet · 2 years, 7 months ago
- ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
- 0264212 DEV: stream: Fix conn-streams dump in full stream message by Christopher Faulet · 2 years, 7 months ago
- 3eb892f BUG/MINOR: mux-quic: remove dead code in qcs_xfer_data() by Amaury Denoyelle · 2 years, 7 months ago
- e1e9f6b BUG/MEDIUM: logs: fix http-client's log srv initialization by Willy Tarreau · 2 years, 7 months ago
- a3daaec BUG/MINOR: mux-quic: handle null timeout by Amaury Denoyelle · 2 years, 7 months ago
- f3e03a4 BUG/MINOR: mux-quic: unsubscribe on release by Amaury Denoyelle · 2 years, 7 months ago
- 89a2ceb BUG/MEDIUM: quic: Possible crash with released mux by Frédéric Lécaille · 2 years, 7 months ago
- 85c0ff5 REGTESTS: ssl: Update error messages that changed with OpenSSLv3.1.0-dev by Remi Tricot-Le Breton · 2 years, 7 months ago
- f87c67e MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option by Remi Tricot-Le Breton · 2 years, 7 months ago
- 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · 2 years, 7 months ago
- 1b2dba5 MINOR: mux-quic: implement immediate send retry by Amaury Denoyelle · 2 years, 8 months ago
- d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
- 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
- a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
- b22c046 MINOR: quic-stream: add qc field by Amaury Denoyelle · 2 years, 7 months ago
- e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 7 months ago
- 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
- da6ad20 MINOR: mux-quic: split xfer and STREAM frames build by Amaury Denoyelle · 2 years, 8 months ago
- c69be7c BUILD: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 2 years, 7 months ago
- 1d6338e MEDIUM: ssl: Disable DHE ciphers by default by Remi Tricot-Le Breton · 2 years, 8 months ago
- 528b3fd MINOR: ssl: Use DH parameters defined in RFC7919 instead of hard coded ones by Remi Tricot-Le Breton · 2 years, 8 months ago
- 43041aa BUILD: calltrace: fix wrong include when building with TRACE=1 by Willy Tarreau · 2 years, 7 months ago
- a8b1065 [RELEASE] Released version 2.6-dev6 by Willy Tarreau · 2 years, 8 months ago
- 076b6ce SCRIPTS: announce-release: add shortened links to pending issues by Willy Tarreau · 2 years, 8 months ago
- 77ec462 DOC: lua: update a few doc URLs by Willy Tarreau · 2 years, 8 months ago
- f0089d8 SCRIPTS: announce-release: update the doc's URL by Willy Tarreau · 2 years, 8 months ago
- 7747d46 MINOR: tcp_sample: extend support for get_tcp_info to macOs. by David CARLIER · 2 years, 8 months ago
- 5c83e3a MINOR: tcp_sample: clarifying samples support per os, for further expansion. by David CARLIER · 2 years, 8 months ago
- 39e436e BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags by Christopher Faulet · 2 years, 8 months ago
- 32af9a7 BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added by Christopher Faulet · 2 years, 8 months ago
- f7ff9cb BUG/MEDIUM: quic: properly clean frames on stream free by Amaury Denoyelle · 2 years, 8 months ago
- 2bb5edc BUG/MEDIUM: connection: Don't crush context pointer location if it is a CS by Christopher Faulet · 2 years, 8 months ago
- cef08c2 MINOR: extcheck: fill in the server's UNIX socket address when known by Willy Tarreau · 2 years, 8 months ago
- c7edc98 CLEANUP: extcheck: do not needlessly preset the server's address/port by Willy Tarreau · 2 years, 8 months ago
- a544c66 BUG/MEDIUM: stream: do not abort connection setup too early by Willy Tarreau · 2 years, 8 months ago
- fb1b6f5 BUILD: compiler: use a more portable set of asm(".weak") statements by Willy Tarreau · 2 years, 8 months ago
- e1efd2a BUILD: sched: workaround crazy and dangerous warning in Clang 14 by Willy Tarreau · 2 years, 8 months ago
- 5d774de MINOR: quic: emit CONNECTION_CLOSE on app init error by Amaury Denoyelle · 2 years, 8 months ago
- 05d4ae6 BUG/MINOR: quic: fix return value for error in start by Amaury Denoyelle · 2 years, 8 months ago
- 622ec41 BUG/MINOR: quic-sock: do not double free session on conn init failure by Amaury Denoyelle · 2 years, 8 months ago
- 2461bd5 BUG/MINOR: mux-quic: prevent a crash in session_free on mux.destroy by Amaury Denoyelle · 2 years, 8 months ago
- 67df95a BUILD: http-client: Avoid dead code when compiled without SSL support by Christopher Faulet · 2 years, 8 months ago
- ae660be BUG/MEDIUM: mux-h1: Don't request more room on partial trailers by Christopher Faulet · 2 years, 8 months ago
- cea0543 MINOR: conn-stream: Use unsafe functions to get conn/appctx in cs_detach_endp by Christopher Faulet · 2 years, 8 months ago
- 4de1bff MINOR: muxes: Don't expect to call release function with no mux defined by Christopher Faulet · 2 years, 8 months ago
- 4e61096 MINOR: muxes: Don't handle proto upgrade for muxes not supporting it by Christopher Faulet · 2 years, 8 months ago
- 7c452cc MINOR: muxes: Don't expect to have a mux without connection in destroy callback by Christopher Faulet · 2 years, 8 months ago
- 86b08a3 BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive by Willy Tarreau · 2 years, 8 months ago
- 6ff91e2 BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side by Willy Tarreau · 2 years, 8 months ago
- 2a06e24 BUILD: initcall: mark the __start_i_* symbols as weak, not global by Willy Tarreau · 2 years, 8 months ago
- b12966a BUILD: debug: mark the __start_mem_stats/__stop_mem_stats symbols as weak by Willy Tarreau · 2 years, 8 months ago
- bc964bd BUG/MINOR: quic: Avoid starting the mux if no ALPN sent by the client by Frédéric Lécaille · 2 years, 8 months ago
- 186354b MINOR: mux-h1: Rely on the endpoint instead of the conn-stream when possible by Christopher Faulet · 2 years, 8 months ago
- 22050e0 MINOR: muxes: Improve show_fd callbacks to dump endpoint flags by Christopher Faulet · 2 years, 8 months ago
- 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
- aa69d8f MINOR: conn-stream: Use a dedicated function to conditionally remove a CS by Christopher Faulet · 2 years, 8 months ago
- a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · 2 years, 8 months ago
- 177a0e6 MEDIUM: check: Use a new conn-stream for each health-check run by Christopher Faulet · 2 years, 8 months ago
- 9ed7742 DOC: conn-stream: Add comments on functions of the new CS api by Christopher Faulet · 2 years, 8 months ago
- 265e165 CLEANUP: conn-stream: Don't export internal functions by Christopher Faulet · 2 years, 8 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 09b3c55 DEV: flags: No longer dump SI flags by Christopher Faulet · 2 years, 8 months ago
- 582a226 MINOR: conn-stream: Remove the stream-interface from the conn-stream by Christopher Faulet · 2 years, 8 months ago
- c77ceb6 MEDIUM: stream: Don't use the stream-int anymore in process_stream() by Christopher Faulet · 2 years, 8 months ago
- 7739799 MINOR: http-ana: Use CS to perform L7 retries by Christopher Faulet · 2 years, 8 months ago
- 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · 2 years, 8 months ago
- 1d03e6e REORG: stream-int/conn-stream: Move remaining functions to conn-stream by Christopher Faulet · 2 years, 8 months ago
- 5e29b76 MEDIUM: stream-int/conn-stream: Move I/O functions to conn-stream by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- ba92787 CLEANUP: stream-int: Remove unused SI functions by Christopher Faulet · 2 years, 8 months ago
- 8f45eec MINOR: stream-int/conn-stream: Move si_alloc_ibuf() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 158f336 MINOR: stream-int/conn-stream Move si_is_conn_error() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 000ba3e MINOR: conn-stream: Move si_conn_cb in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 431ce2e MINOR: stream-int/conn-stream: Move si_sync_recv/send() in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 4a7764a MINOR: stream-int/conn-stream: Move si_cs_io_cb() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 9029a72 MINOR: stream-int/conn-stream: Move stream_int_notify() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- d715d36 MINOR: stream-int/conn-stream: Move stream_int_read0() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 6059ba4 MEDIUM: conn-stream/applet: Add a data callback for applets by Christopher Faulet · 2 years, 8 months ago
- ef285c1 MINOR: stream-int/stream: Move si_update_both in stream scope by Christopher Faulet · 2 years, 8 months ago
- 13045f0 MINOR: stream-int-conn-stream: Move si_update_* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 9ffddd5 REORG: conn-stream: Move cs_app_ops in conn_stream.c by Christopher Faulet · 2 years, 8 months ago
- 19bd728 REORG: conn-stream: Move cs_shut* and cs_chk* in cs_utils by Christopher Faulet · 2 years, 8 months ago
- dde3304 REORG: stream-int: Move si_is_conn_error() in the header file by Christopher Faulet · 2 years, 8 months ago
- 9b7a9b4 REORG: stream-int: Export si_cs_recv(), si_cs_send() and si_cs_process() by Christopher Faulet · 2 years, 8 months ago
- aa91d62 MINOR: stream-int/connection: Move conn_si_send_proxy() in the connection scope by Christopher Faulet · 2 years, 8 months ago
- 64b8d33 MINOR: connection: unconst mux's get_fist_cs() callback function by Christopher Faulet · 2 years, 8 months ago
- 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · 2 years, 8 months ago
- 0c6a64c MEDIUM: stream-int/conn-stream: Move si_ops in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago