1. f5a62cc BUG/MINOR: listeners: fix suspend/resume of inherited FDs by Willy Tarreau · 1 year, 6 months ago
  2. ce65cbe BUILD: udp: include tools.h from proto_udp.c by Willy Tarreau · 3 years, 2 months ago
  3. 29885f0 MINOR: udp: export udp_suspend_receiver() and udp_resume_receiver() by Willy Tarreau · 3 years, 7 months ago
  4. b366c9a CLEANUP: protocol: group protocol struct members by usage by Willy Tarreau · 3 years, 7 months ago
  5. b9b2fd7 MINOR: protocol: export protocol definitions by Willy Tarreau · 3 years, 7 months ago
  6. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · 3 years, 7 months ago
  7. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 3 years, 7 months ago
  8. 07400c5 MINOR: listener: automatically set the port when creating listeners by Willy Tarreau · 3 years, 7 months ago
  9. 7da02dd BUG/MINOR: listener: use sockaddr_in6 for IPv6 by Willy Tarreau · 3 years, 7 months ago
  10. a4380b2 MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers by Willy Tarreau · 3 years, 8 months ago
  11. 59b5da4 BUG/MEDIUM: listener: never suspend inherited sockets by Willy Tarreau · 3 years, 8 months ago
  12. 2f6f362 CLEANUP: protocol: intitialize all of the sockaddr when disconnecting by Willy Tarreau · 3 years, 9 months ago
  13. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 3 years, 9 months ago
  14. 7b2febd MINOR: listeners: split do_unbind_listener() in two 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. e122dc5 MEDIUM: udp: implement udp_suspend() and udp_resume() by Willy Tarreau · 3 years, 9 months ago
  17. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · 3 years, 9 months ago
  18. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · 3 years, 9 months ago
  19. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 3 years, 9 months ago
  20. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  21. 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · 3 years, 9 months ago
  22. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · 3 years, 9 months ago
  23. 2b5e0d8 MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET* by Willy Tarreau · 3 years, 10 months ago
  24. a54553f MINOR: protocol: add the control layer type in the protocol struct by Willy Tarreau · 3 years, 10 months ago
  25. 1e984b7 CLEANUP: protocol: remove family-specific fields from struct protocol by Willy Tarreau · 3 years, 10 months ago
  26. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · 3 years, 10 months ago
  27. ad33acf MEDIUM: protocol: do not call proto->bind() anymore from bind_listener() by Willy Tarreau · 3 years, 10 months ago
  28. 2f7687d MEDIUM: udp: make use of sock_inet_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  29. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  30. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 3 years, 10 months ago
  31. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 3 years, 10 months ago
  32. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 3 years, 10 months ago
  33. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 10 months ago
  34. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  35. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  36. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  37. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 10 months ago
  38. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 10 months ago
  39. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  40. 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · 3 years, 10 months ago
  41. 37bafdc MINOR: sock_inet: move the IPv4/v6 transparent mode code to sock_inet by Willy Tarreau · 3 years, 10 months ago
  42. c5a94c9 MINOR: sock_inet: implement sock_inet_get_dst() by Willy Tarreau · 3 years, 10 months ago
  43. f172558 MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses by Willy Tarreau · 3 years, 10 months ago
  44. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 3 years, 10 months ago
  45. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  46. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years ago
  47. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · 4 years ago
  48. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 1 month ago
  49. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  50. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. d7f76a0 BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive. by Willy Tarreau · 4 years, 7 months ago
  54. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  55. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · 9 years ago