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