summaryrefslogtreecommitdiff
path: root/include/haproxy/action.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: action: add a function to dump the list of actions for a rulesetWilly Tarreau2022-03-301-0/+1
* MINOR: actions: add new function free_act_rule() to free a single ruleWilly Tarreau2022-03-171-0/+1
* MINOR: rules: add a new function new_act_rule() to allocate act_rulesWilly Tarreau2021-10-121-0/+1
* BUILD: action: add the relevant structures for function argumentsWilly Tarreau2021-10-071-0/+3
* MINOR: action: replace match_pfx by a keyword flags fieldAmaury Denoyelle2021-05-071-2/+3
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-04-261-1/+1
* MINOR: action: Use a generic function to check validity of an action rule listChristopher Faulet2021-04-011-0/+5
* REORG: global: move free acl/action in their related source filesAmaury Denoyelle2021-03-261-0/+2
* MINOR: actions: add a function to suggest an action ressembling a given wordWilly Tarreau2021-03-121-0/+1
* MINOR: resolvers: renames some resolvers specific types to not use dns prefixEmeric Brun2021-02-131-2/+2
* BUG/MINOR: dns: add missing sent counter and parent id to dns counters.Emeric Brun2021-02-131-1/+1
* CLEANUP: Apply the coccinelle patch for `XXXcmp()` on include/Tim Duesterhus2021-01-041-1/+1
* MEDIUM: http_act: define set-timeout server/tunnel actionAmaury Denoyelle2020-12-111-0/+11
* REORG: include: move action.h to haproxy/action{,-t}.hWilly Tarreau2020-06-111-0/+93