1. 56ab17d BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid by Amaury Denoyelle · 5 months ago
  2. 94d305e BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid by Amaury Denoyelle · 5 months ago
  3. 583895a BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission by Amaury Denoyelle · 5 months ago
  4. c3c4d1b BUG/MINOR: qpack: fix error code reported on QPACK decoding failure by Amaury Denoyelle · 6 months ago
  5. ed96865 BUG/MEDIUM: h3: do not crash on invalid response status code by Amaury Denoyelle · 10 months ago
  6. 44083ac MINOR: h3: add traces for stream sending function by Amaury Denoyelle · 10 months ago
  7. d70f133 BUG/MINOR: h3: fix checking on NULL Tx buffer by Amaury Denoyelle · 10 months ago
  8. 3d5b533 BUG/MEDIUM: h3: fix incorrect snd_buf return value by Amaury Denoyelle · 11 months ago
  9. 40ca072 BUG/MINOR: h3: close connection on sending alloc errors by Amaury Denoyelle · 11 months ago
  10. ddc1ef1 BUG/MINOR: h3: properly handle alloc failure on finalize by Amaury Denoyelle · 11 months ago
  11. a755439 BUG/MINOR: h3: close connection on header list too big by Amaury Denoyelle · 11 months ago
  12. df0ea3f MINOR: h3: check connection error during sending by Amaury Denoyelle · 11 months ago
  13. 68bf6c8 BUG/MINOR: h3: always reject PUSH_PROMISE by Amaury Denoyelle · 12 months ago
  14. 29058f7 BUG/MINOR: h3: fix TRAILERS encoding by Amaury Denoyelle · 12 months ago
  15. a514a11 BUG/MINOR: h3: strengthen host/authority header parsing by Amaury Denoyelle · 1 year, 2 months ago
  16. 96dfea8 BUG/MINOR: h3: reject more chars from the :path pseudo header by Willy Tarreau · 1 year, 4 months ago
  17. 0404bf1 BUG/MAJOR: h3: reject header values containing invalid chars by Willy Tarreau · 1 year, 4 months ago
  18. 3809fe9 BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame by Christopher Faulet · 1 year, 4 months ago
  19. 87230d3 BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line by Christopher Faulet · 1 year, 4 months ago
  20. d68f8b5 CLEANUP: mux-quic: rename internal functions by Amaury Denoyelle · 1 year, 6 months ago
  21. 8d6d246 CLEANUP: mux-quic/h3: complete BUG_ON with comments by Amaury Denoyelle · 1 year, 7 months ago
  22. bf86d89 BUG/MEDIUM: mux-quic: fix EOI for request without payload by Amaury Denoyelle · 1 year, 7 months ago
  23. 6133aba BUG/MINOR: h3: missing goto on buf alloc failure by Amaury Denoyelle · 1 year, 6 months ago
  24. 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  25. 93dd23c MINOR: mux-quic: remove dedicated function to handle standalone FIN by Amaury Denoyelle · 1 year, 7 months ago
  26. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · 1 year, 7 months ago
  27. 51f116d MINOR: mux-quic: adjust local error API by Amaury Denoyelle · 1 year, 7 months ago
  28. 9bbfa72 BUG/MINOR: h3: fix crash on h3s alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  29. 5aa21c1 BUG/MINOR: h3: properly handle incomplete remote uni stream type by Amaury Denoyelle · 1 year, 9 months ago
  30. 815c8ce MINOR: h3: add traces on h3_init_uni_stream() error paths by Amaury Denoyelle · 1 year, 9 months ago
  31. 3d55084 MEDIUM: h3: enforce GOAWAY by resetting higher unhandled stream by Amaury Denoyelle · 1 year, 10 months ago
  32. 35d9053 BUG/MINOR: h3: prevent hypothetical demux failure on int overflow by Amaury Denoyelle · 1 year, 10 months ago
  33. 14037bf MINOR: h3: add traces on decode_qcs callback by Amaury Denoyelle · 1 year, 9 months ago
  34. 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · 1 year, 9 months ago
  35. 78adb4b BUG/MINOR: h3: fix crash due to h3 traces by Amaury Denoyelle · 1 year, 10 months ago
  36. e31867b BUG/MINOR: h3: fix crash due to h3 traces by Amaury Denoyelle · 1 year, 10 months ago
  37. 56a86dd MINOR: h3: add missing traces on closure by Amaury Denoyelle · 1 year, 10 months ago
  38. e269aeb BUG/MINOR: h3: reject RESET_STREAM received for control stream by Amaury Denoyelle · 1 year, 10 months ago
  39. 87f8766 BUG/MEDIUM: h3: handle STOP_SENDING on control stream by Amaury Denoyelle · 1 year, 10 months ago
  40. 1e340ba MINOR: mux-quic/h3: define stream close callback by Amaury Denoyelle · 1 year, 10 months ago
  41. 4be5435 OPTIM: h3: skip buf realign if no trailer to encode by Amaury Denoyelle · 1 year, 10 months ago
  42. 224ba5c BUG/MEDIUM: h3: do not crash if no buf space for trailers by Amaury Denoyelle · 1 year, 10 months ago
  43. 19adeb5 BUG/MINOR: h3: fix GOAWAY emission by Amaury Denoyelle · 1 year, 10 months ago
  44. 71fd036 MINOR: mux-quic/h3: send SETTINGS as soon as transport is ready by Amaury Denoyelle · 1 year, 10 months ago
  45. edfcb55 MINOR: h3: implement TRAILERS decoding by Amaury Denoyelle · 1 year, 11 months ago
  46. 4e52010 MINOR: h3: implement TRAILERS encoding by Amaury Denoyelle · 1 year, 11 months ago
  47. 7d78eff MINOR: h3: extend function for QUIC varint encoding by Amaury Denoyelle · 1 year, 10 months ago
  48. 8ad2669 BUG/MINOR: h3: properly handle connection headers by Amaury Denoyelle · 1 year, 10 months ago
  49. f9b0326 MEDIUM: h3: send SETTINGS before STREAM frames by Amaury Denoyelle · 1 year, 11 months ago
  50. 20f2a42 MAJOR: mux-quic: rework stream sending priorization by Amaury Denoyelle · 1 year, 11 months ago
  51. 2fe93ab MINOR: h3: use stream error when needed instead of connection by Amaury Denoyelle · 2 years ago
  52. 663e872 MEDIUM: mux-quic: implement STOP_SENDING emission by Amaury Denoyelle · 2 years ago
  53. c4913f6 MINOR: h3: check return values of htx_add_* on headers parsing by Amaury Denoyelle · 2 years ago
  54. 788fc05 BUG/MINOR: h3: fix memleak on HEADERS parsing failure by Amaury Denoyelle · 2 years ago
  55. 19942e3 BUG/MEDIUM: h3: fix cookie header parsing by Amaury Denoyelle · 2 years ago
  56. d2c5ee6 BUG/MEDIUM: h3: parse content-length and reject invalid messages by Amaury Denoyelle · 2 years ago
  57. 7b5a671 BUG/MEDIUM: h3: reject request with invalid pseudo header by Amaury Denoyelle · 2 years ago
  58. d6fb7a0 BUG/MEDIUM: h3: reject request with invalid header name by Amaury Denoyelle · 2 years ago
  59. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · 2 years, 2 months ago
  60. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · 2 years, 2 months ago
  61. 9534e59 MINOR: mux-quic: refactor snd_buf by Amaury Denoyelle · 2 years, 2 months ago
  62. 8d4ac48 CLEANUP: mux-quic: remove stconn usage in h3/hq by Amaury Denoyelle · 2 years, 2 months ago
  63. f8aaf8b BUG/MEDIUM: mux-quic: fix crash on early app-ops release by Amaury Denoyelle · 2 years, 2 months ago
  64. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · 2 years, 3 months ago
  65. befcf70 MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument by Frédéric Lécaille · 2 years, 3 months ago
  66. 2eb5faa MINOR: h3: Add the quic_conn object to h3 traces by Frédéric Lécaille · 2 years, 3 months ago
  67. 1c725aa BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal" by Frédéric Lécaille · 2 years, 3 months ago
  68. 115ccce MEDIUM: h3: concatenate multiple cookie headers by Amaury Denoyelle · 2 years, 3 months ago
  69. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · 2 years, 3 months ago
  70. 6b02c6b MINOR: h3: report error on control stream close by Amaury Denoyelle · 2 years, 3 months ago
  71. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · 2 years, 4 months ago
  72. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · 2 years, 4 months ago
  73. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · 2 years, 4 months ago
  74. 114c9c8 MINOR: h3: implement graceful shutdown with GOAWAY by Amaury Denoyelle · 2 years, 8 months ago
  75. d701039 MINOR: h3: store control stream in h3c by Amaury Denoyelle · 2 years, 4 months ago
  76. 069288b MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release by Amaury Denoyelle · 2 years, 4 months ago
  77. d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · 2 years, 4 months ago
  78. b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · 2 years, 5 months ago
  79. a509ffb MEDIUM: mux-quic: refactor streams opening by Amaury Denoyelle · 2 years, 5 months ago
  80. 2bc4786 MINOR: h3: handle errors on HEADERS parsing/QPACK decoding by Amaury Denoyelle · 2 years, 5 months ago
  81. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · 2 years, 5 months ago
  82. fa7fadc BUG/BUILD: h3: fix wrong label name by Amaury Denoyelle · 2 years, 5 months ago
  83. 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · 2 years, 5 months ago
  84. 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · 2 years, 5 months ago
  85. 3a2fcfd BUG/MEDIUM: h3: fix SETTINGS parsing by Amaury Denoyelle · 2 years, 6 months ago
  86. 1cd43aa BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing by Amaury Denoyelle · 2 years, 6 months ago
  87. dca4c53 BUG/MINOR: h3: fix return value on decode_qcs on error by Amaury Denoyelle · 2 years, 6 months ago
  88. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · 2 years, 6 months ago
  89. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · 2 years, 6 months ago
  90. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · 2 years, 6 months ago
  91. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · 2 years, 6 months ago
  92. 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · 2 years, 6 months ago
  93. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · 2 years, 6 months ago
  94. d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · 2 years, 6 months ago
  95. a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · 2 years, 6 months ago
  96. 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · 2 years, 6 months ago
  97. 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · 2 years, 6 months ago
  98. b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · 2 years, 6 months ago
  99. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  100. 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago