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