1. b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · Thu Jun 23 11:02:08 2022 +0200
  2. 9fb57e8 CLEANUP: Re-apply xalloc_size.cocci (2) by Tim Duesterhus · Wed Jun 01 21:58:37 2022 +0200
  3. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · Fri May 20 16:36:46 2022 +0200
  4. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:47:46 2022 +0200
  5. 158b6cf CLEANUP: protocol: make sure the connect_* functions always receive a dst by Willy Tarreau · Mon May 02 17:45:12 2022 +0200
  6. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · Tue Apr 26 10:24:14 2022 +0200
  7. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · Mon Apr 25 20:32:15 2022 +0200
  8. cdf7c8e MINOR: quic-sock: provide a pair of get_src/get_dst functions by Willy Tarreau · Mon Apr 11 16:20:00 2022 +0200
  9. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · Wed Mar 02 22:33:39 2022 +0100
  10. 71f3abb MINOR: quic: Move quic_rxbuf_pool pool out of xprt part by Frédéric Lécaille · Tue Feb 15 16:59:48 2022 +0100
  11. e1c3546 MINOR: quic: Avoid warning about NULL pointer dereferences by Frédéric Lécaille · Mon Feb 14 19:01:21 2022 +0100
  12. 8524f0f MINOR: quic: use a global dghlrs for each thread by Amaury Denoyelle · Tue Feb 08 15:03:40 2022 +0100
  13. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · Thu Jan 27 15:35:56 2022 +0100
  14. 794d068 MINOR: proto_quic: Wrong allocations for TX rings and RX bufs by Frédéric Lécaille · Thu Jan 27 10:23:31 2022 +0100
  15. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · Thu Jan 27 09:15:40 2022 +0100
  16. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · Wed Jan 26 17:45:39 2022 +0100
  17. 53898bb MINOR: quic: Add a list to QUIC sock I/O handler RX buffer by Frédéric Lécaille · Wed Jan 26 15:55:21 2022 +0100
  18. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · Wed Jan 19 16:01:05 2022 +0100
  19. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · Wed Jan 19 15:46:11 2022 +0100
  20. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · Tue Jan 25 17:48:47 2022 +0100
  21. 683b5fc MEDIUM: quic: flag listener for local accept by Amaury Denoyelle · Wed Jan 26 11:56:48 2022 +0100
  22. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  23. c1029f6 MINOR: quic: Allocate listener RX buffers by Frédéric Lécaille · Wed Oct 20 11:09:58 2021 +0200
  24. 337edfd MINOR: protocols: add a new protocol type selector by Willy Tarreau · Wed Oct 27 17:05:36 2021 +0200
  25. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · Thu Oct 14 11:59:15 2021 +0200
  26. 8b19a9f MINOR: quic: Make use of the last cbuf API when initializing TX ring buffers by Frédéric Lécaille · Wed Aug 04 15:10:32 2021 +0200
  27. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  28. f3d078d MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe. by Frédéric Lécaille · Mon Jun 14 14:18:10 2021 +0200
  29. 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
  30. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · Tue Apr 06 17:49:19 2021 +0200
  31. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · Wed Mar 31 08:45:47 2021 +0200
  32. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100
  33. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  34. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · Mon Nov 23 14:23:21 2020 +0100
  35. 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
  36. ca42b2c MINOR: protocol: Create proto_quic QUIC protocol layer. by Frédéric Lécaille · Mon Nov 02 14:27:08 2020 +0100