Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a1065a1a4f7cb1f18d3036751c6451a7666cae5b
/
src
/
pattern.c
86abe44
MEDIUM: init: use self-initializing spinlocks and rwlocks
by Willy Tarreau
· 6 years ago
4189d67
CLEANUP: Fix typos in the pattern subsystem
by Joseph Herlant
· 6 years ago
f147479
BUG/MEDIUM: patterns: fix possible double free when reloading a pattern list
by Dragan Dosen
· 6 years ago
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
579fb25
BUG/MAJOR: map: fix a segfault when using http-request set-map
by William Lallemand
· 6 years ago
564d15a
BUG/MINOR: pattern: Add a missing HA_SPIN_INIT() in pat_ref_newid()
by Aurélien Nephtali
· 7 years ago
9dcf9b6
MINOR: threads: Use __decl_hathreads to declare locks
by Christopher Faulet
· 7 years ago
09fdf4b
BUG/MINOR: pattern: Rely on the sample type to copy it in pattern_exec_match
by Christopher Faulet
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
b5997f7
MAJOR: threads/map: Make acls/maps thread safe
by Emeric Brun
· 7 years ago
7d27f3c
BUG/MEDIUM: map/acl: fix unwanted flags inheritance.
by Emeric Brun
· 7 years ago
8d85aa4
BUG/MAJOR: map: fix segfault during 'show map/acl' on cli.
by Emeric Brun
· 7 years ago
e6e22e8
BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition
by Andreas Seltenreich
· 9 years ago
f065319
CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
by Andreas Seltenreich
· 9 years ago
8feaa66
MINOR: map: Add regex matching replacement
by Thierry Fournier
· 9 years ago
aede6dd
BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id
by peter cai
· 9 years ago
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· 9 years ago
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· 9 years ago
503bb09
MINOR: samples: rename some struct member from "smp" to "data"
by Thierry FOURNIER
· 9 years ago
12ba0c2
MINOR: samples: rename a struct from sample_storage to sample_data
by Thierry FOURNIER
· 9 years ago
07ee64e
MAJOR: sample: converts uint and sint in 64 bits signed integer
by Thierry FOURNIER
· 9 years ago
f90ac55
MINOR: lru: Add the possibility to free data when an item is removed
by Christopher Faulet
· 9 years ago
aee9314
BUILD: pattern: fix build warnings introduced in the LRU cache
by Willy Tarreau
· 10 years ago
f3045d2
MAJOR: pattern: add LRU-based cache on pattern matching
by Willy Tarreau
· 10 years ago
72f073b
MEDIUM: pattern: add a revision to all pattern expressions
by Willy Tarreau
· 10 years ago
73bc285
BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match
by Thierry FOURNIER
· 10 years ago
8aa8384
BUG/MINOR: pattern: error message missing
by Thierry FOURNIER
· 10 years ago
4deaf39
BUG/MEDIUM: patterns: previous fix was incomplete
by Willy Tarreau
· 10 years ago
315ec42
BUG/MEDIUM: pattern: don't load more than once a pattern list.
by Thierry FOURNIER
· 10 years ago
5def8ef
BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
by Willy Tarreau
· 10 years ago
b8f980c
MINOR: regex: Create JIT compatible function that return match strings
by Thierry FOURNIER
· 10 years ago
07fcaaa
MINOR: fix a few memory usage errors
by Dirkjan Bussink
· 11 years ago
b1dd9bf
MEDIUM: pattern: use ebtree's longest match to index/lookup string beginning
by Willy Tarreau
· 10 years ago
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· 11 years ago
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· 11 years ago
3b78696
BUG/MEDIUM: pattern: a typo breaks automatic acl/map numbering
by Willy Tarreau
· 11 years ago
953f74d
MINOR: pattern: find element in a reference
by Baptiste Assmann
· 11 years ago
46006bd
MINOR: pattern: Add function to prune and reload pattern list.
by Thierry FOURNIER
· 11 years ago
e5978bf
BUG/MEDIUM: acl: boolean only matches were broken by recent changes
by Thierry FOURNIER
· 11 years ago
b7729c9
MINOR: pattern: forbid dns resolutions
by Thierry FOURNIER
· 11 years ago
fc7ac7b
MINOR: standard: Disable ip resolution during the runtime
by Thierry FOURNIER
· 11 years ago
94580c9
MINOR: dumpstat/conf: display all the configuration lines that using pattern reference
by Thierry FOURNIER
· 11 years ago
eeaa951
MINOR: configuration: File and line propagation
by Thierry FOURNIER
· 11 years ago
31db4ae
MINOR: pattern: index duplicates
by Thierry FOURNIER
· 11 years ago
0b6d15f
MINOR: regex: The pointer regstr in the struc regex is no longer used.
by Thierry FOURNIER
· 11 years ago
149e0fe
MINOR: pattern: The function pat_ref_set() have now atomic behavior
by Thierry FOURNIER
· 11 years ago
364cfdf
MEDIUM: dumpstats: Display error message during add of values.
by Thierry FOURNIER
· 11 years ago
c0bd910
MINOR: pattern: Check if the file reference is not used with acl and map
by Thierry FOURNIER
· 11 years ago
39bef45
MINOR: pattern/map/acl: Centralization of the file parsers
by Thierry FOURNIER
· 11 years ago
e369ca2
MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed
by Thierry FOURNIER
· 11 years ago
7acca4b
MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed
by Thierry FOURNIER
· 11 years ago
6bb53ff
MINOR: pattern: Each pattern expression element store the reference struct.
by Thierry FOURNIER
· 11 years ago
0d6ba51
MINOR: pattern: store configuration reference for each acl or map pattern.
by Thierry FOURNIER
· 11 years ago
d25c842
MINOR: pattern: Merge function pattern_add() with pat_ref_push().
by Thierry FOURNIER
· 11 years ago
aa222aa
MINOR: pattern: The function "pattern_register()" is no longer used.
by Thierry FOURNIER
· 11 years ago
af5a29d
MINOR: pattern: Each pattern is identified by unique id.
by Thierry FOURNIER
· 11 years ago
5d34408
MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once.
by Thierry FOURNIER
· 11 years ago
c5959fd
MEDIUM: pattern: merge same pattern
by Thierry FOURNIER
· 11 years ago
1e00d38
MAJOR: pattern/map: Extends the map edition system in the patterns
by Thierry FOURNIER
· 11 years ago
3667e51
MEDIUM: pattern/dumpstats: The function pattern_lookup() is no longer used
by Thierry FOURNIER
· 11 years ago
55d0b10
MEDIUM: pattern: add sample lookup function.
by Thierry FOURNIER
· 11 years ago
6f7203d
MEDIUM: pattern: add prune function
by Thierry FOURNIER
· 11 years ago
b113650
MEDIUM: pattern: add delete functions
by Thierry FOURNIER
· 11 years ago
33a7433
MEDIUM: pattern: Index IPv6 addresses in a tree.
by Thierry FOURNIER
· 11 years ago
5338eea
MEDIUM: pattern: The match function browse itself the list or the tree.
by Thierry FOURNIER
· 11 years ago
1794fdf
MEDIUM: pattern: The function pattern_exec_match() returns "struct pattern" if the patten match.
by Thierry FOURNIER
· 11 years ago
7654c9f
MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags
by Thierry FOURNIER
· 11 years ago
e1bcac5
MINOR: pattern: Rename "pat_idx_elt" to "pattern_tree"
by Thierry FOURNIER
· 11 years ago
edc15c3
MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation
by Thierry FOURNIER
· 11 years ago
b9b0846
MEDIUM: pattern: add indexation function.
by Thierry FOURNIER
· 11 years ago
3ead5b9
MINOR: pattern: separe list element from the data part.
by Thierry FOURNIER
· 11 years ago
972028f
MEDIUM: pattern: Change the prototype of the function pattern_register().
by Thierry FOURNIER
· 11 years ago
580c32c
MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string.
by Thierry FOURNIER
· 11 years ago
511e947
MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()"
by Thierry FOURNIER
· 11 years ago
9eec0a6
MAJOR: auth: Change the internal authentication system.
by Thierry FOURNIER
· 11 years ago
59ad9d6
BUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad expect_type.
by Thierry FOURNIER
· 11 years ago
e7ba236
MINOR: pattern: move functions for grouping pat_match_* and pat_parse_* and add documentation.
by Thierry FOURNIER
· 11 years ago
46ceb01
BUG/MEDIUM: pattern: Segfault in binary parser
by Thierry FOURNIER
· 11 years ago
35249cb
BUG/MINOR: pattern: pattern comparison executed twice
by Thierry FOURNIER
· 11 years ago
6762a30
BUG/MAJOR: patterns: fix double free caused by loading strings from files
by Willy Tarreau
· 11 years ago
668ae53
BUILD: pattern: silence a warning about uninitialized value
by Willy Tarreau
· 11 years ago
c64de3f
MINOR: pattern/map: Each pattern must free the associated sample
by Thierry FOURNIER
· 11 years ago
01cdcd4
MINOR: pattern: add function to lookup a specific entry in pattern list
by Thierry FOURNIER
· 11 years ago
7609064
MINOR: pattern: make the pattern matching function return a pointer to the matched element
by Thierry FOURNIER
· 11 years ago
0b2fe4a
MINOR: pattern: add support for compiling patterns for lookups
by Thierry FOURNIER
· 11 years ago
799c042
MINOR: regex: Change the struct containing regex
by Thierry FOURNIER
· 11 years ago
7148ce6
MEDIUM: pattern: Extract the index process from the pat_parse_*() functions
by Thierry FOURNIER
· 11 years ago
f3489d2
MINOR: pattern: do not assign SMP_TYPES by default to patterns
by Willy Tarreau
· 11 years ago
e3ded59
MEDIUM: acl: Last patch change the output type
by Thierry FOURNIER
· 11 years ago
cc0e0b3
MINOR: pattern: Each pattern sets the expected input type
by Thierry FOURNIER
· 11 years ago
3ce88c7
BUG/MEDIUM: pattern: Pattern node has type of "struct pat_idx_elt" in place of "struct eb_node"
by Thierry FOURNIER
· 11 years ago
126d406
MINOR: tools: add a generic binary hex string parser
by Willy Tarreau
· 11 years ago
0cba607
MINOR: acl/pattern: use types different from int to clarify who does what.
by Willy Tarreau
· 11 years ago
a65b343
MEDIUM: pattern: rename "acl" prefix to "pat"
by Thierry FOURNIER
· 11 years ago
d163e1c
MEDIUM: pattern: create pattern expression
by Thierry FOURNIER
· 11 years ago
ed66c29
REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c
by Thierry FOURNIER
· 11 years ago
cd3b094
REORG: rename "pattern" files
by Willy Tarreau
· 13 years ago
1278578
REORG: use the name "sample" instead of "pattern" to designate extracted data
by Willy Tarreau
· 13 years ago
40aebd9
MINOR: pattern: centralize handling of unstable data in pattern_process()
by Willy Tarreau
· 13 years ago
Next »