1. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  2. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · Fri May 20 16:36:46 2022 +0200
  3. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  4. bdcee7f DEBUG: protocol: yell loudly during registration of invalid sock_domain by Willy Tarreau · Wed Oct 27 15:06:35 2021 +0200
  5. 37de553 MINOR: protocol: report the file and line number for binding/listening errors by Willy Tarreau · Thu Oct 14 11:55:48 2021 +0200
  6. ed17485 MINOR: proto_tcp: use chunk_appendf() to ouput socket setup errors by Bjoern Jacke · Tue Jan 12 19:24:43 2021 +0100
  7. eb77824 MEDIUM: proxy: remove the deprecated "grace" keyword by Willy Tarreau · Fri Jun 11 16:27:10 2021 +0200
  8. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  9. ad6722e MINOR: protocol: move __protocol_by_family to read_mostly by Willy Tarreau · Sat Apr 10 17:38:05 2021 +0200
  10. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  11. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · Tue Dec 08 12:13:54 2020 +0100
  12. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · Thu Oct 15 21:45:15 2020 +0200
  13. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · Thu Oct 15 21:29:49 2020 +0200
  14. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · Wed Oct 07 16:50:49 2020 +0200
  15. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · Fri Sep 25 17:01:43 2020 +0200
  16. 5b95ae6 MINOR: protocol: directly call enable_listener() from protocol_enable_all() by Willy Tarreau · Fri Sep 25 16:41:05 2020 +0200
  17. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · Fri Sep 25 16:30:22 2020 +0200
  18. 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · Thu Sep 24 16:26:50 2020 +0200
  19. 910c64d MEDIUM: protocol: store the socket and control type in the protocol array by Willy Tarreau · Wed Sep 16 21:28:15 2020 +0200
  20. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · Fri Sep 04 08:15:31 2020 +0200
  21. fc97488 MEDIUM: protocol: explicitly start the receiver before the listener by Willy Tarreau · Wed Sep 02 18:22:11 2020 +0200
  22. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · Tue Sep 01 10:26:22 2020 +0200
  23. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200
  24. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · Wed Sep 02 11:11:43 2020 +0200
  25. ca21262 MINOR: protocol: do not call proto->unbind_all() anymore by Willy Tarreau · Wed Sep 02 10:31:31 2020 +0200
  26. 9432085 MINOR: protocol: do not call proto->bind_all() anymore by Willy Tarreau · Tue Sep 01 18:48:35 2020 +0200
  27. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  28. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  29. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
  30. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  31. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  32. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  33. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  34. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · Tue Sep 11 16:51:28 2018 +0200
  35. a6e3be7 BUILD: protocol: fix some build errors on OpenBSD by Willy Tarreau · Wed Aug 10 18:24:48 2016 +0200
  36. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · Fri Feb 20 16:53:25 2015 +0100
  37. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200