- 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · 2 years, 3 months ago
- a8942cd BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured by Emeric Brun · 2 years, 3 months ago
- 3b68b60 BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized by Emeric Brun · 2 years, 3 months ago
- a846a17 MINOR: quic: Trace fix in qc_release_frm() by Frédéric Lécaille · 2 years, 3 months ago
- e4c3074 MINOR: quic: Add the QUIC connection to mux traces by Frédéric Lécaille · 2 years, 3 months ago
- b827840 BUG/MINOR: quic: Wrong splitted duplicated frames handling by Frédéric Lécaille · 2 years, 3 months ago
- 2f16348 MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 3 months ago
- 1ba25c2 BUG/MINOR: quic: Possible crashes when dereferencing ->pkt quic_frame struct member by Frédéric Lécaille · 2 years, 3 months ago
- 473e0e5 BUG/MINOR: mux-h2: send a CANCEL instead of ES on truncated writes by Willy Tarreau · 2 years, 3 months ago
- 4877045 MINOR: mux-h2: make streams know if they need to send more data by Willy Tarreau · 2 years, 3 months ago
- ed2b9d9 MINOR: mux-h2/traces: report transition to SETTINGS1 before not after by Willy Tarreau · 2 years, 3 months ago
- 0f45871 BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle by Willy Tarreau · 2 years, 3 months ago
- 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · 2 years, 3 months ago
- 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · 2 years, 3 months ago
- 115ccce MEDIUM: h3: concatenate multiple cookie headers by Amaury Denoyelle · 2 years, 3 months ago
- d23435d REGTESTS: add test for HTTP/2 cookies concatenation by Amaury Denoyelle · 2 years, 3 months ago
- 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · 2 years, 3 months ago
- 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · 2 years, 3 months ago
- 4173a39 BUG/MINOR: quic: Missing initializations for ducplicated frames. by Frédéric Lécaille · 2 years, 3 months ago
- 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · 2 years, 3 months ago
- b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · 2 years, 3 months ago
- cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · 2 years, 3 months ago
- 3baab74 MINOR: mux-quic: add missing args on some traces by Amaury Denoyelle · 2 years, 4 months ago
- fd79ddb MINOR: mux-quic: adjust traces on stream init by Amaury Denoyelle · 2 years, 3 months ago
- bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · 2 years, 3 months ago
- 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · 2 years, 3 months ago
- 6b02c6b MINOR: h3: report error on control stream close by Amaury Denoyelle · 2 years, 3 months ago
- f372e74 MINOR: quic: adjust quic_frame flag manipulation by Amaury Denoyelle · 2 years, 3 months ago
- 7b8f477 CLEANUP: exclude haring with .gitignore by Amaury Denoyelle · 2 years, 3 months ago
- bbeec37 MINOR: stick-table: Add table_expire() and table_idle() new converters by Frédéric Lécaille · 2 years, 3 months ago
- cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · 2 years, 3 months ago
- 42b180d MINOR: pools/memprof: store and report the pool's name in each bin by Willy Tarreau · 2 years, 3 months ago
- facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · 2 years, 3 months ago
- 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · 2 years, 3 months ago
- 11a6f40 BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt() by Frédéric Lécaille · 2 years, 3 months ago
- ebb1070 BUG/MINOR: quic: MIssing check when building TX packets by Frédéric Lécaille · 2 years, 3 months ago
- 35a66c0 BUG/MINOR: mux-quic: fix crash with traces in qc_detach() by Amaury Denoyelle · 2 years, 3 months ago
- ded77cc MINOR: ring: archive a previous file-backed ring on startup by Willy Tarreau · 2 years, 3 months ago
- 8e87705 BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value by Willy Tarreau · 2 years, 3 months ago
- bfb077a BUG/MINOR: quic: memleak on wrong datagram receipt by Frédéric Lécaille · 2 years, 3 months ago
- cc51c9a DEV: haring: support remapping LF in contents with CR VT by Willy Tarreau · 2 years, 3 months ago
- 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · 2 years, 3 months ago
- 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · 2 years, 4 months ago
- 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · 2 years, 3 months ago
- 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · 2 years, 3 months ago
- 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · 2 years, 4 months ago
- 18d1306 BUG/MEDIUM: ring: fix too lax 'size' parser by Willy Tarreau · 2 years, 4 months ago
- e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · 2 years, 4 months ago
- 6bdf936 BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg by Amaury Denoyelle · 2 years, 4 months ago
- 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · 2 years, 4 months ago
- 047d86a CLEANUP: mux-quic: adjust traces level by Amaury Denoyelle · 2 years, 4 months ago
- c7fb0d2 MINOR: mux-quic: define protocol error traces by Amaury Denoyelle · 2 years, 4 months ago
- f0b67f9 MINOR: mux-quic: adjust enter/leave traces by Amaury Denoyelle · 2 years, 4 months ago
- 59507de CLEANUP: quic: Remove trailing spaces by Frédéric Lécaille · 2 years, 4 months ago
- 96d08d3 BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 4 months ago
- a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · 2 years, 4 months ago
- 6a378d1 BUILD: stconn: fix build warning at -O3 about possible null sc by Willy Tarreau · 2 years, 4 months ago
- a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · 2 years, 4 months ago
- 341ac99 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · 2 years, 4 months ago
- e6ca435 BUG/MEDIUM: poller: use fd_delete() to release the poller pipes by Willy Tarreau · 2 years, 4 months ago
- 54bc786 BUG/MEDIUM: quic: always remove the connection from the accept list on close by Willy Tarreau · 2 years, 4 months ago
- f0f92b2 BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level by Amaury Denoyelle · 2 years, 4 months ago
- 96ca1b7 BUG/MINOR: mux-quic: open stream on STOP_SENDING by Amaury Denoyelle · 2 years, 4 months ago
- c09ef0c MINOR: quic: skip sending if no frame to send in io-cb by Amaury Denoyelle · 2 years, 4 months ago
- 654269c MINOR: quic: refactor datagram commit in Tx buffer by Amaury Denoyelle · 2 years, 4 months ago
- 5b68986 MINOR: quic: release Tx buffer on each send by Amaury Denoyelle · 2 years, 4 months ago
- f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · 2 years, 4 months ago
- 56c6154 CLEANUP: mux-quic: remove loop on sending frames by Amaury Denoyelle · 2 years, 4 months ago
- db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · 2 years, 4 months ago
- 4a426e2 MINOR: debug/memstats: automatically determine first column size by Willy Tarreau · 2 years, 4 months ago
- 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
- 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
- 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · 2 years, 4 months ago
- ba19acd MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams by Frédéric Lécaille · 2 years, 4 months ago
- ffde316 BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection by Frédéric Lécaille · 2 years, 4 months ago
- adc7641 MINOR: quic: Too much useless traces in qc_build_frms() by Frédéric Lécaille · 2 years, 4 months ago
- 99897d1 BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() by Frédéric Lécaille · 2 years, 4 months ago
- 87e95d3 [RELEASE] Released version 2.7-dev3 by Willy Tarreau · 2 years, 4 months ago
- 2e64472 BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · 2 years, 4 months ago
- b6189bc REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc by Ilya Shipitsin · 2 years, 4 months ago
- 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago
- 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago
- 52f2ff5 BUG/MEDIUM: fix DH length when EC key is used by Ilya Shipitsin · 2 years, 4 months ago
- 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
- 4c785f0 CI: enable weekly "m32" builds on x86_64 by Ilya Shipitsin · 2 years, 4 months ago
- 3f59ac5 BUILD: SSL: allow to pass additional configure args to QUICTLS by Ilya Shipitsin · 2 years, 4 months ago
- 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · 2 years, 4 months ago
- c80bdb2 MINOR: threads: report the number of thread groups in build options by Willy Tarreau · 2 years, 4 months ago
- f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · 2 years, 4 months ago
- 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · 2 years, 4 months ago
- 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · 2 years, 4 months ago
- e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · 2 years, 4 months ago
- 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · 2 years, 4 months ago
- af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · 2 years, 4 months ago
- 53bfab0 BUG/MINOR: sink: fix a race condition between the writer and the reader by Willy Tarreau · 2 years, 4 months ago
- 96417f3 BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing by Christopher Faulet · 2 years, 4 months ago
- b8e0fb9 BUG/MINOR: ring/cli: fix a race condition between the writer and the reader by Willy Tarreau · 2 years, 4 months ago
- 48bb875 BUG/MINOR: quic: Avoid sending truncated datagrams by Frédéric Lécaille · 2 years, 4 months ago
- 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · 2 years, 4 months ago
- 6ec9837 MINOR: mux-quic: refactor refresh timeout function by Amaury Denoyelle · 2 years, 4 months ago