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