1. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · Fri Oct 09 17:02:21 2020 +0200
  2. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · Fri Oct 09 17:18:29 2020 +0200
  3. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · Fri Oct 09 16:32:08 2020 +0200
  4. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
  5. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · Fri Oct 09 15:55:23 2020 +0200
  6. 374e9af MEDIUM: listener: let do_unbind_listener() decide whether to close or not by Willy Tarreau · Fri Oct 09 15:47:17 2020 +0200
  7. 87acd4e BROKEN/MEDIUM: listeners: rework the unbind logic to make it idempotent by Willy Tarreau · Thu Oct 08 15:36:46 2020 +0200
  8. d6afb53 MEDIUM: listeners: always close master vs worker listeners by Willy Tarreau · Fri Oct 09 10:35:40 2020 +0200
  9. 95a3460 MINOR: listener: add a few BUG_ON() statements to detect inconsistencies by Willy Tarreau · Thu Oct 08 15:32:21 2020 +0200
  10. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · Wed Oct 07 16:31:39 2020 +0200
  11. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · Wed Oct 07 15:58:50 2020 +0200
  12. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · Wed Oct 07 15:36:16 2020 +0200
  13. 4b51f42 MEDIUM: listeners: now use the listener's ->enable/disable by Willy Tarreau · Fri Sep 25 20:32:28 2020 +0200
  14. 010fe15 MINOR: listener: use the protocol's ->rx_resume() method when available by Willy Tarreau · Fri Sep 25 17:31:05 2020 +0200
  15. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · Fri Sep 25 17:12:32 2020 +0200
  16. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · Fri Sep 25 17:01:43 2020 +0200
  17. dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · Fri Sep 25 16:46:38 2020 +0200
  18. 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · Fri Sep 25 16:40:18 2020 +0200
  19. d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · Fri Sep 25 16:31:30 2020 +0200
  20. e53608b MINOR: listeners: move fd_stop_recv() to the receiver's socket code by Willy Tarreau · Thu Sep 24 18:20:37 2020 +0200
  21. fb76bd5 BUG/MEDIUM: listeners: correctly report pause() errors by Willy Tarreau · Thu Sep 24 18:07:48 2020 +0200
  22. 58651b4 MEDIUM: listener/proxy: make the listeners notify about proxy pause/resume by Willy Tarreau · Thu Sep 24 16:03:29 2020 +0200
  23. 5d7f9ce MINOR: listeners: check the current listener earlier state in resume_listener() by Willy Tarreau · Thu Sep 24 18:54:11 2020 +0200
  24. 9b3a932 MINOR: listeners: check the current listener state in pause_listener() by Willy Tarreau · Thu Sep 24 14:46:34 2020 +0200
  25. efc0eec MINOR: proxy: maintain per-state counters of listeners by Willy Tarreau · Thu Sep 24 07:27:06 2020 +0200
  26. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · Thu Sep 24 07:23:45 2020 +0200
  27. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · Wed Sep 23 17:34:22 2020 +0200
  28. b6607bf MEDIUM: listeners: make unbind_listener() converge if needed by Willy Tarreau · Wed Sep 23 16:24:23 2020 +0200
  29. cb89e32 MEDIUM: listeners: don't bounce listeners management between queues by Willy Tarreau · Fri Sep 25 11:22:59 2020 +0200
  30. 02e1975 BUG/MEDIUM: listeners: do not pause foreign listeners by Willy Tarreau · Wed Sep 23 17:17:22 2020 +0200
  31. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · Wed Sep 16 17:58:55 2020 +0200
  32. 909c23b MINOR: listener: remove the inherited arg to create_listener() by Willy Tarreau · Tue Sep 15 13:50:58 2020 +0200
  33. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · Tue Sep 01 10:26:22 2020 +0200
  34. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · Tue Sep 01 15:41:59 2020 +0200
  35. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · Tue Sep 01 10:47:07 2020 +0200
  36. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · Thu Sep 03 07:50:19 2020 +0200
  37. eef4542 MINOR: receiver: link the receiver to its owner by Willy Tarreau · Thu Sep 03 10:05:03 2020 +0200
  38. 0fce6bc MINOR: receiver: link the receiver to its settings by Willy Tarreau · Thu Sep 03 07:46:06 2020 +0200
  39. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200
  40. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · Thu Aug 27 08:16:52 2020 +0200
  41. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  42. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · Thu Sep 03 07:18:55 2020 +0200
  43. 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · Tue Sep 01 18:54:13 2020 +0200
  44. 063d47d REORG: listener: move xfer_sock_list to sock.{c,h}. by Willy Tarreau · Fri Aug 28 16:29:53 2020 +0200
  45. 6767245 MEDIUM: fd: replace usages of fd_remove() with fd_stop_both() by Willy Tarreau · Wed Aug 26 11:44:17 2020 +0200
  46. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  47. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  48. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  49. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  50. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  51. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  52. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  53. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  54. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  55. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  56. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  57. f07f30c REORG: include: move proto/proto_sockpair.h to haproxy/proto_sockpair.h by Willy Tarreau · Thu Jun 04 08:41:30 2020 +0200
  58. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  59. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  60. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
  61. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  62. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  63. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · Fri Jun 05 08:40:51 2020 +0200
  64. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  65. 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
  66. 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
  67. 784063e MINOR: config: Don't dump keywords if argument is NULL by Christopher Faulet · Mon May 18 12:14:18 2020 +0200
  68. 8d2c98b BUG/MEDIUM: listener: mark the thread as not stuck inside the loop by Willy Tarreau · Fri May 01 09:51:11 2020 +0200
  69. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  70. eb421b2 MINOR: listener: add so_name sample fetch by Jerome Magnin · Fri Mar 27 22:08:40 2020 +0100
  71. a7da5e8 BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping by Willy Tarreau · Thu Mar 12 17:33:29 2020 +0100
  72. 618ac6e CLEANUP: drop support for USE_MY_ACCEPT4 by Willy Tarreau · Tue Mar 10 07:02:46 2020 +0100
  73. 50b6594 BUG/MEDIUM: listener: only consider running threads when resuming listeners by Willy Tarreau · Wed Feb 12 10:01:29 2020 +0100
  74. eeea808 BUG/MAJOR: listener: do not schedule a task-less proxy by Willy Tarreau · Wed Jan 08 19:15:07 2020 +0100
  75. cdcba11 BUG/MINOR: listener: do not immediately resume on transient error by Willy Tarreau · Wed Dec 11 15:06:30 2019 +0100
  76. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · Tue Dec 10 11:18:41 2019 +0100
  77. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · Tue Dec 10 14:10:52 2019 +0100
  78. 0591bf7 MINOR: listener: make the wait paths cleaner and more reliable by Willy Tarreau · Tue Dec 10 12:01:21 2019 +0100
  79. 9207993 BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept() by Willy Tarreau · Tue Dec 10 09:30:05 2019 +0100
  80. 20aeb1c BUG/MINOR: listener: also clear the error flag on a paused listener by Willy Tarreau · Tue Dec 10 08:42:21 2019 +0100
  81. 7cdeb61 BUG/MINOR: listener/threads: always use atomic ops to clear the FD events by Willy Tarreau · Tue Dec 10 08:37:04 2019 +0100
  82. 4c044e2 BUG/MEDIUM: listener/thread: fix a race when pausing a listener by Willy Tarreau · Thu Dec 05 07:40:32 2019 +0100
  83. 93604ed BUG/MEDIUM: listeners: always pause a listener on out-of-resource condition by Willy Tarreau · Fri Nov 15 10:20:07 2019 +0100
  84. 2bd65a7 OPTIM: listeners: use tasklets for the multi-queue rings by Willy Tarreau · Tue Sep 24 06:55:18 2019 +0200
  85. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  86. ad6c2ea BUG/MINOR: listener: Fix a possible null pointer dereference by Christopher Faulet · Tue Sep 10 10:01:26 2019 +0200
  87. 6ee9f8d BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() by Willy Tarreau · Mon Aug 26 10:55:52 2019 +0200
  88. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  89. f2cb169 BUG/MAJOR: listener: fix thread safety in resume_listener() by Willy Tarreau · Thu Jul 11 10:08:31 2019 +0200
  90. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · Tue Apr 30 12:17:13 2019 +0200
  91. 85d0424 BUG/MINOR: listener/mq: correctly scan all bound threads under low load by Willy Tarreau · Tue Apr 16 18:09:13 2019 +0200
  92. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · Fri Apr 12 15:27:17 2019 +0200
  93. 0d85844 BUG/MINOR: listener: renice the accept ring processing task by Willy Tarreau · Fri Apr 12 15:25:04 2019 +0200
  94. 5671662 BUILD/MINOR: listener: Silent a few signedness warnings. by David Carlier · Wed Mar 27 16:08:42 2019 +0000
  95. 57cb506 BUILD: listener: shut up a build warning when threads are disabled by Willy Tarreau · Fri Mar 15 17:16:34 2019 +0100
  96. 897e2c5 BUG/MEDIUM: listener: make sure we don't pick stopped threads by Willy Tarreau · Wed Mar 13 15:03:53 2019 +0100
  97. 64213e9 MEDIUM: listeners: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:52:57 2019 +0100
  98. a518856 BUG/MEDIUM: listeners: Don't call fd_stop_recv() if fd_updt is NULL. by Olivier Houchard · Fri Mar 08 15:35:42 2019 +0100
  99. 0cf3317 MINOR: listener: move thr_idx from the bind_conf to the listener by Willy Tarreau · Wed Mar 06 15:26:33 2019 +0100
  100. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · Tue Mar 05 19:25:26 2019 +0100