1. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · Thu Feb 24 11:13:57 2022 +0100
  2. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  3. 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
  4. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  5. ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · Mon Feb 21 18:38:29 2022 +0100
  6. 1d5fdc5 MINOR: h3: remove unused return value on decode_qcs by Amaury Denoyelle · Wed Feb 16 14:35:10 2022 +0100
  7. 31e4f6e MINOR: h3: report error on HEADERS/DATA parsing by Amaury Denoyelle · Tue Feb 15 17:30:27 2022 +0100
  8. 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
  9. 3c08cb4 MINOR: h3: Dead code in h3_uqs_init() by Frédéric Lécaille · Tue Feb 15 09:15:47 2022 +0100
  10. 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · Mon Feb 14 17:14:59 2022 +0100
  11. 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · Mon Feb 14 17:13:55 2022 +0100
  12. 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · Tue Feb 15 16:59:39 2022 +0100
  13. bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · Mon Feb 14 17:14:35 2022 +0100
  14. 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · Mon Feb 14 15:49:53 2022 +0100
  15. a04724a MINOR: h3: add documentation on h3_decode_qcs by Amaury Denoyelle · Tue Feb 15 11:05:46 2022 +0100
  16. ffafb3d MINOR: h3: remove transfer-encoding header by Amaury Denoyelle · Tue Feb 15 16:10:42 2022 +0100
  17. 4ac6d37 BUG/MINOR: h3: fix the header length for QPACK decoding by Amaury Denoyelle · Mon Feb 14 14:38:55 2022 +0100
  18. 225c31f CLEANUP: h3: Unreachable target in h3_uqs_init() by Frédéric Lécaille · Wed Feb 02 15:21:00 2022 +0100
  19. b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · Wed Feb 09 10:28:53 2022 +0100
  20. 7059ebc MINOR: h3: fix possible invalid dereference on htx parsing by Amaury Denoyelle · Wed Dec 08 15:51:04 2021 +0100
  21. db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · Tue Nov 30 11:23:29 2021 +0100
  22. 84ea8dc MEDIUM: mux-quic: handle when sending buffer is full by Amaury Denoyelle · Fri Dec 03 14:40:01 2021 +0100
  23. a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · Mon Dec 06 11:24:00 2021 +0100
  24. c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · Fri Dec 03 15:03:36 2021 +0100
  25. deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · Fri Dec 03 11:36:46 2021 +0100
  26. d1202ed MINOR: h3: remove duplicated FIN flag position by Amaury Denoyelle · Mon Dec 06 16:18:43 2021 +0100
  27. e1f3ff0 MINOR: h3: add BUG_ON on control receive function by Amaury Denoyelle · Mon Dec 06 14:26:52 2021 +0100
  28. abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · Fri Nov 12 16:09:29 2021 +0100
  29. d1acaf9 BUG/MINOR: h3: ignore unknown frame types by Amaury Denoyelle · Mon Nov 15 15:52:55 2021 +0100
  30. b9ce14e MINOR: h3: fix potential NULL dereference by Amaury Denoyelle · Mon Nov 08 09:13:42 2021 +0100
  31. 3cae404 MINOR: h3/qpack: fix gcc11 warnings by Amaury Denoyelle · Mon Nov 08 08:57:18 2021 +0100
  32. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  33. 4fc8b1c CLEANUP: h3: remove dead code by Amaury Denoyelle · Thu Oct 07 16:27:36 2021 +0200
  34. a587136 MINOR: mux-quic: standardize h3 settings sending by Amaury Denoyelle · Thu Oct 07 16:26:12 2021 +0200
  35. a543eb1 MEDIUM: h3: properly manage tx buffers for large data by Amaury Denoyelle · Wed Oct 06 14:53:13 2021 +0200
  36. d3d97c6 MEDIUM: mux-quic: rationalize tx buffers between qcc/qcs by Amaury Denoyelle · Tue Oct 05 11:45:58 2021 +0200
  37. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  38. 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · Tue Aug 24 16:28:47 2021 +0200
  39. 8e2a998 MINOR: h3: send htx data by Amaury Denoyelle · Tue Aug 24 16:24:37 2021 +0200
  40. 15b0961 MINOR: h3: encode htx headers to QPACK by Amaury Denoyelle · Tue Aug 24 16:20:27 2021 +0200
  41. 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · Tue Aug 24 16:33:53 2021 +0200
  42. f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · Tue Aug 24 16:11:18 2021 +0200
  43. 9904355 MINOR: h3: allocate stream on headers by Amaury Denoyelle · Tue Aug 24 15:36:02 2021 +0200
  44. b49fa1a MINOR: h3: parse headers to htx by Amaury Denoyelle · Tue Aug 24 15:30:12 2021 +0200
  45. fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · Tue Aug 24 15:13:20 2021 +0200
  46. 3394939 MINOR: h3: change default settings by Amaury Denoyelle · Tue Aug 24 15:16:58 2021 +0200
  47. e16f0bd MINOR: h3: Send h3 settings asap by Frédéric Lécaille · Mon Aug 23 09:50:29 2021 +0200
  48. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100