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