1. 1125d05 MEDIUM: config: prevent communication with privileged ports by Amaury Denoyelle · 6 months ago
  2. 46dabcc BUG/MINOR: sock: handle a weird condition with connect() by Willy Tarreau · 8 months ago
  3. 3ecb341 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · 1 year ago
  4. 482038c BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 1 year ago
  5. b073573 MINOR: sock: add a function to check for SO_REUSEPORT support at runtime by Willy Tarreau · 1 year, 7 months ago
  6. 9b773ec CLEANUP: sock: always perform last connection updates before wakeup by Willy Tarreau · 1 year, 9 months ago
  7. 708949d MINOR: sockpair: move send_fd_uxst() error message in caller by William Lallemand · 2 years, 4 months ago
  8. 27a3245 MEDIUM: fd: make fd_insert() take local thread masks by Willy Tarreau · 2 years, 5 months ago
  9. 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · 2 years, 5 months ago
  10. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  11. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
  12. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  13. 8f6c0c3 BUG/MINOR: sock: do not double-close the accepted socket on the error path by Willy Tarreau · 2 years, 8 months ago
  14. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · 2 years, 8 months ago
  15. e4d09ce MINOR: sock: check configured limits at the sock layer, not the listener's by Willy Tarreau · 2 years, 8 months ago
  16. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · 2 years, 10 months ago
  17. 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · 3 years ago
  18. f897fc9 CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis by Tim Duesterhus · 3 years ago
  19. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · 3 years, 1 month ago
  20. 20b622e MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close by Willy Tarreau · 3 years, 1 month ago
  21. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  22. 5a9c637 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · 3 years, 5 months ago
  23. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  24. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 8 months ago
  25. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  26. 25dd0ad BUG/MINOR: sock: Unclosed fd in case of connection allocation failure by Remi Tricot-Le Breton · 3 years, 10 months ago
  27. 472125b MINOR: protocol: add a pair of check_events/ignore_events functions at the ctrl layer by Willy Tarreau · 4 years ago
  28. 427c846 MINOR: protocol: add a ->drain() function at the connection control layer by Willy Tarreau · 4 years ago
  29. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 4 years ago
  30. de471c4 MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown by Willy Tarreau · 4 years ago
  31. b4daeeb MINOR: sock: add a check against cross worker<->master socket activities by Willy Tarreau · 4 years, 1 month ago
  32. a4380b2 MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers by Willy Tarreau · 4 years, 1 month ago
  33. 22ccd5e BUG/MEDIUM: listener: make the master also keep workers' inherited FDs by Willy Tarreau · 4 years, 1 month ago
  34. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 1 month ago
  35. 344b8fc MINOR: sockpair: implement sockpair_accept_conn() to accept a connection by Willy Tarreau · 4 years, 1 month ago
  36. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 4 years, 1 month ago
  37. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 4 years, 1 month ago
  38. 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · 4 years, 1 month ago
  39. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 4 years, 2 months ago
  40. e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · 4 years, 2 months ago
  41. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 4 years, 3 months ago
  42. c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · 4 years, 3 months ago
  43. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 4 years, 3 months ago
  44. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 4 years, 3 months ago
  45. 4dfabfe MINOR: listener: make sock_find_compatible_fd() check the socket type by Willy Tarreau · 4 years, 2 months ago
  46. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years, 3 months ago
  47. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 4 years, 3 months ago
  48. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 4 years, 3 months ago
  49. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 4 years, 3 months ago
  50. 9dbb6c4 MINOR: sock: distinguish dgram from stream types when retrieving old sockets by Willy Tarreau · 4 years, 3 months ago
  51. a2c1787 MINOR: sock: do not use LI_O_* in xfer_sock_list anymore by Willy Tarreau · 4 years, 3 months ago
  52. 4296174 REORG: sock: move get_old_sockets() from haproxy.c by Willy Tarreau · 4 years, 3 months ago
  53. 2d34a71 MINOR: sock: implement sock_find_compatible_fd() by Willy Tarreau · 4 years, 3 months ago
  54. 063d47d REORG: listener: move xfer_sock_list to sock.{c,h}. by Willy Tarreau · 4 years, 3 months ago
  55. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 4 years, 3 months ago