summaryrefslogtreecommitdiff
path: root/include/haproxy/pattern.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: pattern: remove export of non-existent function pattern_delete()Dragan Dosen2021-05-251-1/+0
* CLEANUP: pattern: remove the unused and dangerous pat_ref_reload()Willy Tarreau2021-05-111-1/+0
* MINOR: pattern: support purging arbitrary ranges of generationsWilly Tarreau2021-04-301-1/+15
* CLEANUP: pattern: make all pattern tables read-onlyWilly Tarreau2021-04-101-6/+6
* CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/orWilly Tarreau2021-04-071-1/+1
* MINOR: pattern: add the missing generation ID manipulation functionsWilly Tarreau2021-01-151-0/+41
* CLEANUP: pattern: rename pat_ref_commit() to pat_ref_commit_elt()Willy Tarreau2021-01-151-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2020-12-211-1/+1
* MINOR: pattern: add pat_ref_purge_older() to purge old entriesWilly Tarreau2020-11-051-0/+1
* MINOR: pattern: implement pat_ref_load() to load a pattern at a given generationWilly Tarreau2020-11-051-1/+1
* MINOR: pattern: add pat_ref_commit() to commit a previously inserted elementWilly Tarreau2020-11-051-0/+1
* MINOR: pattern: introduce pat_ref_delete_by_ptr() to delete a valid referenceWilly Tarreau2020-11-051-0/+1
* CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete()Willy Tarreau2020-11-051-1/+0
* MINOR: pattern: remerge the list and tree deletion functionsWilly Tarreau2020-11-051-3/+2
* MEDIUM: pattern: change the pat_del_* functions to delete from the referencesWilly Tarreau2020-11-051-7/+5
* MINOR: pattern: make the delete and prune functions more genericWilly Tarreau2020-11-051-6/+2
* MINOR: pattern: export pat_ref_push()Willy Tarreau2020-10-311-0/+1
* MINOR: pattern: make pat_ref_append() return the newly added elementWilly Tarreau2020-10-311-1/+1
* MEDIUM: map: make the "clear map" operation yieldWilly Tarreau2020-06-191-1/+1
* CLEANUP: include: move sample_data out of sample-t.hWilly Tarreau2020-06-111-0/+1
* REORG: include: move pattern.h to haproxy/pattern{,-t}.hWilly Tarreau2020-06-111-0/+220