1. fea8c19 CLEANUP: listener: only store conn counts for local threads by Willy Tarreau · Tue Feb 28 10:25:57 2023 +0100
  2. ca8a4b2 BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume by Aurelien DARRAGON · Tue Feb 07 12:36:27 2023 +0100
  3. d3ffba4 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · Mon Feb 13 17:45:08 2023 +0100
  4. 046a75e BUG/MEDIUM: resume from LI_ASSIGNED in default_resume_listener() by Aurelien DARRAGON · Tue Feb 07 12:17:20 2023 +0100
  5. 3bb2a38 BUG/MINOR: listener: fix resume_listener() resume return value handling by Aurelien DARRAGON · Tue Feb 07 13:26:14 2023 +0100
  6. 7a15fa5 BUG/MEDIUM: listener: fix pause_listener() suspend return value handling by Aurelien DARRAGON · Tue Feb 07 11:23:38 2023 +0100
  7. 2370599 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · Tue Feb 14 08:51:14 2023 +0100
  8. f5d9893 MINOR: listener: workaround for closing a tiny race between resume_listener() and stopping by Aurelien DARRAGON · Mon Feb 06 17:19:58 2023 +0100
  9. bcad7e6 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · Wed Feb 15 09:30:54 2023 +0100
  10. 4059e09 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · Mon Feb 06 17:06:03 2023 +0100
  11. f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · Tue Jan 31 19:31:27 2023 +0100
  12. 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · Thu Jan 12 19:58:42 2023 +0100
  13. f1b4730 MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf by Willy Tarreau · Thu Jan 12 19:48:50 2023 +0100
  14. 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · Thu Jan 12 19:32:45 2023 +0100
  15. 3083615 MINOR: listener: move the ->accept callback to the bind_conf by Willy Tarreau · Thu Jan 12 19:10:17 2023 +0100
  16. 758c69d MINOR: listener: move the maxconn parameter to the bind_conf by Willy Tarreau · Thu Jan 12 18:59:37 2023 +0100
  17. 1920f89 MINOR: listener: move the backlog setting from listener to bind_conf by Willy Tarreau · Thu Jan 12 18:55:13 2023 +0100
  18. 882f248 MINOR: listener: move maxaccept from listener to bind_conf by Willy Tarreau · Thu Jan 12 18:52:23 2023 +0100
  19. 7866e8e MEDIUM: listener: move the analysers mask to the bind_conf by Willy Tarreau · Thu Jan 12 18:39:42 2023 +0100
  20. b2f38c1 BUG/MINOR: thread: always reload threads_enabled in loops by Willy Tarreau · Thu Jan 19 19:14:18 2023 +0100
  21. d1ebee1 BUG/MINOR: listener: close tiny race between resume_listener() and stopping by Willy Tarreau · Thu Jan 19 11:34:21 2023 +0100
  22. 469fa47 BUILD: listener: fix build warning on global_listener_rwlock without threads by Willy Tarreau · Tue Nov 22 09:08:23 2022 +0100
  23. ddfb50e CLEANUP: listener: Remove useless task_queue from manage_global_listener_queue by Christopher Faulet · Thu Nov 17 15:16:10 2022 +0100
  24. 13e86d9 BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task by Christopher Faulet · Thu Nov 17 14:40:20 2022 +0100
  25. a57786e BUG/MINOR: listener: null pointer dereference suspected by coverity by Aurelien DARRAGON · Mon Sep 12 09:26:21 2022 +0200
  26. 187396e CLEANUP: listener: function comment typo in stop_listener() by Aurelien DARRAGON · Sun Sep 11 16:19:49 2022 +0200
  27. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · Fri Sep 09 15:51:37 2022 +0200
  28. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  29. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · Tue Jun 28 08:30:43 2022 +0200
  30. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · Wed Jul 06 11:22:42 2022 +0200
  31. 740038c MINOR: listener/config: make "thread" always support up to LONGBITS by Willy Tarreau · Fri Jul 15 17:18:23 2022 +0200
  32. acd6441 MEDIUM: config: remove the "process" keyword on "bind" lines by Willy Tarreau · Fri Jul 15 17:16:01 2022 +0200
  33. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · Wed Jun 22 09:19:46 2022 +0200
  34. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · Sat May 21 23:58:40 2022 +0200
  35. 287f32f MINOR: listener: automatically enable SSL if a QUIC transport is found by Willy Tarreau · Fri May 20 18:16:52 2022 +0200
  36. 2071a99 MINOR: listener/ssl: set the SSL xprt layer only once the whole config is known by Willy Tarreau · Fri May 20 17:14:31 2022 +0200
  37. 78d0dcd MINOR: listener: set the QUIC xprt layer immediately after parsing the args by Willy Tarreau · Fri May 20 17:10:00 2022 +0200
  38. 64306cc MINOR: listener: detect stream vs dgram conflict during parsing by Willy Tarreau · Fri May 20 16:20:52 2022 +0200
  39. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · Fri May 20 15:56:32 2022 +0200
  40. 3882d2a MINOR: listener: provide a function to process all of a bind_conf's arguments by Willy Tarreau · Fri May 20 15:41:45 2022 +0200
  41. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · Mon May 09 20:41:54 2022 +0200
  42. e01b08d CLEANUP: listeners/deinit: release accept queue tasklets on deinit by Willy Tarreau · Wed Apr 27 18:42:47 2022 +0200
  43. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · Tue Apr 26 10:30:35 2022 +0200
  44. e4d09ce MINOR: sock: check configured limits at the sock layer, not the listener's by Willy Tarreau · Mon Apr 11 15:01:37 2022 +0200
  45. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · Tue Mar 29 15:02:44 2022 +0200
  46. fed93d3 BUG/MEDIUM: listener: read-lock the listener during accept() by Willy Tarreau · Tue Feb 01 16:37:00 2022 +0100
  47. 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · Tue Feb 01 16:23:00 2022 +0100
  48. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · Tue Jan 25 16:21:47 2022 +0100
  49. 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · Wed Jan 19 11:37:50 2022 +0100
  50. 6d19f0d CLEANUP: listeners: remove unreachable code in clone_listener() by Willy Tarreau · Sat Oct 16 14:58:30 2021 +0200
  51. a146289 BUG/MINOR: listener: fix incorrect return on out-of-memory by Willy Tarreau · Sat Oct 16 14:45:29 2021 +0200
  52. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  53. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · Tue Oct 12 09:36:10 2021 +0200
  54. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  55. d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · Wed Sep 29 18:50:31 2021 +0200
  56. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · Thu Sep 30 18:48:37 2021 +0200
  57. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  58. dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · Wed Oct 06 09:05:08 2021 +0200
  59. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · Wed Oct 06 19:54:09 2021 +0200
  60. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  61. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · Tue Sep 21 14:31:29 2021 +0200
  62. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  63. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · Tue Jun 15 08:13:20 2021 +0200
  64. 5958c43 BUILD: listener: include proxy.h from listener.c by Willy Tarreau · Sat May 08 20:30:37 2021 +0200
  65. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  66. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  67. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · Fri Mar 12 10:14:07 2021 +0100
  68. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  69. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  70. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · Thu Mar 04 17:31:47 2021 +0100
  71. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · Fri Feb 19 15:50:27 2021 +0100
  72. 3679d0c MINOR: stats: add helper to get status string by William Dauchy · Sun Feb 14 23:22:55 2021 +0100
  73. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · Fri Jan 29 14:29:06 2021 +0100
  74. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · Fri Jan 29 12:25:23 2021 +0100
  75. 02757d0 Revert "BUG/MEDIUM: listener: do not accept connections faster than we can process them" by Willy Tarreau · Thu Jan 28 18:07:24 2021 +0100
  76. 62e8aaa BUG/MEDIUM: listener: do not accept connections faster than we can process them by Willy Tarreau · Wed Jan 27 17:22:29 2021 +0100
  77. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · Fri Dec 04 15:03:36 2020 +0100
  78. 07400c5 MINOR: listener: automatically set the port when creating listeners by Willy Tarreau · Fri Dec 04 14:49:11 2020 +0100
  79. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · Tue Nov 10 14:24:31 2020 +0100
  80. 38dba27 BUG/MEDIUM: listener: only enable a listening listener if needed by Willy Tarreau · Wed Nov 04 13:54:00 2020 +0100
  81. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  82. 835712a BUG/MINOR: listener: close before free in `listener_accept` by William Dauchy · Sun Oct 18 18:37:43 2020 +0200
  83. 0aa5a5b BUILD: listener: avoir a build warning when threads are disabled by Willy Tarreau · Fri Oct 16 17:43:04 2020 +0200
  84. 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
  85. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · Thu Oct 15 21:22:29 2020 +0200
  86. caa91de MEDIUM: listener: remove the second pass of fd manipulation at the end by Willy Tarreau · Thu Oct 15 20:27:02 2020 +0200
  87. 9378bbe MEDIUM: listener: use protocol->accept_conn() to accept a connection by Willy Tarreau · Thu Oct 15 10:09:31 2020 +0200
  88. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · Wed Oct 14 17:37:17 2020 +0200
  89. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · Thu Oct 15 20:08:55 2020 +0200
  90. 258b351 BUG/MINOR: listener: detect and handle shared sockets stopped in other processes by Willy Tarreau · Tue Oct 13 17:46:05 2020 +0200
  91. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · Fri Oct 09 17:02:21 2020 +0200
  92. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · Fri Oct 09 17:18:29 2020 +0200
  93. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · Fri Oct 09 16:32:08 2020 +0200
  94. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
  95. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · Fri Oct 09 15:55:23 2020 +0200
  96. 374e9af MEDIUM: listener: let do_unbind_listener() decide whether to close or not by Willy Tarreau · Fri Oct 09 15:47:17 2020 +0200
  97. 87acd4e BROKEN/MEDIUM: listeners: rework the unbind logic to make it idempotent by Willy Tarreau · Thu Oct 08 15:36:46 2020 +0200
  98. d6afb53 MEDIUM: listeners: always close master vs worker listeners by Willy Tarreau · Fri Oct 09 10:35:40 2020 +0200
  99. 95a3460 MINOR: listener: add a few BUG_ON() statements to detect inconsistencies by Willy Tarreau · Thu Oct 08 15:32:21 2020 +0200
  100. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · Wed Oct 07 16:31:39 2020 +0200