1. 8283d59 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · 1 year, 5 months ago
  2. 7e2eee0 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · 1 year, 5 months ago
  3. 8af0800 BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all() by Aurelien DARRAGON · 1 year, 5 months ago
  4. a225fe8 MINOR: listener: small API change by Aurelien DARRAGON · 1 year, 10 months ago
  5. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  6. ad6722e MINOR: protocol: move __protocol_by_family to read_mostly by Willy Tarreau · 3 years, 3 months ago
  7. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  8. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · 3 years, 7 months ago
  9. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · 3 years, 9 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. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · 3 years, 9 months ago
  12. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  13. 5b95ae6 MINOR: protocol: directly call enable_listener() from protocol_enable_all() by Willy Tarreau · 3 years, 9 months ago
  14. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · 3 years, 9 months ago
  15. 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · 3 years, 9 months ago
  16. 910c64d MEDIUM: protocol: store the socket and control type in the protocol array by Willy Tarreau · 3 years, 10 months ago
  17. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 3 years, 10 months ago
  18. fc97488 MEDIUM: protocol: explicitly start the receiver before the listener by Willy Tarreau · 3 years, 10 months ago
  19. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 3 years, 10 months ago
  20. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  21. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · 3 years, 10 months ago
  22. ca21262 MINOR: protocol: do not call proto->unbind_all() anymore by Willy Tarreau · 3 years, 10 months ago
  23. 9432085 MINOR: protocol: do not call proto->bind_all() anymore by Willy Tarreau · 3 years, 10 months ago
  24. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  25. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  28. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  29. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  30. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  31. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · 6 years ago
  32. a6e3be7 BUILD: protocol: fix some build errors on OpenBSD by Willy Tarreau · 8 years ago
  33. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · 9 years ago
  34. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago