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