1. 2bc4786 MINOR: h3: handle errors on HEADERS parsing/QPACK decoding by Amaury Denoyelle · Thu Jun 30 10:04:42 2022 +0200
  2. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · Fri Jun 24 12:13:53 2022 +0200
  3. fa7fadc BUG/BUILD: h3: fix wrong label name by Amaury Denoyelle · Wed Jun 15 15:52:27 2022 +0200
  4. 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · Tue Jun 14 17:38:36 2022 +0200
  5. 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · Tue Jun 14 16:34:32 2022 +0200
  6. 3a2fcfd BUG/MEDIUM: h3: fix SETTINGS parsing by Amaury Denoyelle · Thu Jun 09 11:54:38 2022 +0200
  7. 1cd43aa BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing by Amaury Denoyelle · Wed Jun 08 18:21:32 2022 +0200
  8. dca4c53 BUG/MINOR: h3: fix return value on decode_qcs on error by Amaury Denoyelle · Tue Jun 07 18:24:34 2022 +0200
  9. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · Tue Jun 07 17:30:55 2022 +0200
  10. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · Fri Jun 03 16:40:34 2022 +0200
  11. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · Fri Jun 03 15:29:07 2022 +0200
  12. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · Tue May 31 15:21:27 2022 +0200
  13. 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · Tue May 31 14:18:33 2022 +0200
  14. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · Tue May 31 11:44:52 2022 +0200
  15. d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · Mon May 30 15:51:31 2022 +0200
  16. a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · Mon May 30 15:51:01 2022 +0200
  17. 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · Mon May 30 15:50:34 2022 +0200
  18. 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · Mon May 30 15:49:36 2022 +0200
  19. b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · Mon May 30 10:18:46 2022 +0200
  20. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · Wed May 25 22:25:37 2022 +0200
  21. 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:09:11 2022 +0200
  22. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  23. 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · Wed May 18 16:28:02 2022 +0200
  24. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  25. 8c6176b MINOR: h3: refactor SETTINGS parsing/error reporting by Amaury Denoyelle · Tue May 24 18:16:49 2022 +0200
  26. 849b24f MINOR: h3: abort read on unknown uni stream by Amaury Denoyelle · Tue May 24 17:22:07 2022 +0200
  27. 9cc4751 CLEANUP: h3: remove h3 uni tasklet by Amaury Denoyelle · Tue May 24 16:27:41 2022 +0200
  28. f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · Tue May 24 15:26:07 2022 +0200
  29. fc99a69 MINOR: h3: define non-h3 generic parsing function by Amaury Denoyelle · Tue May 24 15:25:19 2022 +0200
  30. 302ecd4 MINOR: h3: check if frame is valid for stream type by Amaury Denoyelle · Tue May 24 15:24:32 2022 +0200
  31. 3555064 MINOR: h3: refactor uni streams initialization by Amaury Denoyelle · Tue May 24 15:14:53 2022 +0200
  32. 3236a8e MINOR: h3: define stream type by Amaury Denoyelle · Tue May 24 15:24:03 2022 +0200
  33. 6b92394 MINOR: h3/qpack: use qcs as type in decode callbacks by Amaury Denoyelle · Mon May 23 14:25:53 2022 +0200
  34. c6195d7 BUG/MINOR: mux-quic: refactor uni streams TX/send H3 SETTINGS by Amaury Denoyelle · Mon May 23 11:39:14 2022 +0200
  35. 80097cc MINOR: h3: reject too big frames by Amaury Denoyelle · Tue May 24 11:13:46 2022 +0200
  36. 65df3ad MINOR: h3: refactor h3_control_send() by Amaury Denoyelle · Tue May 24 15:06:10 2022 +0200
  37. 160507d BUG/MINOR: h3: prevent overflow when parsing SETTINGS by Amaury Denoyelle · Tue May 24 16:30:11 2022 +0200
  38. 081479d CLEANUP: h3: rename uni stream type constants by Amaury Denoyelle · Mon May 23 14:35:15 2022 +0200
  39. 8d1ecac CLEANUP: h3: rename struct h3 -> h3c by Amaury Denoyelle · Tue May 24 14:55:43 2022 +0200
  40. 0ffd6e7 MINOR: mux-quic: adjust return value of decode_qcs by Amaury Denoyelle · Tue May 24 11:07:28 2022 +0200
  41. c7dd9d6 MINOR: h3: mark ncbuf as const on h3_b_dup by Amaury Denoyelle · Tue May 24 18:14:28 2022 +0200
  42. a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · Mon May 16 14:38:25 2022 +0200
  43. 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · Mon May 16 13:54:31 2022 +0200
  44. b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · Thu May 12 16:56:16 2022 +0200
  45. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  46. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  47. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  48. 291ee25 BUG/MINOR: h3: fix parsing of unknown frame type with null length by Amaury Denoyelle · Mon May 02 10:35:39 2022 +0200
  49. f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · Mon May 02 11:07:06 2022 +0200
  50. 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · Wed Apr 27 16:53:16 2022 +0200
  51. 48f01bd MINOR: h3: support DATA demux if buffer full by Amaury Denoyelle · Wed Apr 27 15:37:20 2022 +0200
  52. 67e92d3 MINOR: h3: implement h3 stream context by Amaury Denoyelle · Wed Apr 27 18:04:01 2022 +0200
  53. 314578a MINOR: h3: change frame demuxing API by Amaury Denoyelle · Wed Apr 27 14:52:52 2022 +0200
  54. 30f23f5 BUG/MEDIUM: h3: fix use-after-free on mux Rx buffer wrapping by Amaury Denoyelle · Wed Apr 27 14:41:53 2022 +0200
  55. 0fa14a6 BUG/MINOR: h3: fix incomplete POST requests by Amaury Denoyelle · Tue Apr 26 16:24:39 2022 +0200
  56. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  57. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  58. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  59. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  60. bb97042 BUG/MINOR: h3: fix build with DEBUG_H3 by Amaury Denoyelle · Tue Apr 12 16:40:52 2022 +0200
  61. 198d35f MINOR: mux-quic: define is_active app-ops by Amaury Denoyelle · Fri Apr 01 17:56:58 2022 +0200
  62. 846cc04 MINOR: mux-quic: factorize conn-stream attach by Amaury Denoyelle · Mon Apr 04 16:13:44 2022 +0200
  63. 000162e BUG/MINOR: h3: Missing wait event struct field initialization by Frédéric Lécaille · Fri Apr 01 09:04:57 2022 +0200
  64. 8347f27 BUG/MINOR: h3: release resources on close by Amaury Denoyelle · Tue Mar 29 14:46:55 2022 +0200
  65. dccbd73 MINOR: mux-quic: reorganize qcs free by Amaury Denoyelle · Tue Mar 29 18:36:59 2022 +0200
  66. d8769d1 CLEANUP: h3: suppress by default stdout traces by Amaury Denoyelle · Fri Mar 25 15:28:33 2022 +0100
  67. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · Thu Feb 24 11:13:57 2022 +0100
  68. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  69. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · Mon Dec 20 09:34:32 2021 +0100
  70. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  71. ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · Mon Feb 21 18:38:29 2022 +0100
  72. 1d5fdc5 MINOR: h3: remove unused return value on decode_qcs by Amaury Denoyelle · Wed Feb 16 14:35:10 2022 +0100
  73. 31e4f6e MINOR: h3: report error on HEADERS/DATA parsing by Amaury Denoyelle · Tue Feb 15 17:30:27 2022 +0100
  74. 59509b5 MINOR: quic: Non checked returned value for cs_new() in h3_decode_qcs() by Frédéric Lécaille · Tue Feb 15 09:25:06 2022 +0100
  75. 3c08cb4 MINOR: h3: Dead code in h3_uqs_init() by Frédéric Lécaille · Tue Feb 15 09:15:47 2022 +0100
  76. 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · Mon Feb 14 17:14:59 2022 +0100
  77. 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · Mon Feb 14 17:13:55 2022 +0100
  78. 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · Tue Feb 15 16:59:39 2022 +0100
  79. bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · Mon Feb 14 17:14:35 2022 +0100
  80. 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · Mon Feb 14 15:49:53 2022 +0100
  81. a04724a MINOR: h3: add documentation on h3_decode_qcs by Amaury Denoyelle · Tue Feb 15 11:05:46 2022 +0100
  82. ffafb3d MINOR: h3: remove transfer-encoding header by Amaury Denoyelle · Tue Feb 15 16:10:42 2022 +0100
  83. 4ac6d37 BUG/MINOR: h3: fix the header length for QPACK decoding by Amaury Denoyelle · Mon Feb 14 14:38:55 2022 +0100
  84. 225c31f CLEANUP: h3: Unreachable target in h3_uqs_init() by Frédéric Lécaille · Wed Feb 02 15:21:00 2022 +0100
  85. b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · Wed Feb 09 10:28:53 2022 +0100
  86. 7059ebc MINOR: h3: fix possible invalid dereference on htx parsing by Amaury Denoyelle · Wed Dec 08 15:51:04 2021 +0100
  87. db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · Tue Nov 30 11:23:29 2021 +0100
  88. 84ea8dc MEDIUM: mux-quic: handle when sending buffer is full by Amaury Denoyelle · Fri Dec 03 14:40:01 2021 +0100
  89. a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · Mon Dec 06 11:24:00 2021 +0100
  90. c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · Fri Dec 03 15:03:36 2021 +0100
  91. deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · Fri Dec 03 11:36:46 2021 +0100
  92. d1202ed MINOR: h3: remove duplicated FIN flag position by Amaury Denoyelle · Mon Dec 06 16:18:43 2021 +0100
  93. e1f3ff0 MINOR: h3: add BUG_ON on control receive function by Amaury Denoyelle · Mon Dec 06 14:26:52 2021 +0100
  94. abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · Fri Nov 12 16:09:29 2021 +0100
  95. d1acaf9 BUG/MINOR: h3: ignore unknown frame types by Amaury Denoyelle · Mon Nov 15 15:52:55 2021 +0100
  96. b9ce14e MINOR: h3: fix potential NULL dereference by Amaury Denoyelle · Mon Nov 08 09:13:42 2021 +0100
  97. 3cae404 MINOR: h3/qpack: fix gcc11 warnings by Amaury Denoyelle · Mon Nov 08 08:57:18 2021 +0100
  98. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  99. 4fc8b1c CLEANUP: h3: remove dead code by Amaury Denoyelle · Thu Oct 07 16:27:36 2021 +0200
  100. a587136 MINOR: mux-quic: standardize h3 settings sending by Amaury Denoyelle · Thu Oct 07 16:26:12 2021 +0200