1. 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
  2. 512dd2d MINOR: fd: make fd_insert() apply the thread mask itself by Willy Tarreau · Wed Jul 06 11:27:42 2022 +0200
  3. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · Wed Jul 06 11:22:42 2022 +0200
  4. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · Tue Apr 26 10:24:14 2022 +0200
  5. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  6. 6823a3a MINOR: protocol: uniformize protocol errors by Willy Tarreau · Thu Oct 14 11:59:15 2021 +0200
  7. f78b52e MINOR: inet: report the faulty interface name in "bind" errors by Willy Tarreau · Thu Oct 14 11:41:19 2021 +0200
  8. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · Tue Apr 06 18:09:06 2021 +0200
  9. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · Wed Mar 31 08:45:47 2021 +0200
  10. 73bed9f MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · Fri Dec 04 14:43:36 2020 +0100
  11. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · Thu Oct 15 21:45:15 2020 +0200
  12. f2cda10 BUILD: sock_inet: include errno.h by Willy Tarreau · Thu Sep 17 14:02:01 2020 +0200
  13. 36722d2 MINOR: sock_inet: report the errno string in binding errors by Willy Tarreau · Thu Sep 17 08:32:17 2020 +0200
  14. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · Fri Sep 04 08:15:31 2020 +0200
  15. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · Fri Sep 04 08:07:11 2020 +0200
  16. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · Tue Sep 01 14:18:04 2020 +0200
  17. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · Tue Sep 01 15:12:08 2020 +0200
  18. 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
  19. e5bdc51 REORG: sock_inet: move default_tcp_maxseg from proto_tcp.c by Willy Tarreau · Fri Aug 28 18:03:10 2020 +0200
  20. 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
  21. 25140cc REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() by Willy Tarreau · Fri Aug 28 15:40:33 2020 +0200
  22. c5a94c9 MINOR: sock_inet: implement sock_inet_get_dst() by Willy Tarreau · Fri Aug 28 15:19:45 2020 +0200
  23. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · Fri Aug 28 15:10:11 2020 +0200