1. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  2. 25dd0ad BUG/MINOR: sock: Unclosed fd in case of connection allocation failure by Remi Tricot-Le Breton · 3 years, 6 months ago
  3. 472125b MINOR: protocol: add a pair of check_events/ignore_events functions at the ctrl layer by Willy Tarreau · 3 years, 7 months ago
  4. 427c846 MINOR: protocol: add a ->drain() function at the connection control layer by Willy Tarreau · 3 years, 7 months ago
  5. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 3 years, 7 months ago
  6. de471c4 MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown by Willy Tarreau · 3 years, 7 months ago
  7. b4daeeb MINOR: sock: add a check against cross worker<->master socket activities by Willy Tarreau · 3 years, 8 months ago
  8. a4380b2 MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers by Willy Tarreau · 3 years, 8 months ago
  9. 22ccd5e BUG/MEDIUM: listener: make the master also keep workers' inherited FDs by Willy Tarreau · 3 years, 8 months ago
  10. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  11. 344b8fc MINOR: sockpair: implement sockpair_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  12. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  13. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 3 years, 9 months ago
  14. 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · 3 years, 9 months ago
  15. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 3 years, 9 months ago
  16. e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · 3 years, 9 months ago
  17. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 3 years, 10 months ago
  18. c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · 3 years, 10 months ago
  19. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 3 years, 10 months ago
  20. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 10 months ago
  21. 4dfabfe MINOR: listener: make sock_find_compatible_fd() check the socket type by Willy Tarreau · 3 years, 10 months ago
  22. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  23. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  24. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 10 months ago
  25. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 10 months ago
  26. 9dbb6c4 MINOR: sock: distinguish dgram from stream types when retrieving old sockets by Willy Tarreau · 3 years, 10 months ago
  27. a2c1787 MINOR: sock: do not use LI_O_* in xfer_sock_list anymore by Willy Tarreau · 3 years, 10 months ago
  28. 4296174 REORG: sock: move get_old_sockets() from haproxy.c by Willy Tarreau · 3 years, 10 months ago
  29. 2d34a71 MINOR: sock: implement sock_find_compatible_fd() by Willy Tarreau · 3 years, 10 months ago
  30. 063d47d REORG: listener: move xfer_sock_list to sock.{c,h}. by Willy Tarreau · 3 years, 10 months ago
  31. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 3 years, 10 months ago