1. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · Tue Aug 31 17:21:39 2021 +0200
  2. 47ee44f BUG/MINOR: queue/debug: use the correct lock labels on the queue lock by Willy Tarreau · Thu Jun 24 16:00:18 2021 +0200
  3. 19c5581 BUG: backend: stop looking for queued connections once there's no more by Willy Tarreau · Thu Jun 24 15:51:12 2021 +0200
  4. d03adce MINOR: queue: simplify pendconn_unlink() regarding srv vs px by Willy Tarreau · Wed Jun 23 16:54:16 2021 +0200
  5. 51c63f0 MINOR: queue: remove the px/srv fields from pendconn by Willy Tarreau · Wed Jun 23 16:43:45 2021 +0200
  6. 8429097 MINOR: queue: store a pointer to the queue into the pendconn by Willy Tarreau · Wed Jun 23 16:33:52 2021 +0200
  7. ae0b12e MEDIUM: queue: use a trylock on the server's queue by Willy Tarreau · Thu Jun 24 08:30:07 2021 +0200
  8. 49667c1 MEDIUM: queue: take the proxy lock only during the px queue accesses by Willy Tarreau · Thu Jun 24 08:04:24 2021 +0200
  9. 98c8910 MINOR: queue: use atomic-ops to update the queue's index (v2) by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  10. 12529c0 MINOR: queue: factor out the proxy/server queuing code (v2) by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  11. a0e9c55 MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2) by Willy Tarreau · Fri Jun 18 19:45:17 2021 +0200
  12. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  13. 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  14. 9cef43a MEDIUM: queue: update px->served and lb's take_conn once per loop by Willy Tarreau · Thu Jun 24 07:47:08 2021 +0200
  15. a48905b Revert "MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn" by Willy Tarreau · Thu Jun 24 07:27:01 2021 +0200
  16. d83c98e Revert "MINOR: queue: update proxy->served once out of the loop" by Willy Tarreau · Thu Jun 24 07:26:59 2021 +0200
  17. e76fc32 Revert "MEDIUM: queue: refine the locking in process_srv_queue()" by Willy Tarreau · Thu Jun 24 07:26:57 2021 +0200
  18. 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · Thu Jun 24 07:26:28 2021 +0200
  19. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200
  20. 58f4dfb Revert "MINOR: queue: factor out the proxy/server queuing code" by Willy Tarreau · Thu Jun 24 07:22:15 2021 +0200
  21. a4a9bba Revert "MINOR: queue: use atomic-ops to update the queue's index" by Willy Tarreau · Thu Jun 24 07:22:12 2021 +0200
  22. ddac4a1 Revert "MEDIUM: queue: determine in process_srv_queue() if the proxy is usable" by Willy Tarreau · Thu Jun 24 07:22:08 2021 +0200
  23. 5343d8e Revert "MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm()" by Willy Tarreau · Thu Jun 24 07:22:03 2021 +0200
  24. 90a160a Revert "MEDIUM: queue: unlock as soon as possible" by Willy Tarreau · Thu Jun 24 07:21:59 2021 +0200
  25. 2bf3f2c Revert "MINOR: queue: make pendconn_first() take the lock by itself" by Willy Tarreau · Thu Jun 24 07:20:26 2021 +0200
  26. 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · Fri Jun 18 20:32:50 2021 +0200
  27. 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · Fri Jun 18 20:12:11 2021 +0200
  28. 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · Fri Jun 18 19:57:34 2021 +0200
  29. de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · Fri Jun 18 19:45:17 2021 +0200
  30. 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  31. 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  32. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  33. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  34. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  35. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  36. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · Fri Jun 18 18:29:25 2021 +0200
  37. 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · Fri Jun 18 19:08:23 2021 +0200
  38. 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · Fri Jun 18 18:58:07 2021 +0200
  39. 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · Fri Jun 18 18:48:06 2021 +0200
  40. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  41. 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · Fri Jun 18 10:33:47 2021 +0200
  42. 7867ceb BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · Wed Jun 16 08:42:23 2021 +0200
  43. c1a689f BUILD: queue: include tools.h from queue.c by Willy Tarreau · Sat May 08 13:59:05 2021 +0200
  44. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  45. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · Tue Apr 06 11:44:07 2021 +0200
  46. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · Wed Feb 17 16:01:37 2021 +0100
  47. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · Wed Feb 17 13:33:24 2021 +0100
  48. cd7126b CLEANUP: queue: Remove useless tests on p or pp in pendconn_process_next_strm() by Christopher Faulet · Thu Feb 11 11:13:33 2021 +0100
  49. 5472aa5 BUG/MEDIUM: queue: fix unsafe proxy pointer when counting nbpend by Willy Tarreau · Sat Oct 24 12:57:41 2020 +0200
  50. 96bca33 OPTIM: queue: decrement the nbpend and totpend counters outside of the lock by Willy Tarreau · Wed Oct 21 12:01:28 2020 +0200
  51. 56c1cfb OPTIM: queue: make the nbpend counters atomic by Willy Tarreau · Wed Oct 21 11:45:44 2020 +0200
  52. c7eedf7 MINOR: queue: reduce the locked area in pendconn_add() by Willy Tarreau · Wed Oct 21 11:31:12 2020 +0200
  53. 3e3ae25 MINOR: queue: split __pendconn_unlink() in per-srv and per-prx by Willy Tarreau · Wed Oct 21 11:20:07 2020 +0200
  54. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  55. ef71f01 BUG/MINOR: queue: properly report redistributed connections by Willy Tarreau · Wed Oct 21 11:54:38 2020 +0200
  56. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  57. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  58. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  59. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  60. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  61. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  62. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  63. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  64. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  65. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  66. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  67. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  68. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  69. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  70. 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
  71. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  72. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  73. 9ada030 BUG/MINOR: queue/threads: make the queue unlinking atomic by Willy Tarreau · Thu Nov 14 14:58:39 2019 +0100
  74. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · Tue Jul 30 11:59:34 2019 +0200
  75. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  76. bff005a BUG/MEDIUM: queue: fix the tree walk in pendconn_redistribute. by Willy Tarreau · Mon May 27 08:10:11 2019 +0200
  77. b4df492 MEDIUM: queues: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:54:16 2019 +0100
  78. d8499ec CLEANUP: Fix a typo in the queue subsystem by Joseph Herlant · Sun Nov 25 11:26:48 2018 -0800
  79. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  80. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  81. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  82. deca26c BUG/MAJOR: queue/threads: make pendconn_redistribute not lock the server by Willy Tarreau · Tue Aug 21 18:11:03 2018 +0200
  83. 248cb4c MEDIUM: queue: adjust position based on priority-class and priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  84. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  85. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  86. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  87. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  88. a869465 BUG/MEDIUM: queue: prevent a backup server from draining the proxy's connections by Willy Tarreau · Tue Aug 07 10:44:58 2018 +0200
  89. ecfe673 MINOR: threads/queue: Get rid of THREAD_WANT_SYNC in the queue code. by Olivier Houchard · Thu Jul 26 18:47:27 2018 +0200
  90. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · Thu Jul 26 08:23:24 2018 +0200
  91. 7c6f8a2 MINOR: queue: implement pendconn queue locking functions by Willy Tarreau · Thu Jul 26 08:03:14 2018 +0200
  92. 88930dd MINOR: queue: use a distinct variable for the assigned server and the queue by Willy Tarreau · Thu Jul 26 07:38:54 2018 +0200
  93. c1a60d6 MINOR: queue: make sure pendconn->strm->pend_pos is always valid by Willy Tarreau · Thu Jul 26 07:33:44 2018 +0200
  94. 6bdd05c DOC: queue: document the expected locking model for the server's queue by Willy Tarreau · Wed Jul 25 15:21:00 2018 +0200
  95. d0ad4a8 MEDIUM: queue: make pendconn_free() work on the stream instead by Willy Tarreau · Wed Jul 25 11:13:53 2018 +0200
  96. 9624fae MINOR: queue: centralize dequeuing code a bit better by Willy Tarreau · Wed Jul 25 08:04:20 2018 +0200
  97. 7741c85 BUILD/MINOR: fix build when USE_THREAD is not defined by Ilya Shipitsin · Sat Mar 24 17:17:32 2018 +0500
  98. fd83f0b BUG/MEDIUM: threads/queue: wake up other threads upon dequeue by Christopher Faulet · Mon Mar 19 15:22:09 2018 +0100
  99. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  100. 103e566 BUG/MAJOR: threads/queue: avoid recursive locking in pendconn_get_next_strm() by Willy Tarreau · Sun Nov 26 18:48:14 2017 +0100