- c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · 2 years, 6 months ago
- 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · 2 years, 6 months ago
- 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · 2 years, 6 months ago
- 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · 2 years, 6 months ago
- d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · 2 years, 6 months ago
- a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · 2 years, 6 months ago
- 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · 2 years, 6 months ago
- 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · 2 years, 6 months ago
- b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · 2 years, 6 months ago
- 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
- 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- 8c6176b MINOR: h3: refactor SETTINGS parsing/error reporting by Amaury Denoyelle · 2 years, 6 months ago
- 849b24f MINOR: h3: abort read on unknown uni stream by Amaury Denoyelle · 2 years, 6 months ago
- 9cc4751 CLEANUP: h3: remove h3 uni tasklet by Amaury Denoyelle · 2 years, 6 months ago
- f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · 2 years, 6 months ago
- fc99a69 MINOR: h3: define non-h3 generic parsing function by Amaury Denoyelle · 2 years, 6 months ago
- 302ecd4 MINOR: h3: check if frame is valid for stream type by Amaury Denoyelle · 2 years, 6 months ago
- 3555064 MINOR: h3: refactor uni streams initialization by Amaury Denoyelle · 2 years, 6 months ago
- 3236a8e MINOR: h3: define stream type by Amaury Denoyelle · 2 years, 6 months ago
- 6b92394 MINOR: h3/qpack: use qcs as type in decode callbacks by Amaury Denoyelle · 2 years, 6 months ago
- c6195d7 BUG/MINOR: mux-quic: refactor uni streams TX/send H3 SETTINGS by Amaury Denoyelle · 2 years, 6 months ago
- 80097cc MINOR: h3: reject too big frames by Amaury Denoyelle · 2 years, 6 months ago
- 65df3ad MINOR: h3: refactor h3_control_send() by Amaury Denoyelle · 2 years, 6 months ago
- 160507d BUG/MINOR: h3: prevent overflow when parsing SETTINGS by Amaury Denoyelle · 2 years, 6 months ago
- 081479d CLEANUP: h3: rename uni stream type constants by Amaury Denoyelle · 2 years, 6 months ago
- 8d1ecac CLEANUP: h3: rename struct h3 -> h3c by Amaury Denoyelle · 2 years, 6 months ago
- 0ffd6e7 MINOR: mux-quic: adjust return value of decode_qcs by Amaury Denoyelle · 2 years, 6 months ago
- c7dd9d6 MINOR: h3: mark ncbuf as const on h3_b_dup by Amaury Denoyelle · 2 years, 6 months ago
- a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · 2 years, 6 months ago
- 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · 2 years, 6 months ago
- b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · 2 years, 7 months ago
- 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
- 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
- 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · 2 years, 7 months ago
- 291ee25 BUG/MINOR: h3: fix parsing of unknown frame type with null length by Amaury Denoyelle · 2 years, 7 months ago
- f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · 2 years, 7 months ago
- 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · 2 years, 7 months ago
- 48f01bd MINOR: h3: support DATA demux if buffer full by Amaury Denoyelle · 2 years, 7 months ago
- 67e92d3 MINOR: h3: implement h3 stream context by Amaury Denoyelle · 2 years, 7 months ago
- 314578a MINOR: h3: change frame demuxing API by Amaury Denoyelle · 2 years, 7 months ago
- 30f23f5 BUG/MEDIUM: h3: fix use-after-free on mux Rx buffer wrapping by Amaury Denoyelle · 2 years, 7 months ago
- 0fa14a6 BUG/MINOR: h3: fix incomplete POST requests by Amaury Denoyelle · 2 years, 7 months ago
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
- e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
- db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
- bb97042 BUG/MINOR: h3: fix build with DEBUG_H3 by Amaury Denoyelle · 2 years, 8 months ago
- 198d35f MINOR: mux-quic: define is_active app-ops by Amaury Denoyelle · 2 years, 8 months ago
- 846cc04 MINOR: mux-quic: factorize conn-stream attach by Amaury Denoyelle · 2 years, 8 months ago
- 000162e BUG/MINOR: h3: Missing wait event struct field initialization by Frédéric Lécaille · 2 years, 8 months ago
- 8347f27 BUG/MINOR: h3: release resources on close by Amaury Denoyelle · 2 years, 8 months ago
- dccbd73 MINOR: mux-quic: reorganize qcs free by Amaury Denoyelle · 2 years, 8 months ago
- d8769d1 CLEANUP: h3: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
- 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · 2 years, 9 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · 3 years ago
- 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
- ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · 2 years, 9 months ago
- 1d5fdc5 MINOR: h3: remove unused return value on decode_qcs by Amaury Denoyelle · 2 years, 9 months ago
- 31e4f6e MINOR: h3: report error on HEADERS/DATA parsing by Amaury Denoyelle · 2 years, 9 months ago
- 59509b5 MINOR: quic: Non checked returned value for cs_new() in h3_decode_qcs() by Frédéric Lécaille · 2 years, 9 months ago
- 3c08cb4 MINOR: h3: Dead code in h3_uqs_init() by Frédéric Lécaille · 2 years, 9 months ago
- 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · 2 years, 9 months ago
- 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · 2 years, 9 months ago
- 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · 2 years, 9 months ago
- bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · 2 years, 9 months ago
- 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · 2 years, 9 months ago
- a04724a MINOR: h3: add documentation on h3_decode_qcs by Amaury Denoyelle · 2 years, 9 months ago
- ffafb3d MINOR: h3: remove transfer-encoding header by Amaury Denoyelle · 2 years, 9 months ago
- 4ac6d37 BUG/MINOR: h3: fix the header length for QPACK decoding by Amaury Denoyelle · 2 years, 9 months ago
- 225c31f CLEANUP: h3: Unreachable target in h3_uqs_init() by Frédéric Lécaille · 2 years, 10 months ago
- b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · 2 years, 10 months ago
- 7059ebc MINOR: h3: fix possible invalid dereference on htx parsing by Amaury Denoyelle · 3 years ago
- db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · 3 years ago
- 84ea8dc MEDIUM: mux-quic: handle when sending buffer is full by Amaury Denoyelle · 3 years ago
- a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · 3 years ago
- c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · 3 years ago
- deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · 3 years ago
- d1202ed MINOR: h3: remove duplicated FIN flag position by Amaury Denoyelle · 3 years ago
- e1f3ff0 MINOR: h3: add BUG_ON on control receive function by Amaury Denoyelle · 3 years ago
- abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · 3 years ago
- d1acaf9 BUG/MINOR: h3: ignore unknown frame types by Amaury Denoyelle · 3 years ago
- b9ce14e MINOR: h3: fix potential NULL dereference by Amaury Denoyelle · 3 years, 1 month ago
- 3cae404 MINOR: h3/qpack: fix gcc11 warnings by Amaury Denoyelle · 3 years, 1 month ago
- bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 1 month ago
- 4fc8b1c CLEANUP: h3: remove dead code by Amaury Denoyelle · 3 years, 2 months ago
- a587136 MINOR: mux-quic: standardize h3 settings sending by Amaury Denoyelle · 3 years, 2 months ago
- a543eb1 MEDIUM: h3: properly manage tx buffers for large data by Amaury Denoyelle · 3 years, 2 months ago
- d3d97c6 MEDIUM: mux-quic: rationalize tx buffers between qcc/qcs by Amaury Denoyelle · 3 years, 2 months ago
- b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · 3 years, 3 months ago
- 8e2a998 MINOR: h3: send htx data by Amaury Denoyelle · 3 years, 3 months ago
- 15b0961 MINOR: h3: encode htx headers to QPACK by Amaury Denoyelle · 3 years, 3 months ago
- 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · 3 years, 3 months ago
- f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · 3 years, 3 months ago
- 9904355 MINOR: h3: allocate stream on headers by Amaury Denoyelle · 3 years, 3 months ago
- b49fa1a MINOR: h3: parse headers to htx by Amaury Denoyelle · 3 years, 3 months ago