1. a89659a MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection by Frédéric Lécaille · 2 years, 7 months ago
  2. 6492e66 MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c by Frédéric Lécaille · 2 years, 7 months ago
  3. 3f3ff47 MINOR: quic: Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
  4. 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · 2 years, 7 months ago
  5. 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · 2 years, 7 months ago
  6. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · 2 years, 7 months ago
  7. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
  8. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
  9. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
  10. 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · 2 years, 7 months ago
  11. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
  12. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  13. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · 2 years, 7 months ago
  14. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · 2 years, 7 months ago
  15. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
  16. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  17. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
  18. d62240c BUG/MINOR: quic: Dropped retransmitted STREAM frames by Frédéric Lécaille · 2 years, 7 months ago
  19. 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · 2 years, 7 months ago
  20. 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
  21. 88e5741 CLEANUP: quic: Remaining fprintf() debug trace by Frédéric Lécaille · 2 years, 7 months ago
  22. 1231d3c MINOR: quic: Drop 0-RTT packets without secrets by Frédéric Lécaille · 2 years, 7 months ago
  23. 74cf237 MEDIUM: quic: do not ack packet with invalid STREAM by Amaury Denoyelle · 2 years, 7 months ago
  24. d46e335 MEDIUM: quic: do not ACK packet with STREAM if MUX not present by Amaury Denoyelle · 2 years, 7 months ago
  25. 3e26698 MINOR: quic: Drop 0-RTT packets if not allowed by Frédéric Lécaille · 2 years, 7 months ago
  26. 4646cf3 CLEANUP: quic: Rely on the packet length set by qc_lstnr_pkt_rcv() by Frédéric Lécaille · 2 years, 7 months ago
  27. 87373e7 BUG/MINOR: quic: Missing Initial packet length check by Frédéric Lécaille · 2 years, 7 months ago
  28. 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · 2 years, 7 months ago
  29. dafbde6 MINOR: quic: Wake up the mux to probe with new data by Frédéric Lécaille · 2 years, 7 months ago
  30. d8b798d BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure by Frédéric Lécaille · 2 years, 7 months ago
  31. 834399c BUG/MINOR: quic: Avoid sending useless PADDING frame by Frédéric Lécaille · 2 years, 7 months ago
  32. 573b56b BUG/MINOR: quic: Wrong returned status by qc_build_frms() by Frédéric Lécaille · 2 years, 7 months ago
  33. 337108e MINOR: quic: Do not send ACK frames when probing by Frédéric Lécaille · 2 years, 7 months ago
  34. 7aef5f4 MEDIUM: quic: Enable the new datagram probing process by Frédéric Lécaille · 2 years, 7 months ago
  35. da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · 2 years, 7 months ago
  36. 1809c33 MINOR: quic: Mark packets as probing with old data by Frédéric Lécaille · 2 years, 7 months ago
  37. 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · 2 years, 7 months ago
  38. 9636715 MEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework by Frédéric Lécaille · 2 years, 7 months ago
  39. e248e37 MEDIUM: quic: Retransmission functions rework by Frédéric Lécaille · 2 years, 7 months ago
  40. a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · 2 years, 7 months ago
  41. 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · 2 years, 7 months ago
  42. e87b3ee MINOR: quic: Add traces about TX frame memory releasing by Frédéric Lécaille · 2 years, 7 months ago
  43. b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · 2 years, 7 months ago
  44. b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · 2 years, 7 months ago
  45. fc88844 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · 2 years, 8 months ago
  46. 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · 2 years, 7 months ago
  47. 3df8ca0 MINOR: mux-quic: partially copy Rx frame if almost full buf by Amaury Denoyelle · 2 years, 7 months ago
  48. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  49. 79367f9 BUILD: xprt: use an initcall to register the transport layers by Willy Tarreau · 2 years, 7 months ago
  50. 7586bef BUG/MINOR: quic: fix use-after-free with trace on ACK consume by Amaury Denoyelle · 2 years, 7 months ago
  51. 89a2ceb BUG/MEDIUM: quic: Possible crash with released mux by Frédéric Lécaille · 2 years, 8 months ago
  52. d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
  53. 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
  54. a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
  55. e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 8 months ago
  56. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 8 months ago
  57. f7ff9cb BUG/MEDIUM: quic: properly clean frames on stream free by Amaury Denoyelle · 2 years, 8 months ago
  58. 5d774de MINOR: quic: emit CONNECTION_CLOSE on app init error by Amaury Denoyelle · 2 years, 8 months ago
  59. 05d4ae6 BUG/MINOR: quic: fix return value for error in start by Amaury Denoyelle · 2 years, 8 months ago
  60. bc964bd BUG/MINOR: quic: Avoid starting the mux if no ALPN sent by the client by Frédéric Lécaille · 2 years, 8 months ago
  61. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  62. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · 2 years, 8 months ago
  63. 54a1dcb MEDIUM: xprt-quic: implement get_ssl_sock_ctx() by Willy Tarreau · 2 years, 8 months ago
  64. 325fc63 BUILD: xprt-quic: replace ERR_func_error_string() with ERR_peek_error_func() by Willy Tarreau · 2 years, 8 months ago
  65. 8c7927c MINOR: quic_tls: Make key update use of reusable cipher contexts by Frédéric Lécaille · 2 years, 8 months ago
  66. 3dfd4c4 MINOR: quic: Add short packet key phase bit values to traces by Frédéric Lécaille · 2 years, 8 months ago
  67. 9688a8d CLEANUP: quic: Do not set any cipher/group from ssl_quic_initial_ctx() by Frédéric Lécaille · 2 years, 8 months ago
  68. f2f4a4e MINOR: quic_tls: Stop hardcoding cipher IV lengths by Frédéric Lécaille · 2 years, 8 months ago
  69. f460574 MINOR: quic_tls: Add reusable cipher contexts to QUIC TLS contexts by Frédéric Lécaille · 2 years, 8 months ago
  70. 82851bd BUG/MEDIUM: quic: Possible crash from quic_free_arngs() by Frédéric Lécaille · 2 years, 8 months ago
  71. b515b0a MEDIUM: quic: report closing state for the MUX by Amaury Denoyelle · 2 years, 8 months ago
  72. c9acc31 BUG/MINOR: fix memleak on quic-conn streams cleaning by Amaury Denoyelle · 2 years, 8 months ago
  73. 6057b40 CLEANUP: mux-quic: remove unused QC_CF_CC_RECV by Amaury Denoyelle · 2 years, 8 months ago
  74. e0be573 CLEANUP: quic: use static qualifer on quic_close by Amaury Denoyelle · 2 years, 8 months ago
  75. db71e3b BUG/MEDIUM: quic: ensure quic-conn survives to the MUX by Amaury Denoyelle · 2 years, 8 months ago
  76. 59bf255 MINOR: quic: Add closing connection state by Frédéric Lécaille · 2 years, 8 months ago
  77. 4775680 MINOR: quic: Add draining connection state. by Frédéric Lécaille · 2 years, 8 months ago
  78. eb2a2da BUG/MINOR: quic: Missing TX packet deallocations by Frédéric Lécaille · 2 years, 8 months ago
  79. 6467088 BUG/MINOR: quic: Missing ACK range deallocations by Frédéric Lécaille · 2 years, 8 months ago
  80. 96fd163 BUG/MINOR: quic: QUIC TLS secrets memory leak by Frédéric Lécaille · 2 years, 8 months ago
  81. b823bb7 MINOR: quic: Add traces about list of frames by Frédéric Lécaille · 2 years, 8 months ago
  82. 6c01b74 MINOR: quic: Useless call to SSL_CTX_set_default_verify_paths() by Frédéric Lécaille · 2 years, 8 months ago
  83. 12fd259 BUG/MINOR: quic: Too much prepared retransmissions due to anti-amplification by Frédéric Lécaille · 2 years, 8 months ago
  84. 009016c BUG/MINOR: quic: Non duplicated frames upon fast retransmission by Frédéric Lécaille · 2 years, 8 months ago
  85. 5cfb4ed BUG/MINOR: quic: Do not probe from an already probing packet number space by Frédéric Lécaille · 2 years, 8 months ago
  86. 03235d7 MINOR: quic: Do not display any timer value from process_timer() by Frédéric Lécaille · 2 years, 8 months ago
  87. 05bd92b BUG/MINOR: quic: Discard Initial packet number space only one time by Frédéric Lécaille · 2 years, 8 months ago
  88. d6570e1 BUG/MINOR: quic: Missing probing packets when coalescing by Frédéric Lécaille · 2 years, 8 months ago
  89. b002145 MEDIUM: quic: Send ACK frames asap by Frédéric Lécaille · 2 years, 8 months ago
  90. 205e4f3 CLEANUP: quic: Remove all atomic operations on packet number spaces by Frédéric Lécaille · 2 years, 8 months ago
  91. fc79006 CLEANUP: quic: Remove all atomic operations on quic_conn struct by Frédéric Lécaille · 2 years, 8 months ago
  92. f44d19e BUG/MEDIUM: quic: Possible crash in ha_quic_set_encryption_secrets() by Frédéric Lécaille · 2 years, 8 months ago
  93. d8e680c MEDIUM: mux-quic: remove qcs tree node by Amaury Denoyelle · 2 years, 8 months ago
  94. 7272cd7 MEDIUM: quic: move transport fields from qcs to qc_conn_stream by Amaury Denoyelle · 2 years, 8 months ago
  95. 5c3859c MINOR: quic: implement stream descriptor for transport layer by Amaury Denoyelle · 2 years, 8 months ago
  96. 95e50fb CLEANUP: quic: complete comment on qcs_try_to_consume by Amaury Denoyelle · 2 years, 8 months ago
  97. 5074229 MINOR: mux-quic: return qcs instance from qcc_get_qcs by Amaury Denoyelle · 2 years, 8 months ago
  98. 8d5def0 BUG/MEDIUM: quic: do not use qcs from quic_stream on ACK parsing by Amaury Denoyelle · 2 years, 8 months ago
  99. cc2764e BUG/MINOR: quic: Wrong buffer length passed to generate_retry_token() by Frédéric Lécaille · 2 years, 8 months ago
  100. 1e5e513 MINOR: mux-quic: support MAX_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago