- db4bc6b MINOR: quic: Add a fake congestion control algorithm named "nocc" by Frédéric Lécaille · 1 year, 8 months ago
- d721571 MEDIUM: quic: Ack delay implementation by Frédéric Lécaille · 1 year, 8 months ago
- 8f99194 MINOR: quic: Traces adjustments at proto level. by Frédéric Lécaille · 1 year, 8 months ago
- acc9cfd MINOR: quic: Adjustments for generic control congestion traces by Frédéric Lécaille · 1 year, 8 months ago
- d724331 BUG/MINOR: quic: Wrong use of now_ms timestamps (cubic algo) by Frédéric Lécaille · 1 year, 8 months ago
- 7e64d87 BUG/MINOR: backend: make be_usable_srv() consistent when stopping by Aurelien DARRAGON · 1 year, 8 months ago
- 110e4a8 MINOR: http_fetch: add case insensitive support for smp_fetch_url_param by Martin DOLEZ · 1 year, 8 months ago
- 2c5b9de CLEANUP: proxy: remove stop_time related dead code by Aurelien DARRAGON · 1 year, 8 months ago
- c425e03 BUG/MINOR: quic: Missing STREAM frame type updated by Frédéric Lécaille · 1 year, 8 months ago
- 1751db1 MINOR: pools: report a replaced memory allocator instead of just malloc_trim() by Willy Tarreau · 1 year, 8 months ago
- 7aee683 MINOR: pools: export trim_all_pools() by Willy Tarreau · 1 year, 8 months ago
- eaba76b MINOR: pools: intercept malloc_trim() instead of trying to plug holes by Willy Tarreau · 1 year, 8 months ago
- 1d0ed1a BUG/MINOR: trace: fix hardcoded level for TRACE_PRINTF by Amaury Denoyelle · 1 year, 8 months ago
- d8a97d8 BUG/MINOR: illegal use of the malloc_trim() function if jemalloc is used by Miroslav Zagorac · 1 year, 8 months ago
- 0de1e61 BUILD: thread: implement thread_harmless_end_sig() for threadless builds by Willy Tarreau · 1 year, 8 months ago
- 69869e6 MINOR: dynbuf: set POOL_F_NO_FAIL on buffer allocation by Willy Tarreau · 1 year, 8 months ago
- ac78c4f MINOR: ssl-sock: pass the CO_SFL_MSG_MORE info down the stack by Willy Tarreau · 1 year, 9 months ago
- ca07979 BUG/MINOR: quic: Missing STREAM frame data pointer updates by Frédéric Lécaille · 1 year, 9 months ago
- 9824f8c MINOR: buffer: add br_single() to check if a buffer ring has more than one buf by Willy Tarreau · 1 year, 9 months ago
- e5a26eb MINOR: buffer: add br_count() to return the number of allocated bufs by Willy Tarreau · 1 year, 9 months ago
- 3a7b539 BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · 1 year, 9 months ago
- a6c0a59 MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command by Remi Tricot-Le Breton · 1 year, 9 months ago
- 8f6da64 MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb() by Willy Tarreau · 1 year, 9 months ago
- 2078d4b BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value by William Lallemand · 1 year, 9 months ago
- cd8914b BUG/MAJOR: fd/threads: close a race on closing connections after takeover by Willy Tarreau · 1 year, 9 months ago
- cc101cd BUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence number check by Frédéric Lécaille · 1 year, 9 months ago
- 5907fed MEDIUM: quic: release closing connections on stopping by Amaury Denoyelle · 1 year, 9 months ago
- efed86c MINOR: quic: create a global list dedicated for closing QUIC conns by Amaury Denoyelle · 1 year, 9 months ago
- 5e3201e MINOR: quic: Add transport parameters to "show quic" by Frédéric Lécaille · 1 year, 9 months ago
- ece86e6 MINOR: quic: Add spin bit support by Frédéric Lécaille · 1 year, 9 months ago
- 8ac8a87 MINOR: quic: RETIRE_CONNECTION_ID frame handling (RX) by Frédéric Lécaille · 1 year, 9 months ago
- b4c5471 MINOR: quic: Store the next connection IDs sequence number in the connection by Frédéric Lécaille · 1 year, 9 months ago
- 51a7caf MINOR: quic: Add traces about QUIC TLS key update by Frédéric Lécaille · 1 year, 9 months ago
- c8a0efb BUG/MEDIUM: quic: properly handle duplicated STREAM frames by Amaury Denoyelle · 1 year, 9 months ago
- 86d1e0b BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list" by Remi Tricot-Le Breton · 1 year, 9 months ago
- 5843237 MINOR: ssl: Add global options to modify ocsp update min/max delay by Remi Tricot-Le Breton · 1 year, 9 months ago
- 07b7c15 MINOR: ssl: Reorder struct certificate_ocsp members by Remi Tricot-Le Breton · 1 year, 9 months ago
- 0c96ee4 MINOR: ssl: Add certificate's path to certificate_ocsp structure by Remi Tricot-Le Breton · 1 year, 9 months ago
- ad6cba8 MINOR: ssl: Store specific ocsp update errors in response and update ctx by Remi Tricot-Le Breton · 1 year, 9 months ago
- 9e94df3 MINOR: ssl: Add ocsp update success/failure counters by Remi Tricot-Le Breton · 1 year, 9 months ago
- e0fe118 MINOR: quic: implement qc_notify_send() by Amaury Denoyelle · 1 year, 9 months ago
- 1febc2d MEDIUM: quic: improve fatal error handling on send by Amaury Denoyelle · 1 year, 9 months ago
- 7b8aac4 MINOR: tinfo: make thread_set functions return nth group/mask instead of first by Willy Tarreau · 1 year, 9 months ago
- fea8c19 CLEANUP: listener: only store conn counts for local threads by Willy Tarreau · 1 year, 9 months ago
- 85eabfb MEDIUM: mux-quic: Don't expect data from server as long as request is unfinished by Christopher Faulet · 1 year, 9 months ago
- 8aabc8e MINOR: stconn: Report a send activity when endpoint is willing to consume data by Christopher Faulet · 1 year, 9 months ago
- a2a3d5d CLEANUP: ring: remove the now unused ring's offset by Willy Tarreau · 1 year, 9 months ago
- d3ffba4 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · 1 year, 10 months ago
- 2370599 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · 1 year, 10 months ago
- bcad7e6 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · 1 year, 10 months ago
- 4059e09 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · 1 year, 10 months ago
- 2bf9912 MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_DATA flag from endpoint by Christopher Faulet · 1 year, 9 months ago
- be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · 1 year, 9 months ago
- bcdcfad MINOR: stconn: Set half-close timeout using proxy settings by Christopher Faulet · 1 year, 9 months ago
- 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
- b374ba5 MAJOR: stream: Use SE descriptor date to detect read/write timeouts by Christopher Faulet · 1 year, 10 months ago
- 2ca4cc1 MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data by Christopher Faulet · 1 year, 9 months ago
- 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · 1 year, 10 months ago
- 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 10 months ago
- f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
- ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago
- 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
- 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · 1 year, 9 months ago
- 3ffbf38 BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy by Aurelien DARRAGON · 1 year, 10 months ago
- 27629a7 MINOR: compiler: add a TOSTR() macro to turn a value into a string by Willy Tarreau · 1 year, 9 months ago
- 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
- c13f302 MINOR: cfgcond: Implement enabled condition expression by Christopher Faulet · 1 year, 9 months ago
- a1fdad7 MINOR: cfgcond: Implement strstr condition expression by Christopher Faulet · 1 year, 9 months ago
- 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · 1 year, 9 months ago
- 77ed631 MEDIUM: quic: trigger fast connection closing on process stopping by Amaury Denoyelle · 1 year, 10 months ago
- eb7d320 MINOR: mux-quic: implement client-fin timeout by Amaury Denoyelle · 1 year, 10 months ago
- b30247b MINOR: mux-quic: define qc_shutdown() by Amaury Denoyelle · 1 year, 10 months ago
- 2f53111 MINOR: quic: Add traces to qc_kill_conn() by Frédéric Lécaille · 1 year, 10 months ago
- a2c62c3 MINOR: quic: Kill the connections on ICMP (port unreachable) packet receipt by Frédéric Lécaille · 1 year, 10 months ago
- 75c8ad5 MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock by Frédéric Lécaille · 1 year, 10 months ago
- 1dbeb35 MINOR: quic: Add new traces about by connection RX buffer handling by Frédéric Lécaille · 1 year, 10 months ago
- 14037bf MINOR: h3: add traces on decode_qcs callback by Amaury Denoyelle · 1 year, 9 months ago
- 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · 1 year, 9 months ago
- 3e820a1 MINOR: threads: add flags to know if a thread is started and/or running by Willy Tarreau · 1 year, 9 months ago
- d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · 1 year, 10 months ago
- 44979ad BUG/MINOR: config: crt-list keywords mistaken for bind ssl keywords by William Lallemand · 1 year, 10 months ago
- af67806 MINOR: ssl: rename confusing ssl_bind_kws by William Lallemand · 1 year, 10 months ago
- 15c7470 MINOR: quic: implement a basic "show quic" CLI handler by Amaury Denoyelle · 1 year, 10 months ago
- 3e7a0bb MINOR: cfgparse/server: move (min/max)conn postparsing logic into dedicated function by Aurelien DARRAGON · 1 year, 10 months ago
- a14686d MINOR: ssl/ocsp: add a function to check the OCSP update configuration by William Lallemand · 1 year, 10 months ago
- b4b9caa BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h by William Lallemand · 1 year, 10 months ago
- 28360dc MEDIUM: clock: force internal time to wrap early after boot by Willy Tarreau · 1 year, 10 months ago
- 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · 1 year, 10 months ago
- b7a406a MINOR: quic: Update version_information transport parameter to draft-14 by Frédéric Lécaille · 1 year, 10 months ago
- e5958d0 BUG/MEDIUM: stats: fix resolvers dump by Aurelien DARRAGON · 1 year, 10 months ago
- f2988e1 CLEANUP: listener/thread: remove now unused bind_conf's bind_tgroup/bind_thread by Willy Tarreau · 1 year, 10 months ago
- f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · 1 year, 10 months ago
- bef43df MINOR: thread: add a simple thread_set API by Willy Tarreau · 1 year, 10 months ago
- 9e2682a MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag by Willy Tarreau · 1 year, 11 months ago
- b25634d CLEANUP: listener: remove the now unused options field by Willy Tarreau · 1 year, 11 months ago
- 4c1d3a9 MINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_TCP_L5_RULES by Willy Tarreau · 1 year, 11 months ago
- 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · 1 year, 11 months ago
- f1b4730 MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf by Willy Tarreau · 1 year, 11 months ago
- c492f1b MINOR: listener: move TCP_FO to bind_conf by Willy Tarreau · 1 year, 11 months ago
- d9b4d21 MINOR: listener: move the DEF_ACCEPT option to the bind_conf by Willy Tarreau · 1 year, 11 months ago