1. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  2. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · Fri Apr 28 07:39:44 2023 +0200
  3. ddab05b BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once by Willy Tarreau · Sat Jul 30 09:53:22 2022 +0200
  4. 3fdacdd MEDIUM: queue: revert to regular inter-task wakeups by Willy Tarreau · Thu Jun 16 16:10:05 2022 +0200
  5. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  6. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  7. 27fab1d MEDIUM: queue: use tasklet_instant_wakeup() to wake tasks by Willy Tarreau · Fri Apr 22 18:37:56 2022 +0200
  8. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  9. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  10. cc8348f MINOR: queue: Replace if() + abort() with BUG_ON() by Tim Duesterhus · Mon Feb 28 19:16:31 2022 +0100
  11. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 12:24:35 2021 +0100
  12. 266d540 BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch by Willy Tarreau · Fri Dec 24 11:27:53 2021 +0100
  13. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · Tue Aug 31 17:21:39 2021 +0200
  14. 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
  15. 19c5581 BUG: backend: stop looking for queued connections once there's no more by Willy Tarreau · Thu Jun 24 15:51:12 2021 +0200
  16. d03adce MINOR: queue: simplify pendconn_unlink() regarding srv vs px by Willy Tarreau · Wed Jun 23 16:54:16 2021 +0200
  17. 51c63f0 MINOR: queue: remove the px/srv fields from pendconn by Willy Tarreau · Wed Jun 23 16:43:45 2021 +0200
  18. 8429097 MINOR: queue: store a pointer to the queue into the pendconn by Willy Tarreau · Wed Jun 23 16:33:52 2021 +0200
  19. ae0b12e MEDIUM: queue: use a trylock on the server's queue by Willy Tarreau · Thu Jun 24 08:30:07 2021 +0200
  20. 49667c1 MEDIUM: queue: take the proxy lock only during the px queue accesses by Willy Tarreau · Thu Jun 24 08:04:24 2021 +0200
  21. 98c8910 MINOR: queue: use atomic-ops to update the queue's index (v2) by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  22. 12529c0 MINOR: queue: factor out the proxy/server queuing code (v2) by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  23. 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
  24. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  25. 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  26. 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
  27. a48905b Revert "MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn" by Willy Tarreau · Thu Jun 24 07:27:01 2021 +0200
  28. d83c98e Revert "MINOR: queue: update proxy->served once out of the loop" by Willy Tarreau · Thu Jun 24 07:26:59 2021 +0200
  29. e76fc32 Revert "MEDIUM: queue: refine the locking in process_srv_queue()" by Willy Tarreau · Thu Jun 24 07:26:57 2021 +0200
  30. 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · Thu Jun 24 07:26:28 2021 +0200
  31. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200
  32. 58f4dfb Revert "MINOR: queue: factor out the proxy/server queuing code" by Willy Tarreau · Thu Jun 24 07:22:15 2021 +0200
  33. a4a9bba Revert "MINOR: queue: use atomic-ops to update the queue's index" by Willy Tarreau · Thu Jun 24 07:22:12 2021 +0200
  34. 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
  35. 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
  36. 90a160a Revert "MEDIUM: queue: unlock as soon as possible" by Willy Tarreau · Thu Jun 24 07:21:59 2021 +0200
  37. 2bf3f2c Revert "MINOR: queue: make pendconn_first() take the lock by itself" by Willy Tarreau · Thu Jun 24 07:20:26 2021 +0200
  38. 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · Fri Jun 18 20:32:50 2021 +0200
  39. 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · Fri Jun 18 20:12:11 2021 +0200
  40. 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · Fri Jun 18 19:57:34 2021 +0200
  41. de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · Fri Jun 18 19:45:17 2021 +0200
  42. 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  43. 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  44. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  45. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  46. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  47. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  48. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · Fri Jun 18 18:29:25 2021 +0200
  49. 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · Fri Jun 18 19:08:23 2021 +0200
  50. 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · Fri Jun 18 18:58:07 2021 +0200
  51. 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · Fri Jun 18 18:48:06 2021 +0200
  52. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  53. 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · Fri Jun 18 10:33:47 2021 +0200
  54. 7867ceb BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · Wed Jun 16 08:42:23 2021 +0200
  55. c1a689f BUILD: queue: include tools.h from queue.c by Willy Tarreau · Sat May 08 13:59:05 2021 +0200
  56. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  57. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · Tue Apr 06 11:44:07 2021 +0200
  58. 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
  59. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · Wed Feb 17 13:33:24 2021 +0100
  60. 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
  61. 5472aa5 BUG/MEDIUM: queue: fix unsafe proxy pointer when counting nbpend by Willy Tarreau · Sat Oct 24 12:57:41 2020 +0200
  62. 96bca33 OPTIM: queue: decrement the nbpend and totpend counters outside of the lock by Willy Tarreau · Wed Oct 21 12:01:28 2020 +0200
  63. 56c1cfb OPTIM: queue: make the nbpend counters atomic by Willy Tarreau · Wed Oct 21 11:45:44 2020 +0200
  64. c7eedf7 MINOR: queue: reduce the locked area in pendconn_add() by Willy Tarreau · Wed Oct 21 11:31:12 2020 +0200
  65. 3e3ae25 MINOR: queue: split __pendconn_unlink() in per-srv and per-prx by Willy Tarreau · Wed Oct 21 11:20:07 2020 +0200
  66. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  67. ef71f01 BUG/MINOR: queue: properly report redistributed connections by Willy Tarreau · Wed Oct 21 11:54:38 2020 +0200
  68. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  69. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  70. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  71. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  72. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  73. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  74. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  75. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  76. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  77. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  78. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  79. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  80. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  81. 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
  82. 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
  83. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  84. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  85. 9ada030 BUG/MINOR: queue/threads: make the queue unlinking atomic by Willy Tarreau · Thu Nov 14 14:58:39 2019 +0100
  86. 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
  87. 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
  88. bff005a BUG/MEDIUM: queue: fix the tree walk in pendconn_redistribute. by Willy Tarreau · Mon May 27 08:10:11 2019 +0200
  89. b4df492 MEDIUM: queues: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:54:16 2019 +0100
  90. d8499ec CLEANUP: Fix a typo in the queue subsystem by Joseph Herlant · Sun Nov 25 11:26:48 2018 -0800
  91. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  92. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  93. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  94. deca26c BUG/MAJOR: queue/threads: make pendconn_redistribute not lock the server by Willy Tarreau · Tue Aug 21 18:11:03 2018 +0200
  95. 248cb4c MEDIUM: queue: adjust position based on priority-class and priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  96. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  97. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  98. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  99. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  100. 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