1. 5ac6b3b BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset by Amaury Denoyelle · Wed Dec 14 18:04:06 2022 +0100
  2. 4244833 BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket by Amaury Denoyelle · Mon Dec 12 11:24:05 2022 +0100
  3. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · Mon Dec 12 11:22:42 2022 +0100
  4. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Dec 07 09:46:19 2022 +0500
  5. d3083c9 MINOR: quic: reconnect quic-conn socket on address migration by Amaury Denoyelle · Thu Dec 01 16:20:06 2022 +0100
  6. 7c9fdd9 MEDIUM: quic: move receive out of FD handler to quic-conn io-cb by Amaury Denoyelle · Wed Nov 16 11:01:02 2022 +0100
  7. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · Mon Oct 24 17:40:37 2022 +0200
  8. 40909df MINOR: quic: allocate a socket per quic-conn by Amaury Denoyelle · Mon Oct 24 17:08:43 2022 +0200
  9. eb6be98 MINOR: quic: ignore address migration during handshake by Amaury Denoyelle · Mon Nov 21 11:14:45 2022 +0100
  10. eec0b3c MINOR: quic: detect connection migration by Amaury Denoyelle · Fri Dec 02 09:57:32 2022 +0100
  11. 8687b63 MINOR: quic: extract datagram parsing code by Amaury Denoyelle · Tue Sep 27 14:22:09 2022 +0200
  12. 3f474e6 MINOR: quic: complete traces in qc_rx_pkt_handle() by Amaury Denoyelle · Thu Nov 24 17:15:08 2022 +0100
  13. 518c98f MINOR: quic: remove qc from quic_rx_packet by Amaury Denoyelle · Thu Nov 24 17:12:25 2022 +0100
  14. 7b5d9b1 BUG/MINOR: quic: Endless loop during retransmissions by Frédéric Lécaille · Mon Nov 28 17:21:45 2022 +0100
  15. 33a6870 BUILD: quic: silence two invalid build warnings at -O1 with gcc-6.5 by Willy Tarreau · Thu Nov 24 09:16:41 2022 +0100
  16. 74b5f7b BUG/MAJOR: quic: Crash after discarding packet number spaces by Frédéric Lécaille · Sun Nov 20 18:35:35 2022 +0100
  17. 814645f BUG/MAJOR: quic: Crash upon retransmission of dgrams with several packets by Frédéric Lécaille · Fri Nov 18 18:15:28 2022 +0100
  18. 2f668f0 MINOR: quic: complete traces/debug for handshake by Amaury Denoyelle · Fri Nov 18 15:24:08 2022 +0100
  19. bc174b2 BUG/MEDIUM: quic: fix memleak for out-of-order crypto data by Amaury Denoyelle · Thu Nov 17 10:12:52 2022 +0100
  20. ff95f2d BUG/MEDIUM: quic: fix unsuccessful handshakes on ncb_advance error by Amaury Denoyelle · Fri Nov 18 14:50:06 2022 +0100
  21. 3a72ba2 BUILD: quic: fix dubious 0-byte overflow on qc_release_lost_pkts by Amaury Denoyelle · Mon Nov 14 11:41:34 2022 +0100
  22. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  23. bbb1c68 BUG/MINOR: quic: fix subscribe operation by Amaury Denoyelle · Wed Sep 28 15:15:51 2022 +0200
  24. 9e3026c MINOR: quic: extend Retry token check function by Amaury Denoyelle · Mon Oct 17 11:13:07 2022 +0200
  25. 6e56a9e MINOR: quic: refactor packet drop on reception by Amaury Denoyelle · Mon Oct 17 12:04:49 2022 +0200
  26. 9828969 MINOR: quic: split and rename qc_lstnr_pkt_rcv() by Amaury Denoyelle · Wed Oct 19 15:37:44 2022 +0200
  27. 449b1a8 MINOR: quic: extract connection retrieval by Amaury Denoyelle · Wed Oct 19 15:28:44 2022 +0200
  28. deb7c87 MINOR: quic: define first packet flag by Amaury Denoyelle · Wed Oct 19 17:14:28 2022 +0200
  29. 845169d MINOR: quic: extend pn_offset field from quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:26 2022 +0200
  30. 0eae572 MINOR: quic: add version field on quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:18 2022 +0200
  31. 6c94056 BUG/MINOR: quic: fix buffer overflow on retry token generation by Amaury Denoyelle · Tue Oct 18 11:05:02 2022 +0200
  32. f5a0c8a MEDIUM: quic: respect the threads assigned to a bind line by Willy Tarreau · Thu Oct 13 16:14:11 2022 +0200
  33. 1cba8d6 CLEANUP: quic: improve naming for rxbuf/datagrams handling by Amaury Denoyelle · Thu Oct 06 15:16:22 2022 +0200
  34. e1a49cf MINOR: quic: Split the secrets key allocation in two parts by Frédéric Lécaille · Fri Sep 16 16:24:47 2022 +0200
  35. 4aa7d81 BUG/MINOR: quic: Stalled 0RTT connections with big ClientHello TLS message by Frédéric Lécaille · Fri Sep 16 10:15:58 2022 +0200
  36. 9f9263e MINOR: quic: Use a non-contiguous buffer for RX CRYPTO data by Frédéric Lécaille · Tue Sep 13 14:36:44 2022 +0200
  37. a20c93e MINOR: quic: Extract CRYPTO frame parsing from qc_parse_pkt_frms() by Frédéric Lécaille · Mon Sep 12 14:54:45 2022 +0200
  38. 7e3f7c4 MINOR: quic: New quic_cstream object implementation by Frédéric Lécaille · Fri Sep 09 18:05:45 2022 +0200
  39. 97ecc7a MEDIUM: quic: retrieve frontend destination address by Amaury Denoyelle · Fri Sep 23 17:15:58 2022 +0200
  40. 90121b3 CLEANUP: quic: fix indentation by Amaury Denoyelle · Tue Sep 27 10:35:29 2022 +0200
  41. 2ed8400 MINOR: quic: limit usage of ssl_sock_ctx in favor of quic_conn by Amaury Denoyelle · Mon Sep 26 14:53:59 2022 +0200
  42. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200