1. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 3 years, 11 months ago
  2. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 11 months ago
  3. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years ago
  4. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 4 years ago
  5. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 4 years ago
  6. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 11 months ago
  7. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 11 months ago
  8. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 11 months ago
  9. 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · 3 years, 11 months ago
  10. 37bafdc MINOR: sock_inet: move the IPv4/v6 transparent mode code to sock_inet by Willy Tarreau · 4 years ago
  11. c5a94c9 MINOR: sock_inet: implement sock_inet_get_dst() by Willy Tarreau · 4 years ago
  12. f172558 MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses by Willy Tarreau · 4 years ago
  13. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 4 years ago
  14. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  15. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years, 1 month ago
  16. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · 4 years, 1 month ago
  17. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 2 months ago
  18. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 2 months ago
  19. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 2 months ago
  20. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 2 months ago
  21. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 2 months ago
  22. d7f76a0 BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive. by Willy Tarreau · 4 years, 8 months ago
  23. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  24. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · 9 years ago