summaryrefslogtreecommitdiff
path: root/include/haproxy/cfgcond.h
Commit message (Expand)AuthorAgeFilesLines
* BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parserWilly Tarreau2021-07-201-3/+3
* BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leakWilly Tarreau2021-07-171-3/+3
* MINOR: cfgcond: insert an expression between the condition and the termWilly Tarreau2021-07-161-0/+9
* MINOR: cfgcond: make the conditional term parser automatically allocate nodesWilly Tarreau2021-07-161-1/+2
* MINOR: cfgcond: start to split the condition parser to introduce termsWilly Tarreau2021-07-161-0/+2
* REORG: config: move the condition preprocessing code to its own fileWilly Tarreau2021-07-161-0/+31