1. 23f908c BUG/MINOR: quic: free rejected Rx packets by Amaury Denoyelle · 2 years, 5 months ago
  2. 2c31e12 BUG/MINOR: quic: purge conn Rx packet list on release by Amaury Denoyelle · 2 years, 5 months ago
  3. 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · 2 years, 6 months ago
  4. b1cb958 BUILD: quic: Wrong HKDF label constant variable initializations by Frédéric Lécaille · 2 years, 6 months ago
  5. e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · 2 years, 6 months ago
  6. 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · 2 years, 6 months ago
  7. e17bf77 MINOR: quic: Released QUIC TLS extension for QUIC v2 draft by Frédéric Lécaille · 2 years, 6 months ago
  8. 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · 2 years, 6 months ago
  9. ea0ec27 MINOR: quic: Parse long packet version from qc_parse_hd_form() by Frédéric Lécaille · 2 years, 6 months ago
  10. 3f96a0a MINOR: quic: Add several nonce and key definitions for Retry tag by Frédéric Lécaille · 2 years, 6 months ago
  11. 01d515e BUG/MINOR: quic: Stop hardcoding Retry packet Version field by Frédéric Lécaille · 2 years, 6 months ago
  12. 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · 2 years, 6 months ago
  13. 69e3f05 BUILD: quic: fix anonymous union for gcc-4.4 by Benoit DOLEZ · 2 years, 6 months ago
  14. 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · 2 years, 6 months ago
  15. fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 6 months ago
  16. e06ca65 MINOR: quic: Do not drop packets with RESET_STREAM frames by Frédéric Lécaille · 2 years, 6 months ago
  17. 4df2fe9 MINOR: quic: Send STOP_SENDING frames if mux is released by Frédéric Lécaille · 2 years, 6 months ago
  18. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  19. eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · 2 years, 6 months ago
  20. 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · 2 years, 6 months ago
  21. 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · 2 years, 6 months ago
  22. c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · 2 years, 6 months ago
  23. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  24. 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · 2 years, 6 months ago
  25. f6954c5 MINOR: quic: Ignore out of packet padding. by Frédéric Lécaille · 2 years, 6 months ago
  26. f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · 2 years, 6 months ago
  27. f9e190e MINOR: quic: support CONNECTION_CLOSE_APP emission by Amaury Denoyelle · 2 years, 6 months ago
  28. 2208d57 Revert "MINOR: quic: activate QUIC traces at compilation" by Amaury Denoyelle · 2 years, 6 months ago
  29. 07968dc BUG/MINOR: quic: Missing <conn_opening> stats counter decrementation by Frédéric Lécaille · 2 years, 7 months ago
  30. ad9895d BUG/MINOR: quic: Fixe a typo in qc_idle_timer_task() by Frédéric Lécaille · 2 years, 7 months ago
  31. 787e92a CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY by Willy Tarreau · 2 years, 7 months ago
  32. 9fab9fd MINOR: quic/mux-quic: define CONNECTION_CLOSE send API by Amaury Denoyelle · 2 years, 7 months ago
  33. dfd1301 MINOR: quic: Dynamic Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
  34. cbd59c7 MINOR: quic: QUIC stats counters handling by Frédéric Lécaille · 2 years, 7 months ago
  35. 3fd92f6 BUG/MINOR: quic: Fix potential memory leak during QUIC connection allocations by Frédéric Lécaille · 2 years, 7 months ago
  36. a89659a MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection by Frédéric Lécaille · 2 years, 7 months ago
  37. 6492e66 MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c by Frédéric Lécaille · 2 years, 7 months ago
  38. 3f3ff47 MINOR: quic: Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
  39. 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · 2 years, 7 months ago
  40. 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · 2 years, 7 months ago
  41. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · 2 years, 7 months ago
  42. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
  43. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
  44. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
  45. 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · 2 years, 7 months ago
  46. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
  47. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  48. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · 2 years, 7 months ago
  49. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · 2 years, 7 months ago
  50. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
  51. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  52. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
  53. d62240c BUG/MINOR: quic: Dropped retransmitted STREAM frames by Frédéric Lécaille · 2 years, 7 months ago
  54. 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
  55. 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
  56. 88e5741 CLEANUP: quic: Remaining fprintf() debug trace by Frédéric Lécaille · 2 years, 7 months ago
  57. 1231d3c MINOR: quic: Drop 0-RTT packets without secrets by Frédéric Lécaille · 2 years, 7 months ago
  58. 74cf237 MEDIUM: quic: do not ack packet with invalid STREAM by Amaury Denoyelle · 2 years, 7 months ago
  59. d46e335 MEDIUM: quic: do not ACK packet with STREAM if MUX not present by Amaury Denoyelle · 2 years, 7 months ago
  60. 3e26698 MINOR: quic: Drop 0-RTT packets if not allowed by Frédéric Lécaille · 2 years, 7 months ago
  61. 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
  62. 87373e7 BUG/MINOR: quic: Missing Initial packet length check by Frédéric Lécaille · 2 years, 7 months ago
  63. 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · 2 years, 7 months ago
  64. dafbde6 MINOR: quic: Wake up the mux to probe with new data by Frédéric Lécaille · 2 years, 7 months ago
  65. d8b798d BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure by Frédéric Lécaille · 2 years, 7 months ago
  66. 834399c BUG/MINOR: quic: Avoid sending useless PADDING frame by Frédéric Lécaille · 2 years, 7 months ago
  67. 573b56b BUG/MINOR: quic: Wrong returned status by qc_build_frms() by Frédéric Lécaille · 2 years, 7 months ago
  68. 337108e MINOR: quic: Do not send ACK frames when probing by Frédéric Lécaille · 2 years, 7 months ago
  69. 7aef5f4 MEDIUM: quic: Enable the new datagram probing process by Frédéric Lécaille · 2 years, 7 months ago
  70. da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · 2 years, 7 months ago
  71. 1809c33 MINOR: quic: Mark packets as probing with old data by Frédéric Lécaille · 2 years, 7 months ago
  72. 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · 2 years, 7 months ago
  73. 9636715 MEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework by Frédéric Lécaille · 2 years, 7 months ago
  74. e248e37 MEDIUM: quic: Retransmission functions rework by Frédéric Lécaille · 2 years, 7 months ago
  75. a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · 2 years, 7 months ago
  76. 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · 2 years, 7 months ago
  77. e87b3ee MINOR: quic: Add traces about TX frame memory releasing by Frédéric Lécaille · 2 years, 7 months ago
  78. b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · 2 years, 7 months ago
  79. b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · 2 years, 7 months ago
  80. fc88844 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · 2 years, 8 months ago
  81. 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · 2 years, 7 months ago
  82. 3df8ca0 MINOR: mux-quic: partially copy Rx frame if almost full buf by Amaury Denoyelle · 2 years, 7 months ago
  83. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  84. 79367f9 BUILD: xprt: use an initcall to register the transport layers by Willy Tarreau · 2 years, 7 months ago
  85. 7586bef BUG/MINOR: quic: fix use-after-free with trace on ACK consume by Amaury Denoyelle · 2 years, 7 months ago
  86. 89a2ceb BUG/MEDIUM: quic: Possible crash with released mux by Frédéric Lécaille · 2 years, 8 months ago
  87. d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
  88. 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
  89. a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
  90. e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 8 months ago
  91. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 8 months ago
  92. f7ff9cb BUG/MEDIUM: quic: properly clean frames on stream free by Amaury Denoyelle · 2 years, 8 months ago
  93. 5d774de MINOR: quic: emit CONNECTION_CLOSE on app init error by Amaury Denoyelle · 2 years, 8 months ago
  94. 05d4ae6 BUG/MINOR: quic: fix return value for error in start by Amaury Denoyelle · 2 years, 8 months ago
  95. 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
  96. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  97. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · 2 years, 8 months ago
  98. 54a1dcb MEDIUM: xprt-quic: implement get_ssl_sock_ctx() by Willy Tarreau · 2 years, 8 months ago
  99. 325fc63 BUILD: xprt-quic: replace ERR_func_error_string() with ERR_peek_error_func() by Willy Tarreau · 2 years, 8 months ago
  100. 8c7927c MINOR: quic_tls: Make key update use of reusable cipher contexts by Frédéric Lécaille · 2 years, 8 months ago