]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: regex: replace all standard regex function by own functions
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 18 Jun 2014 09:35:54 +0000 (11:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Jun 2014 13:07:57 +0000 (15:07 +0200)
commit09af0d6d4353b9045b9ddb893b21c45f4b92ca21
tree775682f8822374e0efdf0f0f23eeac11d19fadd7
parentb8f980cc196b287de6f719deaca3cdc81a616136
MEDIUM: regex: replace all standard regex function by own functions

This patch remove all references of standard regex in haproxy. The last
remaining references are only in the regex.[ch] files.

In the file src/checks.c, the original function uses a "pmatch" array.
In fact this array is unused. This patch remove it.
include/common/regex.h
include/types/checks.h
include/types/proto_http.h
include/types/proxy.h
src/cfgparse.c
src/checks.c
src/haproxy.c
src/proto_http.c
src/regex.c