1. d638cc8 BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure by Amaury Denoyelle · 5 months ago
  2. 543dd97 BUG/MEDIUM: mux-quic: Create sedesc in same time of the QUIC stream by Christopher Faulet · 6 months ago
  3. ec1070c BUG/MINOR: mux-quic: fix error code on shutdown for non HTTP/3 by Amaury Denoyelle · 7 months ago
  4. d15b231 BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet by Amaury Denoyelle · 8 months ago
  5. bbb1820 BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf by Amaury Denoyelle · 10 months ago
  6. 6758576 BUG/MEDIUM: mux-quic: report early error on stream by Amaury Denoyelle · 12 months ago
  7. 61e9109 BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control by Amaury Denoyelle · 11 months ago
  8. 2f59038 BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission by Amaury Denoyelle · 11 months ago
  9. ca7a063 BUG/MINOR: mux-quic: fix early close if unset client timeout by Amaury Denoyelle · 1 year, 1 month ago
  10. 8738650 BUG/MINOR: mux-quic: fix free on qcs-new fail alloc by Amaury Denoyelle · 1 year, 2 months ago
  11. d323ab3 BUG/MINOR: mux-quic: support initial 0 max-stream-data by Amaury Denoyelle · 1 year, 2 months ago
  12. 1789d9f BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream by Amaury Denoyelle · 1 year, 2 months ago
  13. 217b0f4 BUG/MINOR: mux-quic: remove full demux flag on ncbuf release by Amaury Denoyelle · 1 year, 2 months ago
  14. d68f8b5 CLEANUP: mux-quic: rename internal functions by Amaury Denoyelle · 1 year, 6 months ago
  15. 0f61e4f CLEANUP: mux-quic: rename functions for mux_ops by Amaury Denoyelle · 1 year, 6 months ago
  16. bfddb42 BUG/MEDIUM: mux-quic: only set EOI on FIN by Amaury Denoyelle · 1 year, 6 months ago
  17. 087c5f0 MINOR: mux-quic: remove nb_streams from qcc by Amaury Denoyelle · 1 year, 6 months ago
  18. 7b41dfd CLEANUP: mux-quic: remove unneeded fields in qcc by Amaury Denoyelle · 1 year, 6 months ago
  19. 152beee MINOR: mux-quic: report error on stream-endpoint earlier by Amaury Denoyelle · 1 year, 6 months ago
  20. 37d7899 MINOR: mux-quic: only set EOS on RESET_STREAM recv by Amaury Denoyelle · 1 year, 6 months ago
  21. 8de3592 MINOR: mux-quic: set both EOI EOS for stream fin by Amaury Denoyelle · 1 year, 6 months ago
  22. 8d6d246 CLEANUP: mux-quic/h3: complete BUG_ON with comments by Amaury Denoyelle · 1 year, 7 months ago
  23. bf86d89 BUG/MEDIUM: mux-quic: fix EOI for request without payload by Amaury Denoyelle · 1 year, 7 months ago
  24. 1a2faef MINOR: mux-quic: uninline qc_attach_sc() by Amaury Denoyelle · 1 year, 7 months ago
  25. 3cb7814 MINOR: mux-quic: properly report end-of-stream on recv by Amaury Denoyelle · 1 year, 7 months ago
  26. 1649469 MINOR: mux-quic: add trace to stream rcv_buf operation by Amaury Denoyelle · 1 year, 7 months ago
  27. 1611a76 BUG/MINOR: mux-quic: handle properly Tx buf exhaustion by Amaury Denoyelle · 1 year, 7 months ago
  28. ee65efb BUG/MINOR: mux-quic: free task on qc_init() app ops failure by Amaury Denoyelle · 1 year, 7 months ago
  29. 6c501ed BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc by Amaury Denoyelle · 1 year, 7 months ago
  30. d00b309 BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  31. 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  32. 5f67b17 MEDIUM: mux-quic: adjust transport layer error handling by Amaury Denoyelle · 1 year, 7 months ago
  33. b2e31d3 MEDIUM: quic: streamline error notification by Amaury Denoyelle · 1 year, 7 months ago
  34. 2ad41b8 MINOR: mux-quic: simplify return path of qc_send() by Amaury Denoyelle · 1 year, 7 months ago
  35. b35e32e MINOR: mux-quic: factorize send subscribing by Amaury Denoyelle · 1 year, 7 months ago
  36. 04b2208 MINOR: mux-quic: do not send STREAM frames if already subscribe by Amaury Denoyelle · 1 year, 7 months ago
  37. 2d5c3f5 MINOR: mux-quic: add traces for stream wake by Amaury Denoyelle · 1 year, 7 months ago
  38. 69670e8 BUG/MINOR: mux-quic: no need to subscribe for detach streams by Amaury Denoyelle · 1 year, 7 months ago
  39. 131f2d9 BUG/MINOR: mux-quic: do not free frame already released by quic-conn by Amaury Denoyelle · 1 year, 7 months ago
  40. 3fd4093 BUG/MINOR: mux-quic: do not prevent shutw on error by Amaury Denoyelle · 1 year, 7 months ago
  41. da24bcf BUG/MEDIUM: mux-quic: wakeup tasklet to close on error by Amaury Denoyelle · 1 year, 7 months ago
  42. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · 1 year, 7 months ago
  43. d4af041 MINOR: mux-quic: close connection asap on local error by Amaury Denoyelle · 1 year, 7 months ago
  44. 35542ce MINOR: mux-quic: report local error on stream endpoint asap by Amaury Denoyelle · 1 year, 7 months ago
  45. 51f116d MINOR: mux-quic: adjust local error API by Amaury Denoyelle · 1 year, 7 months ago
  46. b8901d2 MINOR: mux-quic: wake up after recv only if avail data by Amaury Denoyelle · 1 year, 7 months ago
  47. 8d44bfa MINOR: mux-quic: add trace event for local error by Amaury Denoyelle · 1 year, 7 months ago
  48. b737f95 BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten by Amaury Denoyelle · 1 year, 7 months ago
  49. bc0adfa MINOR: proxy: factorize send rate measurement by Amaury Denoyelle · 1 year, 7 months ago
  50. 1bcb695 MINOR: quic: use real sending rate measurement by Amaury Denoyelle · 1 year, 7 months ago
  51. a57ab0f MINOR: mux-quic: do not allocate Tx buf for empty STREAM frame by Amaury Denoyelle · 1 year, 7 months ago
  52. 42c5b75 MINOR: mux-quic: do not set buffer for empty STREAM frame by Amaury Denoyelle · 1 year, 7 months ago
  53. 7c5591f BUG/MEDIUM: mux-quic: improve streams fairness to prevent early timeout by Amaury Denoyelle · 1 year, 7 months ago
  54. 24962dd BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown length by Amaury Denoyelle · 1 year, 7 months ago
  55. b1ec21d CLEANUP: Stop checking the pointer before calling `tasklet_free()` by Tim Duesterhus · 1 year, 7 months ago
  56. 93d2ebe BUG/MINOR: mux-quic: properly handle STREAM frame alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  57. ed82082 BUG/MINOR: mux-quic: fix crash with app ops install failure by Amaury Denoyelle · 1 year, 7 months ago
  58. 07be66d CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 1 year, 8 months ago
  59. abbb5ad MINOR: mux-quic: close on frame alloc failure by Amaury Denoyelle · 1 year, 9 months ago
  60. c0c6b6d MINOR: mux-quic: close on qcs allocation failure by Amaury Denoyelle · 1 year, 9 months ago
  61. e2213df MINOR: mux-quic: ensure CONNECTION_CLOSE is scheduled once per conn by Amaury Denoyelle · 1 year, 9 months ago
  62. b47310d MINOR: mux-quic: interrupt qcc_recv*() operations if CC scheduled by Amaury Denoyelle · 1 year, 9 months ago
  63. 665817a BUG/MINOR: mux-quic: prevent CC status to be erased by shutdown by Amaury Denoyelle · 1 year, 8 months ago
  64. b7143a8 MINOR: mux-quic: adjust trace level for MAX_DATA/MAX_STREAM_DATA recv by Amaury Denoyelle · 1 year, 8 months ago
  65. 1ec78ff MINOR: mux-quic: complete traces for qcs emission by Amaury Denoyelle · 1 year, 8 months ago
  66. 178fbff BUG/MEDIUM: mux-quic: release data from conn flow-control on qcs reset by Amaury Denoyelle · 1 year, 8 months ago
  67. ebfafc2 BUG/MINOR: mux-quic: properly init STREAM frame as not duplicated by Amaury Denoyelle · 1 year, 9 months ago
  68. caa1654 MINOR: quic: notify on send ready by Amaury Denoyelle · 1 year, 9 months ago
  69. 85eabfb MEDIUM: mux-quic: Don't expect data from server as long as request is unfinished by Christopher Faulet · 1 year, 9 months ago
  70. b3aa07c MEDIUM: mux-quic: properly implement soft-stop by Amaury Denoyelle · 1 year, 10 months ago
  71. eb7d320 MINOR: mux-quic: implement client-fin timeout by Amaury Denoyelle · 1 year, 10 months ago
  72. 14dbb84 MINOR: mux-quic: define qc_process() by Amaury Denoyelle · 1 year, 10 months ago
  73. b30247b MINOR: mux-quic: define qc_shutdown() by Amaury Denoyelle · 1 year, 10 months ago
  74. 3d55084 MEDIUM: h3: enforce GOAWAY by resetting higher unhandled stream by Amaury Denoyelle · 1 year, 10 months ago
  75. fa24193 BUG/MINOR: mux-quic: transfer FIN on empty STREAM frame by Amaury Denoyelle · 1 year, 10 months ago
  76. 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · 1 year, 9 months ago
  77. 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · 1 year, 10 months ago
  78. 57b3eaa MINOR: quic: refactor frame deallocation by Amaury Denoyelle · 1 year, 10 months ago
  79. 40c24f1 MINOR: quic: define new functions for frame alloc by Amaury Denoyelle · 1 year, 10 months ago
  80. 1dac018 MINOR: quic: ensure offset is properly set for STREAM frames by Amaury Denoyelle · 1 year, 10 months ago
  81. e269aeb BUG/MINOR: h3: reject RESET_STREAM received for control stream by Amaury Denoyelle · 1 year, 10 months ago
  82. 87f8766 BUG/MEDIUM: h3: handle STOP_SENDING on control stream by Amaury Denoyelle · 1 year, 10 months ago
  83. b4d119f BUG/MEDIUM: mux-quic: fix crash on H3 SETTINGS emission by Amaury Denoyelle · 1 year, 10 months ago
  84. 71fd036 MINOR: mux-quic/h3: send SETTINGS as soon as transport is ready by Amaury Denoyelle · 1 year, 10 months ago
  85. 35c4dd0 CLEANUP: stconn: always use se_fl_set_error() to set the pending error by Willy Tarreau · 1 year, 10 months ago
  86. a9de7ea MINOR: mux-quic: use send-list for immediate sending retry by Amaury Denoyelle · 1 year, 11 months ago
  87. 0a1154a MINOR: mux-quic: use send-list for STOP_SENDING/RESET_STREAM emission by Amaury Denoyelle · 1 year, 11 months ago
  88. f9b0326 MEDIUM: h3: send SETTINGS before STREAM frames by Amaury Denoyelle · 1 year, 11 months ago
  89. 20f2a42 MAJOR: mux-quic: rework stream sending priorization by Amaury Denoyelle · 1 year, 11 months ago
  90. 31d2057 MINOR: mux-quic: add traces for flow-control limit reach by Amaury Denoyelle · 1 year, 11 months ago
  91. ab6cdec BUG/MINOR: mux-quic: fix transfer of empty HTTP response by Amaury Denoyelle · 1 year, 11 months ago
  92. 9107731 BUG/MINOR: mux-quic: ignore remote unidirectional stream close by Amaury Denoyelle · 2 years ago
  93. 663e872 MEDIUM: mux-quic: implement STOP_SENDING emission by Amaury Denoyelle · 2 years ago
  94. 5854fc0 MINOR: mux-quic: handle RESET_STREAM reception by Amaury Denoyelle · 2 years ago
  95. bb6296c MINOR: mux-quic: do not count stream flow-control if already closed by Amaury Denoyelle · 2 years ago
  96. a473f19 MEDIUM: mux-quic: implement shutw by Amaury Denoyelle · 2 years ago
  97. 15337fd BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list by Amaury Denoyelle · 2 years ago
  98. 4b16700 BUG/MINOR: mux-quic: handle properly alloc error in qcs_new() by Amaury Denoyelle · 2 years ago
  99. 641a65f BUG/MINOR: mux-quic: remove qcs from opening-list on free by Amaury Denoyelle · 2 years ago
  100. 6eb3c4b CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote() by Amaury Denoyelle · 2 years ago