1. 439c464 MINOR: quic: EINTR error ignored by Frédéric Lécaille · Wed Feb 02 14:33:10 2022 +0100
  2. 58a7704 MINOR: quic: take out xprt snd_buf operation by Amaury Denoyelle · Wed Feb 09 15:43:07 2022 +0100
  3. f6f7520 MINOR: quic: Wrong datagram buffer passed to quic_lstnr_dgram_dispatch() by Frédéric Lécaille · Wed Feb 02 09:44:22 2022 +0100
  4. 91f083a MINOR: quic: Do not try to accept a connection more than one time by Frédéric Lécaille · Fri Jan 28 21:43:48 2022 +0100
  5. 1712b1d MINOR: quic: Wrong RX buffer tail handling when no more contiguous data by Frédéric Lécaille · Fri Jan 28 13:10:24 2022 +0100
  6. 320744b MINOR: quic: Do not reset a full RX buffer by Frédéric Lécaille · Thu Jan 27 12:19:28 2022 +0100
  7. 37ae505 MINOR: quic: Do not consume the RX buffer on QUIC sock i/o handler side by Frédéric Lécaille · Thu Jan 27 11:31:50 2022 +0100
  8. 3d4bfe7 MINOR: quic: Allocate QUIC datagrams from sock I/O handler by Frédéric Lécaille · Wed Jan 26 16:07:16 2022 +0100
  9. 3d55462 MINOR: quic: Get rid of a struct buffer in quic_lstnr_dgram_read() by Frédéric Lécaille · Tue Jan 25 22:33:11 2022 +0100
  10. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · Wed Jan 19 16:01:05 2022 +0100
  11. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · Wed Jan 19 15:46:11 2022 +0100
  12. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  13. 4d29504 MINOR: quic: add missing include in quic_sock by Amaury Denoyelle · Wed Jan 19 16:18:44 2022 +0100
  14. ee72a43 BUILD: quic: fix potential NULL dereference on xprt_quic by Amaury Denoyelle · Fri Nov 19 15:49:29 2021 +0100
  15. d169efe MINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag by Frédéric Lécaille · Fri Nov 05 11:40:50 2021 +0100
  16. c4becf5 MINOR: quic: Fix potential null pointer dereference by Frédéric Lécaille · Mon Nov 08 11:23:17 2021 +0100
  17. 324ecda MINOR: quic: Enhance the listener RX buffering part by Frédéric Lécaille · Tue Nov 02 10:14:44 2021 +0100
  18. eb01f59 BUG/MINOR: quic: fix includes for compilation by Amaury Denoyelle · Thu Oct 07 16:44:05 2021 +0200
  19. b9c06fb MINOR: quic_sock: Do not flag QUIC connections as being set by Frédéric Lécaille · Wed Sep 08 17:08:17 2021 +0200
  20. 01ab661 MINOR: quic: Move conn_prepare() to ->accept_conn() callback by Frédéric Lécaille · Mon Jun 14 10:31:43 2021 +0200
  21. c28aba2 MINOR: quic: Replace the RX list of packet by a thread safety one. by Frédéric Lécaille · Mon Jun 07 10:28:10 2021 +0200
  22. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  23. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · Thu May 27 17:12:36 2021 +0200
  24. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · Thu Mar 11 17:06:30 2021 +0100
  25. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · Wed Mar 03 16:21:00 2021 +0100
  26. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · Thu Jan 28 16:22:52 2021 +0100
  27. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:49 2021 +0200
  28. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  29. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  30. 26c5109 MEDIUM: quic: Fix build. by Olivier Houchard · Fri Mar 19 20:09:22 2021 +0100
  31. 7ab6d8b MEDIUM: quic: Fix build. by Olivier Houchard · Fri Mar 19 19:48:53 2021 +0100
  32. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100
  33. 026a792 MINOR: quic: QUIC socket management finalization. by Frédéric Lécaille · Mon Nov 23 15:46:36 2020 +0100
  34. 70da889 MINOR: quic: Redefine control layer callbacks which are QUIC specific. by Frédéric Lécaille · Fri Nov 06 15:49:49 2020 +0100