1. 3c1b81f BUG/MINOR: quic: Trace fix about packet number space information. by Frédéric Lécaille · Thu Sep 08 09:52:14 2022 +0200
  2. bb995ea BUG/MINOR: quic: Speed up the handshake completion only one time by Frédéric Lécaille · Wed Sep 07 17:34:18 2022 +0200
  3. 41e701e DEBUG: quic: export the few task handlers that often appear in task dumps by Willy Tarreau · Thu Sep 08 15:12:59 2022 +0200
  4. 614742b MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid() by Frédéric Lécaille · Wed Sep 07 12:15:43 2022 +0200
  5. 449804e MINOR: quic: Add traces about sent or resent TX frames by Frédéric Lécaille · Fri Sep 02 22:16:10 2022 +0200
  6. 373ce73 BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx() by William Lallemand · Wed Sep 07 11:11:59 2022 +0200
  7. e6ec626 BUILD: quic: enable early data only with >= openssl 1.1.1 by William Lallemand · Fri Sep 02 16:24:39 2022 +0200
  8. 025945f BUG/MINOR: quic: Retransmitted frames marked as acknowledged by Frédéric Lécaille · Tue Sep 06 09:55:21 2022 +0200
  9. a107520 BUG/MINOR: quic: Frames leak during retransmissions by Frédéric Lécaille · Thu Sep 01 10:51:19 2022 +0200
  10. a777ee3 MINOR: quic: Trace typo fix in qc_release_frm() by Frédéric Lécaille · Wed Aug 31 17:54:30 2022 +0200
  11. 26236f5 MINOR: quic: Add TX frames addresses to traces to several trace events by Frédéric Lécaille · Wed Aug 31 17:48:53 2022 +0200
  12. b866c69 BUG/MINOR: quic: Do not ack when probing by Frédéric Lécaille · Tue Aug 30 16:24:54 2022 +0200
  13. bccbad2 BUG/MINOR: quic: TX frames memleak by Frédéric Lécaille · Wed Aug 31 15:02:53 2022 +0200
  14. 3a9b944 MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event by Frédéric Lécaille · Tue Aug 30 15:25:47 2022 +0200
  15. 3a56137 MINOR: quic: Add a trace to distinguish the datagram from the packets inside by Frédéric Lécaille · Mon Aug 29 18:05:44 2022 +0200
  16. c242832 BUG/MINOR: quic: Missing header protection AES cipher context initialisations (draft-v2) by Frédéric Lécaille · Mon Aug 29 16:42:06 2022 +0200
  17. 149c531 BUG/MINOR: quic: Frames added to packets even if not built. by Frédéric Lécaille · Sat Aug 27 15:51:30 2022 +0200
  18. e35463c BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace by Frédéric Lécaille · Sat Aug 27 10:19:42 2022 +0200
  19. eba9088 Revert "MINOR: quic: Remove useless traces about references to TX packets" by Frédéric Lécaille · Thu Aug 25 16:06:48 2022 +0200
  20. f61398a MINOR: quic: Remove useless traces about references to TX packets by Frédéric Lécaille · Thu Aug 25 07:13:33 2022 +0200
  21. 560ddfa CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv() by Frédéric Lécaille · Wed Aug 24 18:59:23 2022 +0200
  22. 15773f2 BUG/MINOR: quic: Stalled connections (missing I/O handler wakeup) by Frédéric Lécaille · Wed Aug 24 17:57:09 2022 +0200
  23. 277c462 BUG/MINOR: quic: Leak in qc_release_lost_pkts() for non in flight TX packets by Frédéric Lécaille · Wed Aug 24 17:06:04 2022 +0200
  24. 5f6c25e Revert "BUG/MINOR: quix: Memleak for non in flight TX packets" by Frédéric Lécaille · Wed Aug 24 16:23:44 2022 +0200
  25. a2d8ad2 MINOR: quic: Replace MT_LISTs by LISTs for RX packets. by Frédéric Lécaille · Tue Aug 23 17:45:52 2022 +0200
  26. b8047de BUG/MINOR: quic: Safer QUIC frame builders by Frédéric Lécaille · Tue Aug 23 17:40:09 2022 +0200
  27. a8a6043 BUG/MINOR: quic: Wrong list_for_each_entry() use when building packets from qc_do_build_pkt() by Frédéric Lécaille · Tue Aug 23 11:42:48 2022 +0200
  28. da9c441 BUG/MINOR: quix: Memleak for non in flight TX packets by Frédéric Lécaille · Mon Aug 22 18:47:51 2022 +0200
  29. ea4a5cb BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data by Frédéric Lécaille · Sat Aug 20 18:59:36 2022 +0200
  30. 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · Fri Aug 19 18:18:13 2022 +0200
  31. a846a17 MINOR: quic: Trace fix in qc_release_frm() by Frédéric Lécaille · Fri Aug 19 12:08:13 2022 +0200
  32. b827840 BUG/MINOR: quic: Wrong splitted duplicated frames handling by Frédéric Lécaille · Fri Aug 19 09:32:14 2022 +0200
  33. 2f16348 MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · Fri Aug 19 09:23:15 2022 +0200
  34. 1ba25c2 BUG/MINOR: quic: Possible crashes when dereferencing ->pkt quic_frame struct member by Frédéric Lécaille · Thu Aug 18 17:21:19 2022 +0200
  35. 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · Wed Aug 17 16:33:13 2022 +0200
  36. 4173a39 BUG/MINOR: quic: Missing initializations for ducplicated frames. by Frédéric Lécaille · Thu Aug 18 08:20:47 2022 +0200
  37. b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · Fri Aug 12 14:30:04 2022 +0200
  38. cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · Wed Aug 17 10:08:16 2022 +0200
  39. f372e74 MINOR: quic: adjust quic_frame flag manipulation by Amaury Denoyelle · Tue Aug 16 14:41:57 2022 +0200
  40. 11a6f40 BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt() by Frédéric Lécaille · Tue Aug 16 14:48:59 2022 +0200
  41. ebb1070 BUG/MINOR: quic: MIssing check when building TX packets by Frédéric Lécaille · Tue Aug 16 12:03:00 2022 +0200
  42. 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · Thu Aug 11 18:54:26 2022 +0200
  43. e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · Thu Aug 11 17:24:38 2022 +0200
  44. 59507de CLEANUP: quic: Remove trailing spaces by Frédéric Lécaille · Thu Aug 11 12:14:07 2022 +0200
  45. 96d08d3 BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() by Frédéric Lécaille · Thu Aug 11 12:04:07 2022 +0200
  46. a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · Thu Aug 11 11:40:01 2022 +0200
  47. a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · Wed Aug 10 17:56:45 2022 +0200
  48. 54bc786 BUG/MEDIUM: quic: always remove the connection from the accept list on close by Willy Tarreau · Wed Aug 10 07:26:27 2022 +0200
  49. f0f92b2 BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level by Amaury Denoyelle · Tue Aug 09 17:52:52 2022 +0200
  50. c09ef0c MINOR: quic: skip sending if no frame to send in io-cb by Amaury Denoyelle · Mon Aug 08 18:15:24 2022 +0200
  51. 654269c MINOR: quic: refactor datagram commit in Tx buffer by Amaury Denoyelle · Mon Aug 08 15:38:57 2022 +0200
  52. 5b68986 MINOR: quic: release Tx buffer on each send by Amaury Denoyelle · Mon Aug 08 16:07:30 2022 +0200
  53. f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · Thu Aug 04 16:19:57 2022 +0200
  54. ffde316 BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection by Frédéric Lécaille · Mon Aug 08 18:41:16 2022 +0200
  55. adc7641 MINOR: quic: Too much useless traces in qc_build_frms() by Frédéric Lécaille · Mon Aug 08 16:09:46 2022 +0200
  56. 99897d1 BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() by Frédéric Lécaille · Mon Aug 08 10:28:07 2022 +0200
  57. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  58. f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · Fri Aug 05 08:45:56 2022 +0200
  59. 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · Fri Aug 05 15:22:28 2022 +0200
  60. e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · Fri Aug 05 09:34:44 2022 +0200
  61. 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · Thu Aug 04 12:00:00 2022 +0200
  62. af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · Fri Aug 05 10:09:32 2022 +0200
  63. 8ddde4f BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement by Frédéric Lécaille · Mon Aug 01 14:07:50 2022 +0200
  64. dc07751 MINOR: quic: Send packets as much as possible from qc_send_app_pkts() by Frédéric Lécaille · Tue Jul 26 09:17:19 2022 +0200
  65. 843399f BUG/MAJOR: quic: Useless resource intensive loop qc_ackrng_pkts() by Frédéric Lécaille · Fri Jul 22 16:27:44 2022 +0200
  66. 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · Mon Jul 11 10:24:21 2022 +0200
  67. 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · Mon Jul 18 14:11:50 2022 +0200
  68. 240b1b1 MEDIUM: quic: send CONNECTION_CLOSE on released MUX by Amaury Denoyelle · Wed Jul 13 15:18:16 2022 +0200
  69. 57e6db7 MINOR: quic: define a generic QUIC error type by Amaury Denoyelle · Wed Jul 13 15:07:56 2022 +0200
  70. 72d8650 BUG/MINOR: quic: fix closing state on NO_ERROR code sent by Amaury Denoyelle · Wed Jul 13 15:08:23 2022 +0200
  71. a5b5075 MEDIUM: mux-quic: implement STOP_SENDING handling by Amaury Denoyelle · Mon Jul 04 11:44:53 2022 +0200
  72. b68559a MINOR: mux-quic: support stream opening via MAX_STREAM_DATA by Amaury Denoyelle · Wed Jul 06 15:45:20 2022 +0200
  73. 1b0707f MINOR: quic: Improvements for the datagrams receipt by Frédéric Lécaille · Thu Jun 30 11:28:56 2022 +0200
  74. 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
  75. 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
  76. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · Fri Jun 24 12:13:53 2022 +0200
  77. b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · Thu Jun 23 11:02:08 2022 +0200
  78. 77ac6f5 BUG/MINOR: quic: Missing acknowledgments for trailing packets by Frédéric Lécaille · Tue Jun 21 15:14:59 2022 +0200
  79. 4f5777a MINOR: quic: Dump version_information transport parameter by Frédéric Lécaille · Mon Jun 20 19:39:26 2022 +0200
  80. 57bddbc BUG/MINOR: quic: Acknowledgement must be forced during handshake by Frédéric Lécaille · Mon Jun 20 17:51:24 2022 +0200
  81. 23f908c BUG/MINOR: quic: free rejected Rx packets by Amaury Denoyelle · Mon Jun 20 10:58:03 2022 +0200
  82. 2c31e12 BUG/MINOR: quic: purge conn Rx packet list on release by Amaury Denoyelle · Mon Jun 20 10:52:55 2022 +0200
  83. 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · Fri Jun 17 15:11:32 2022 +0200
  84. b1cb958 BUILD: quic: Wrong HKDF label constant variable initializations by Frédéric Lécaille · Thu Jun 16 17:53:46 2022 +0200
  85. e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · Thu Jun 16 15:06:44 2022 +0200
  86. 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · Tue Jun 14 17:40:39 2022 +0200
  87. 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
  88. 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · Wed Jun 08 19:28:36 2022 +0200
  89. 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
  90. 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
  91. 01d515e BUG/MINOR: quic: Stop hardcoding Retry packet Version field by Frédéric Lécaille · Tue Jun 07 11:39:00 2022 +0200
  92. 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · Mon Jun 13 16:31:53 2022 +0200
  93. 69e3f05 BUILD: quic: fix anonymous union for gcc-4.4 by Benoit DOLEZ · Wed Jun 08 09:28:56 2022 +0200
  94. 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · Tue May 31 15:17:02 2022 +0200
  95. 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
  96. 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
  97. 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
  98. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · Wed May 25 22:25:37 2022 +0200
  99. 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
  100. 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · Tue May 24 10:54:42 2022 +0200