1. 785b89f MINOR: protocol: move the global reuseport flag to the protocols by Willy Tarreau · 1 year, 7 months ago
  2. 77d37b0 MINOR: quic: support migrating the listener as well by Willy Tarreau · 1 year, 7 months ago
  3. 1acbbca MAJOR: quic: support thread balancing on accept by Amaury Denoyelle · 1 year, 8 months ago
  4. e83f937 MEDIUM: quic: use a global CID trees list by Amaury Denoyelle · 1 year, 7 months ago
  5. 2c98209 MINOR: quic: remove ODCID dedicated tree by Amaury Denoyelle · 1 year, 8 months ago
  6. 9e2682a MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag by Willy Tarreau · 1 year, 11 months ago
  7. 8d49253 BUG/MINOR: quic: do not allocate more rxbufs than necessary by Willy Tarreau · 1 year, 11 months ago
  8. 30fc277 BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket by Amaury Denoyelle · 2 years ago
  9. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · 2 years, 1 month ago
  10. 8d46acd MINOR: quic: test IP_PKTINFO support for quic-conn owned socket by Amaury Denoyelle · 2 years ago
  11. 75839a4 MINOR: quic: startup detect for quic-conn owned socket support by Amaury Denoyelle · 2 years ago
  12. 5c8b52f BUILD: quic: use __fallthrough in quic_connect_server() by Willy Tarreau · 2 years ago
  13. 1cba8d6 CLEANUP: quic: improve naming for rxbuf/datagrams handling by Amaury Denoyelle · 2 years, 2 months ago
  14. 8c4d062 CLEANUP: quic: remove unused rxbufs member in receiver by Amaury Denoyelle · 2 years, 1 month ago
  15. 487d04f BUG/MINOR: quic: set IP_PKTINFO socket option for QUIC receivers only by Amaury Denoyelle · 2 years, 1 month ago
  16. cab054b CLEANUP: quic/receiver: remove the now unused tx_qring list by Willy Tarreau · 2 years, 1 month ago
  17. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · 2 years, 2 months ago
  18. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · 2 years, 2 months ago
  19. b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · 2 years, 5 months ago
  20. 9fb57e8 CLEANUP: Re-apply xalloc_size.cocci (2) by Tim Duesterhus · 2 years, 6 months ago
  21. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · 2 years, 6 months ago
  22. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  23. 158b6cf CLEANUP: protocol: make sure the connect_* functions always receive a dst by Willy Tarreau · 2 years, 7 months ago
  24. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
  25. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  26. cdf7c8e MINOR: quic-sock: provide a pair of get_src/get_dst functions by Willy Tarreau · 2 years, 8 months ago
  27. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · 2 years, 9 months ago
  28. 71f3abb MINOR: quic: Move quic_rxbuf_pool pool out of xprt part by Frédéric Lécaille · 2 years, 9 months ago
  29. e1c3546 MINOR: quic: Avoid warning about NULL pointer dereferences by Frédéric Lécaille · 2 years, 9 months ago
  30. 8524f0f MINOR: quic: use a global dghlrs for each thread by Amaury Denoyelle · 2 years, 10 months ago
  31. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · 2 years, 10 months ago
  32. 794d068 MINOR: proto_quic: Wrong allocations for TX rings and RX bufs by Frédéric Lécaille · 2 years, 10 months ago
  33. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · 2 years, 10 months ago
  34. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · 2 years, 10 months ago
  35. 53898bb MINOR: quic: Add a list to QUIC sock I/O handler RX buffer by Frédéric Lécaille · 2 years, 10 months ago
  36. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · 2 years, 10 months ago
  37. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · 2 years, 10 months ago
  38. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · 2 years, 10 months ago
  39. 683b5fc MEDIUM: quic: flag listener for local accept by Amaury Denoyelle · 2 years, 10 months ago
  40. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · 2 years, 10 months ago
  41. c1029f6 MINOR: quic: Allocate listener RX buffers by Frédéric Lécaille · 3 years, 1 month ago
  42. 337edfd MINOR: protocols: add a new protocol type selector by Willy Tarreau · 3 years, 1 month ago
  43. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · 3 years, 1 month ago
  44. 8b19a9f MINOR: quic: Make use of the last cbuf API when initializing TX ring buffers by Frédéric Lécaille · 3 years, 4 months ago
  45. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · 3 years, 5 months ago
  46. f3d078d MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe. by Frédéric Lécaille · 3 years, 5 months ago
  47. c28aba2 MINOR: quic: Replace the RX list of packet by a thread safety one. by Frédéric Lécaille · 3 years, 6 months ago
  48. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  49. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 8 months ago
  50. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 9 months ago
  51. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
  52. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · 4 years ago
  53. 70da889 MINOR: quic: Redefine control layer callbacks which are QUIC specific. by Frédéric Lécaille · 4 years, 1 month ago
  54. ca42b2c MINOR: protocol: Create proto_quic QUIC protocol layer. by Frédéric Lécaille · 4 years, 1 month ago