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