1. f5a62cc BUG/MINOR: listeners: fix suspend/resume of inherited FDs by Willy Tarreau · 1 year, 6 months ago
  2. 6618259 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 2 years, 7 months ago
  3. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  4. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 3 months ago
  5. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  6. 1eb595b MINOR: tcp: add support for defer-accept on FreeBSD. by David Carlier · 3 years, 5 months ago
  7. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  8. 472125b MINOR: protocol: add a pair of check_events/ignore_events functions at the ctrl layer by Willy Tarreau · 3 years, 7 months ago
  9. 427c846 MINOR: protocol: add a ->drain() function at the connection control layer by Willy Tarreau · 3 years, 7 months ago
  10. de471c4 MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown by Willy Tarreau · 3 years, 7 months ago
  11. b366c9a CLEANUP: protocol: group protocol struct members by usage by Willy Tarreau · 3 years, 7 months ago
  12. b9b2fd7 MINOR: protocol: export protocol definitions by Willy Tarreau · 3 years, 7 months ago
  13. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · 3 years, 7 months ago
  14. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 3 years, 7 months ago
  15. 07400c5 MINOR: listener: automatically set the port when creating listeners by Willy Tarreau · 3 years, 7 months ago
  16. 7da02dd BUG/MINOR: listener: use sockaddr_in6 for IPv6 by Willy Tarreau · 3 years, 7 months ago
  17. a4380b2 MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers by Willy Tarreau · 3 years, 8 months ago
  18. 59b5da4 BUG/MEDIUM: listener: never suspend inherited sockets by Willy Tarreau · 3 years, 8 months ago
  19. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  20. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  21. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 3 years, 9 months ago
  22. 2f6f362 CLEANUP: protocol: intitialize all of the sockaddr when disconnecting by Willy Tarreau · 3 years, 9 months ago
  23. 3e12de2 CLEANUP: tcp: make use of sock_accept_conn() where relevant by Willy Tarreau · 3 years, 9 months ago
  24. 2918514 MINOR: protocol: make proto_tcp & proto_uxst report listening sockets by Willy Tarreau · 3 years, 9 months ago
  25. 8b6fc3d MINOR: proto-tcp: make use of connect(AF_UNSPEC) for the pause by Willy Tarreau · 3 years, 9 months ago
  26. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 3 years, 9 months ago
  27. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · 3 years, 9 months ago
  28. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 3 years, 9 months ago
  29. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · 3 years, 9 months ago
  30. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · 3 years, 9 months ago
  31. 58e6b71 MINOR: protocol: implement an ->rx_resume() method by Willy Tarreau · 3 years, 9 months ago
  32. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 3 years, 9 months ago
  33. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  34. 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · 3 years, 9 months ago
  35. e53608b MINOR: listeners: move fd_stop_recv() to the receiver's socket code by Willy Tarreau · 3 years, 9 months ago
  36. 91c614d MEDIUM: proto_tcp: make the pause() more robust in multi-process by Willy Tarreau · 3 years, 9 months ago
  37. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · 3 years, 9 months ago
  38. a100003 BUG/MINOR: proto_tcp: Report warning messages when listeners are bound by Christopher Faulet · 3 years, 9 months ago
  39. a54553f MINOR: protocol: add the control layer type in the protocol struct by Willy Tarreau · 3 years, 10 months ago
  40. 1e984b7 CLEANUP: protocol: remove family-specific fields from struct protocol by Willy Tarreau · 3 years, 10 months ago
  41. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · 3 years, 10 months ago
  42. ad33acf MEDIUM: protocol: do not call proto->bind() anymore from bind_listener() by Willy Tarreau · 3 years, 10 months ago
  43. af9a7f5 MEDIUM: tcp: make use of sock_inet_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  44. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  45. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 3 years, 10 months ago
  46. c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · 3 years, 10 months ago
  47. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 3 years, 10 months ago
  48. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  49. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 3 years, 10 months ago
  50. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 10 months ago
  51. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  52. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  53. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  54. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 10 months ago
  55. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 10 months ago
  56. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  57. 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · 3 years, 10 months ago
  58. 37bafdc MINOR: sock_inet: move the IPv4/v6 transparent mode code to sock_inet by Willy Tarreau · 3 years, 10 months ago
  59. 2d34a71 MINOR: sock: implement sock_find_compatible_fd() by Willy Tarreau · 3 years, 10 months ago
  60. e5bdc51 REORG: sock_inet: move default_tcp_maxseg from proto_tcp.c by Willy Tarreau · 3 years, 10 months ago
  61. d88e8c0 REORG: sock_inet: move v6only_default from proto_tcp.c to sock_inet.c by Willy Tarreau · 3 years, 10 months ago
  62. 25140cc REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() by Willy Tarreau · 3 years, 10 months ago
  63. c5a94c9 MINOR: sock_inet: implement sock_inet_get_dst() by Willy Tarreau · 3 years, 10 months ago
  64. f172558 MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses by Willy Tarreau · 3 years, 10 months ago
  65. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 3 years, 10 months ago
  66. de70ca5 REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c by Willy Tarreau · 3 years, 10 months ago
  67. 8987e7a REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c by Willy Tarreau · 3 years, 10 months ago
  68. 478331d CLEANUP: tcp: stop exporting smp_fetch_src() by Willy Tarreau · 3 years, 10 months ago
  69. aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · 3 years, 10 months ago
  70. bb1caff MINOR: fd: add a new "exported" flag and use it for all regular listeners by Willy Tarreau · 3 years, 11 months ago
  71. bf3b06b MINOR: reload: determine the foreing binding status from the socket by Willy Tarreau · 3 years, 10 months ago
  72. bca5a4e BUG/MINOR: reload: detect the OS's v6only status before choosing an old socket by Willy Tarreau · 3 years, 10 months ago
  73. bbb284d MINOR: tcp: don't try to set/clear v6only on inherited sockets by Willy Tarreau · 3 years, 10 months ago
  74. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 3 years, 11 months ago
  75. 8dbd1a2 MINOR: connection: avoid a useless recvfrom() on outgoing connections by Willy Tarreau · 4 years ago
  76. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · 4 years ago
  77. 5254321 BUILD: tcp: condition TCP keepalive settings to platforms providing them by Willy Tarreau · 4 years ago
  78. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years ago
  79. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  80. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  81. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  82. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  90. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  91. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  96. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  99. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago