1. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  2. 5b95ae6 MINOR: protocol: directly call enable_listener() from protocol_enable_all() by Willy Tarreau · 3 years, 9 months ago
  3. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · 3 years, 9 months ago
  4. 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · 3 years, 9 months ago
  5. 910c64d MEDIUM: protocol: store the socket and control type in the protocol array by Willy Tarreau · 3 years, 10 months ago
  6. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 3 years, 10 months ago
  7. fc97488 MEDIUM: protocol: explicitly start the receiver before the listener by Willy Tarreau · 3 years, 10 months ago
  8. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 3 years, 10 months ago
  9. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  10. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · 3 years, 10 months ago
  11. ca21262 MINOR: protocol: do not call proto->unbind_all() anymore by Willy Tarreau · 3 years, 10 months ago
  12. 9432085 MINOR: protocol: do not call proto->bind_all() anymore by Willy Tarreau · 3 years, 10 months ago
  13. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  14. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  17. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  18. 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
  19. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  20. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · 6 years ago
  21. a6e3be7 BUILD: protocol: fix some build errors on OpenBSD by Willy Tarreau · 8 years ago
  22. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · 9 years ago
  23. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago