summaryrefslogtreecommitdiff
path: root/include/haproxy/queue.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2022-10-301-1/+1
* MINOR: queue: add a pointer to the server and the proxy in the queueWilly Tarreau2021-06-241-1/+8
* MINOR: queue: add queue_init() to initialize a queueWilly Tarreau2021-06-241-0/+7
* MEDIUM: queue: simplify again the process_srv_queue() API (v2)Willy Tarreau2021-06-241-1/+1
* Revert "MEDIUM: queue: simplify again the process_srv_queue() API"Willy Tarreau2021-06-241-1/+1
* MEDIUM: queue: simplify again the process_srv_queue() APIWilly Tarreau2021-06-221-1/+1
* MINOR: server: replace the pendconns-related stuff with a struct queueWilly Tarreau2021-06-221-1/+1
* MINOR: proxy: replace the pendconns-related stuff with a struct queueWilly Tarreau2021-06-221-1/+1
* BUG/MAJOR: server: fix deadlock when changing maxconn via agent-checkAmaury Denoyelle2021-06-221-1/+1
* Revert "OPTIM: queue: don't call pendconn_unlink() when the pendconn is not q...Willy Tarreau2020-10-231-7/+8
* OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queuedWilly Tarreau2020-10-221-1/+6
* BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safeWilly Tarreau2020-10-021-1/+1
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: move stream.h to haproxy/stream{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move queue.h to haproxy/queue{,-t}.hWilly Tarreau2020-06-111-0/+114