haproxy/include
Willy Tarreau 469477879c MINOR: args: implement a new arg type for regex : ARGT_REG
This one will be used when a regex is expected. It is automatically
resolved after the parsing and compiled into a regex. Some optional
flags are supported in the type-specific flags that should be set by
the optional arg checker. One is used during the regex compilation :
ARGF_REG_ICASE to ignore case.
2015-01-22 14:24:53 +01:00
..
common MINOR: hash: add new function hash_crc32 2015-01-20 19:48:05 +01:00
import
proto MEDIUM: args: use #define to specify the number of bits used by arg types and counts 2015-01-22 14:24:53 +01:00
types MINOR: args: implement a new arg type for regex : ARGT_REG 2015-01-22 14:24:53 +01:00