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