haproxy/include
Thierry FOURNIER 26202760a4 MINOR: regex: Use native PCRE API.
The pcreposix layer (in the pcre projetc) execute strlen to find
thlength of the string. When we are using the function "regex_exex*2",
the length is used to add a final \0, when pcreposix is executed a
strlen is executed to compute the length.

If we are using a native PCRE api, the length is provided as an
argument, and these operations disappear.

This is useful because PCRE regex are more used than POSIC regex.
2014-06-18 15:14:00 +02:00
..
common MINOR: regex: Use native PCRE API. 2014-06-18 15:14:00 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp 2014-06-17 18:34:32 +02:00
types MEDIUM: regex: replace all standard regex function by own functions 2014-06-18 15:07:57 +02:00