1. 785b89f MINOR: protocol: move the global reuseport flag to the protocols by Willy Tarreau · 1 year, 7 months ago
  2. 9f53b7b BUG/MINOR: sock_inet: use SO_REUSEPORT_LB where available by Willy Tarreau · 1 year, 7 months ago
  3. 0e1aaf4 MEDIUM: proto: duplicate receivers marked RX_F_MUST_DUP by Willy Tarreau · 1 year, 9 months ago
  4. 145b17f BUG/MEDIUM: listener: duplicate inherited FDs if needed by Willy Tarreau · 1 year, 11 months ago
  5. 487d04f BUG/MINOR: quic: set IP_PKTINFO socket option for QUIC receivers only by Amaury Denoyelle · 2 years, 1 month ago
  6. 97ecc7a MEDIUM: quic: retrieve frontend destination address by Amaury Denoyelle · 2 years, 2 months ago
  7. 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · 2 years, 5 months ago
  8. 512dd2d MINOR: fd: make fd_insert() apply the thread mask itself by Willy Tarreau · 2 years, 5 months ago
  9. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · 2 years, 5 months ago
  10. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
  11. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · 3 years, 1 month ago
  12. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · 3 years, 1 month ago
  13. f78b52e MINOR: inet: report the faulty interface name in "bind" errors by Willy Tarreau · 3 years, 1 month ago
  14. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  15. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 8 months ago
  16. 73bed9f MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · 4 years ago
  17. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · 4 years, 1 month ago
  18. f2cda10 BUILD: sock_inet: include errno.h by Willy Tarreau · 4 years, 2 months ago
  19. 36722d2 MINOR: sock_inet: report the errno string in binding errors by Willy Tarreau · 4 years, 2 months ago
  20. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 4 years, 3 months ago
  21. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · 4 years, 3 months ago
  22. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · 4 years, 3 months ago
  23. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 4 years, 3 months ago
  24. 37bafdc MINOR: sock_inet: move the IPv4/v6 transparent mode code to sock_inet by Willy Tarreau · 4 years, 3 months ago
  25. e5bdc51 REORG: sock_inet: move default_tcp_maxseg from proto_tcp.c by Willy Tarreau · 4 years, 3 months ago
  26. d88e8c0 REORG: sock_inet: move v6only_default from proto_tcp.c to sock_inet.c by Willy Tarreau · 4 years, 3 months ago
  27. 25140cc REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() by Willy Tarreau · 4 years, 3 months ago
  28. c5a94c9 MINOR: sock_inet: implement sock_inet_get_dst() by Willy Tarreau · 4 years, 3 months ago
  29. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · 4 years, 3 months ago