1. 815c8ce MINOR: h3: add traces on h3_init_uni_stream() error paths by Amaury Denoyelle · Wed Mar 08 10:25:39 2023 +0100
  2. 3d55084 MEDIUM: h3: enforce GOAWAY by resetting higher unhandled stream by Amaury Denoyelle · Tue Jan 24 17:42:21 2023 +0100
  3. 35d9053 BUG/MINOR: h3: prevent hypothetical demux failure on int overflow by Amaury Denoyelle · Thu Jan 26 16:03:45 2023 +0100
  4. 14037bf MINOR: h3: add traces on decode_qcs callback by Amaury Denoyelle · Fri Feb 17 15:56:06 2023 +0100
  5. 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · Fri Feb 17 09:51:20 2023 +0100
  6. 78adb4b BUG/MINOR: h3: fix crash due to h3 traces by Amaury Denoyelle · Tue Jan 31 15:50:16 2023 +0100
  7. e31867b BUG/MINOR: h3: fix crash due to h3 traces by Amaury Denoyelle · Tue Jan 31 16:01:22 2023 +0100
  8. 56a86dd MINOR: h3: add missing traces on closure by Amaury Denoyelle · Mon Jan 30 15:36:51 2023 +0100
  9. e269aeb BUG/MINOR: h3: reject RESET_STREAM received for control stream by Amaury Denoyelle · Mon Jan 30 12:13:22 2023 +0100
  10. 87f8766 BUG/MEDIUM: h3: handle STOP_SENDING on control stream by Amaury Denoyelle · Mon Jan 30 12:12:43 2023 +0100
  11. 1e340ba MINOR: mux-quic/h3: define stream close callback by Amaury Denoyelle · Mon Jan 30 12:12:11 2023 +0100
  12. 4be5435 OPTIM: h3: skip buf realign if no trailer to encode by Amaury Denoyelle · Thu Jan 26 17:49:21 2023 +0100
  13. 224ba5c BUG/MEDIUM: h3: do not crash if no buf space for trailers by Amaury Denoyelle · Thu Jan 26 17:41:58 2023 +0100
  14. 19adeb5 BUG/MINOR: h3: fix GOAWAY emission by Amaury Denoyelle · Wed Jan 25 10:50:03 2023 +0100
  15. 71fd036 MINOR: mux-quic/h3: send SETTINGS as soon as transport is ready by Amaury Denoyelle · Tue Jan 24 17:35:37 2023 +0100
  16. edfcb55 MINOR: h3: implement TRAILERS decoding by Amaury Denoyelle · Fri Jan 13 16:40:31 2023 +0100
  17. 4e52010 MINOR: h3: implement TRAILERS encoding by Amaury Denoyelle · Thu Jan 12 14:53:43 2023 +0100
  18. 7d78eff MINOR: h3: extend function for QUIC varint encoding by Amaury Denoyelle · Tue Jan 17 15:21:16 2023 +0100
  19. 8ad2669 BUG/MINOR: h3: properly handle connection headers by Amaury Denoyelle · Tue Jan 17 17:47:06 2023 +0100
  20. f9b0326 MEDIUM: h3: send SETTINGS before STREAM frames by Amaury Denoyelle · Mon Jan 09 10:34:25 2023 +0100
  21. 20f2a42 MAJOR: mux-quic: rework stream sending priorization by Amaury Denoyelle · Tue Jan 03 14:39:24 2023 +0100
  22. 2fe93ab MINOR: h3: use stream error when needed instead of connection by Amaury Denoyelle · Fri Dec 09 15:01:31 2022 +0100
  23. 663e872 MEDIUM: mux-quic: implement STOP_SENDING emission by Amaury Denoyelle · Fri Dec 09 14:58:28 2022 +0100
  24. c4913f6 MINOR: h3: check return values of htx_add_* on headers parsing by Amaury Denoyelle · Thu Dec 15 10:58:05 2022 +0100
  25. 788fc05 BUG/MINOR: h3: fix memleak on HEADERS parsing failure by Amaury Denoyelle · Thu Dec 15 10:53:55 2022 +0100
  26. 19942e3 BUG/MEDIUM: h3: fix cookie header parsing by Amaury Denoyelle · Thu Dec 15 09:18:25 2022 +0100
  27. d2c5ee6 BUG/MEDIUM: h3: parse content-length and reject invalid messages by Amaury Denoyelle · Thu Dec 08 16:54:42 2022 +0100
  28. 7b5a671 BUG/MEDIUM: h3: reject request with invalid pseudo header by Amaury Denoyelle · Wed Dec 07 14:33:26 2022 +0100
  29. d6fb7a0 BUG/MEDIUM: h3: reject request with invalid header name by Amaury Denoyelle · Wed Dec 07 14:31:42 2022 +0100
  30. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200
  31. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · Fri Sep 30 17:44:15 2022 +0200
  32. 9534e59 MINOR: mux-quic: refactor snd_buf by Amaury Denoyelle · Mon Sep 19 17:14:27 2022 +0200
  33. 8d4ac48 CLEANUP: mux-quic: remove stconn usage in h3/hq by Amaury Denoyelle · Thu Sep 15 11:22:32 2022 +0200
  34. f8aaf8b BUG/MEDIUM: mux-quic: fix crash on early app-ops release by Amaury Denoyelle · Wed Sep 14 16:23:47 2022 +0200
  35. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · Thu Sep 08 17:53:36 2022 +0200
  36. befcf70 MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument by Frédéric Lécaille · Thu Sep 08 16:04:55 2022 +0200
  37. 2eb5faa MINOR: h3: Add the quic_conn object to h3 traces by Frédéric Lécaille · Thu Sep 08 16:03:13 2022 +0200
  38. 1c725aa BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal" by Frédéric Lécaille · Thu Sep 08 15:49:37 2022 +0200
  39. 115ccce MEDIUM: h3: concatenate multiple cookie headers by Amaury Denoyelle · Wed Aug 17 18:02:47 2022 +0200
  40. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · Tue Aug 16 17:42:47 2022 +0200
  41. 6b02c6b MINOR: h3: report error on control stream close by Amaury Denoyelle · Tue Aug 16 17:16:47 2022 +0200
  42. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · Wed Aug 03 11:17:57 2022 +0200
  43. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · Tue Aug 02 11:32:45 2022 +0200
  44. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · Mon Aug 01 11:42:48 2022 +0200
  45. 114c9c8 MINOR: h3: implement graceful shutdown with GOAWAY by Amaury Denoyelle · Mon Mar 28 14:53:45 2022 +0200
  46. d701039 MINOR: h3: store control stream in h3c by Amaury Denoyelle · Wed Jul 13 15:17:29 2022 +0200
  47. 069288b MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release by Amaury Denoyelle · Fri Jul 15 10:58:25 2022 +0200
  48. d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · Wed Jul 13 15:15:58 2022 +0200
  49. b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · Fri Jul 08 11:53:22 2022 +0200
  50. a509ffb MEDIUM: mux-quic: refactor streams opening by Amaury Denoyelle · Mon Jul 04 15:50:33 2022 +0200
  51. 2bc4786 MINOR: h3: handle errors on HEADERS parsing/QPACK decoding by Amaury Denoyelle · Thu Jun 30 10:04:42 2022 +0200
  52. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · Fri Jun 24 12:13:53 2022 +0200
  53. fa7fadc BUG/BUILD: h3: fix wrong label name by Amaury Denoyelle · Wed Jun 15 15:52:27 2022 +0200
  54. 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · Tue Jun 14 17:38:36 2022 +0200
  55. 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · Tue Jun 14 16:34:32 2022 +0200
  56. 3a2fcfd BUG/MEDIUM: h3: fix SETTINGS parsing by Amaury Denoyelle · Thu Jun 09 11:54:38 2022 +0200
  57. 1cd43aa BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing by Amaury Denoyelle · Wed Jun 08 18:21:32 2022 +0200
  58. dca4c53 BUG/MINOR: h3: fix return value on decode_qcs on error by Amaury Denoyelle · Tue Jun 07 18:24:34 2022 +0200
  59. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · Tue Jun 07 17:30:55 2022 +0200
  60. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · Fri Jun 03 16:40:34 2022 +0200
  61. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · Fri Jun 03 15:29:07 2022 +0200
  62. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · Tue May 31 15:21:27 2022 +0200
  63. 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
  64. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · Tue May 31 11:44:52 2022 +0200
  65. d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · Mon May 30 15:51:31 2022 +0200
  66. a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · Mon May 30 15:51:01 2022 +0200
  67. 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · Mon May 30 15:50:34 2022 +0200
  68. 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · Mon May 30 15:49:36 2022 +0200
  69. b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · Mon May 30 10:18:46 2022 +0200
  70. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · Wed May 25 22:25:37 2022 +0200
  71. 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:09:11 2022 +0200
  72. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  73. 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · Wed May 18 16:28:02 2022 +0200
  74. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  75. 8c6176b MINOR: h3: refactor SETTINGS parsing/error reporting by Amaury Denoyelle · Tue May 24 18:16:49 2022 +0200
  76. 849b24f MINOR: h3: abort read on unknown uni stream by Amaury Denoyelle · Tue May 24 17:22:07 2022 +0200
  77. 9cc4751 CLEANUP: h3: remove h3 uni tasklet by Amaury Denoyelle · Tue May 24 16:27:41 2022 +0200
  78. f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · Tue May 24 15:26:07 2022 +0200
  79. fc99a69 MINOR: h3: define non-h3 generic parsing function by Amaury Denoyelle · Tue May 24 15:25:19 2022 +0200
  80. 302ecd4 MINOR: h3: check if frame is valid for stream type by Amaury Denoyelle · Tue May 24 15:24:32 2022 +0200
  81. 3555064 MINOR: h3: refactor uni streams initialization by Amaury Denoyelle · Tue May 24 15:14:53 2022 +0200
  82. 3236a8e MINOR: h3: define stream type by Amaury Denoyelle · Tue May 24 15:24:03 2022 +0200
  83. 6b92394 MINOR: h3/qpack: use qcs as type in decode callbacks by Amaury Denoyelle · Mon May 23 14:25:53 2022 +0200
  84. c6195d7 BUG/MINOR: mux-quic: refactor uni streams TX/send H3 SETTINGS by Amaury Denoyelle · Mon May 23 11:39:14 2022 +0200
  85. 80097cc MINOR: h3: reject too big frames by Amaury Denoyelle · Tue May 24 11:13:46 2022 +0200
  86. 65df3ad MINOR: h3: refactor h3_control_send() by Amaury Denoyelle · Tue May 24 15:06:10 2022 +0200
  87. 160507d BUG/MINOR: h3: prevent overflow when parsing SETTINGS by Amaury Denoyelle · Tue May 24 16:30:11 2022 +0200
  88. 081479d CLEANUP: h3: rename uni stream type constants by Amaury Denoyelle · Mon May 23 14:35:15 2022 +0200
  89. 8d1ecac CLEANUP: h3: rename struct h3 -> h3c by Amaury Denoyelle · Tue May 24 14:55:43 2022 +0200
  90. 0ffd6e7 MINOR: mux-quic: adjust return value of decode_qcs by Amaury Denoyelle · Tue May 24 11:07:28 2022 +0200
  91. c7dd9d6 MINOR: h3: mark ncbuf as const on h3_b_dup by Amaury Denoyelle · Tue May 24 18:14:28 2022 +0200
  92. a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · Mon May 16 14:38:25 2022 +0200
  93. 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · Mon May 16 13:54:31 2022 +0200
  94. b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · Thu May 12 16:56:16 2022 +0200
  95. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  96. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  97. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  98. 291ee25 BUG/MINOR: h3: fix parsing of unknown frame type with null length by Amaury Denoyelle · Mon May 02 10:35:39 2022 +0200
  99. f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · Mon May 02 11:07:06 2022 +0200
  100. 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · Wed Apr 27 16:53:16 2022 +0200