summaryrefslogtreecommitdiff
path: root/include/haproxy/global.h
Commit message (Expand)AuthorAgeFilesLines
* MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flagWilly Tarreau2022-07-011-1/+0
* CLEANUP: config: remove unused proc_mask()Willy Tarreau2022-07-011-6/+0
* DEBUG: move the tainted stuff to bug.h for easier inclusionWilly Tarreau2022-02-251-10/+0
* CLEANUP: tree-wide: fix prototypes for functions taking no arguments.Tim Duesterhus2021-09-151-2/+2
* MEDIUM: global: remove the relative_pid from global and mworkerWilly Tarreau2021-06-151-1/+0
* CLEANUP: global: remove pid_bit and all_proc_maskWilly Tarreau2021-06-151-4/+2
* CLEANUP: global: remove unused definition of stopping_task[]Willy Tarreau2021-06-151-2/+0
* REORG: mworker: move proc_self from global to mworkerWilly Tarreau2021-05-081-2/+0
* REORG: threads: move all_thread_mask() to thread.hWilly Tarreau2021-05-081-6/+0
* REORG: vars: move the "proc" scope variables out of the global structWilly Tarreau2021-05-081-1/+0
* MINOR: cli: set tainted when using CLI expert/experimental modeAmaury Denoyelle2021-05-071-0/+2
* MINOR: action: implement experimental actionsAmaury Denoyelle2021-05-071-0/+1
* MINOR: cfgparse: implement experimental config keywordsAmaury Denoyelle2021-05-071-1/+7
* MINOR: global: define tainted flagAmaury Denoyelle2021-05-071-0/+7
* MINOR: global: add version comparison functionsWilly Tarreau2021-05-061-0/+2
* MINOR: global: export the build features string listWilly Tarreau2021-05-061-0/+1
* MEDIUM: connection: close front idling connection on soft-stopAmaury Denoyelle2021-05-051-0/+2
* REORG: global: move initcall register code in a dedicated fileAmaury Denoyelle2021-03-261-51/+0
* MINOR: init: Fix the prototype for per-thread free callbacksChristopher Faulet2020-11-131-1/+1
* MINOR: peers: do not use localpeer as an array anymoreDragan Dosen2020-06-191-1/+1
* BUILD: haproxy: mark deinit_and_exit() as noreturnWilly Tarreau2020-06-151-1/+1
* MINOR: haproxy: Add void deinit_and_exit(int)Tim Duesterhus2020-06-141-0/+1
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-2/+2
* REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.hWilly Tarreau2020-06-111-1/+0
* CLEANUP: include: don't include proxy-t.h in global-t.hWilly Tarreau2020-06-111-2/+2
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: split global.h into haproxy/global{,-t}.hWilly Tarreau2020-06-111-0/+156