haproxy/include/common
David Carlier f2592b29f1 MEDIUM: regex: pcre2 support
this adds a support of the newest pcre2 library,
more secure than its older sibling in a cost of a
more complex API.
It works pretty similarly to pcre's part to keep
the overall change smooth,  except :

- we define the string class supported at compile time.
- after matching the ovec data is properly sized, althought
we do not take advantage of it here.
- the lack of jit support is treated less 'dramatically'
as pcre2_jit_compile in this case is 'no-op'.
2016-12-28 12:51:51 +01:00
..
accept4.h
base64.h
buffer.h
cfgparse.h MINOR: cfgparse: add two new functions to check arguments count 2016-12-21 23:39:26 +01:00
chunk.h
compat.h
compiler.h
config.h
debug.h
defaults.h
epoll.h
errors.h
hash.h
memory.h
mini-clist.h
namespace.h
rbtree.h
regex.h MEDIUM: regex: pcre2 support 2016-12-28 12:51:51 +01:00
splice.h
standard.h
syscall.h
template.h
ticks.h
time.h
tools.h
uri_auth.h
version.h