summaryrefslogtreecommitdiff
path: root/include/haproxy/vars.h
Commit message (Expand)AuthorAgeFilesLines
* OPTIM: vars: only takes the variables lock on shared entriesWilly Tarreau2021-09-081-8/+12
* MINOR: vars: centralize the lock/unlock into static inlinesWilly Tarreau2021-09-081-0/+24
* MEDIUM: vars: make var_clear() only reset VF_PERMANENT variablesWilly Tarreau2021-09-081-1/+1
* MINOR: vars: rename vars_init() to vars_init_head()Willy Tarreau2021-09-081-1/+1
* MINOR: vars: make vars_get_by_* support an optional default valueWilly Tarreau2021-09-031-2/+2
* REORG: vars: move the "proc" scope variables out of the global structWilly Tarreau2021-05-081-0/+2
* MINOR: vars: replace static functions with global onesMiroslav Zagorac2020-12-161-0/+2
* 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 session.h to haproxy/session{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move vars.h to haproxy/vars{,-t}.hWilly Tarreau2020-06-111-0/+40