summaryrefslogtreecommitdiffstats
path: root/server/util_pcre.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-021-0/+4
* With the changes of api from pcre 8.x to 10.x, do not presume that the internalWilliam A. Rowe Jr2016-12-121-4/+8
* Replace PCRE with PCRE2 where it is available.William A. Rowe Jr2016-12-091-45/+119
* Re-introduce check for sufficient PCRE version.Guenter Knauf2014-07-231-0/+7
* Add compiled and loaded PCRE version numbersRainer Jung2014-07-231-0/+12
* Check for correct minimum PCRE version in configure,Rainer Jung2014-07-231-5/+0
* Clarify comment.Rainer Jung2014-07-221-1/+1
* And use #error if we get past configure...Jim Jagielski2014-03-191-1/+1
* * Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)Ruediger Pluem2014-02-041-0/+5
* Add a "MATCH_" prefix to variables set withinGraham Leggett2014-01-031-5/+10
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-1/+36
* Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()Stefan Fritsch2012-05-271-2/+10
* BZ 52623: Fix building against PCRE 8.30.Rainer Jung2012-02-111-1/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Change the indentation to resemble the rest of the project. No code change.Stefan Fritsch2011-05-211-122/+138
* Add ap_regexec_len() function that works with non-null-terminatedStefan Fritsch2011-05-211-3/+9
* * server/util_pcre.c (ap_regerror): Use passed-in buffer size ratherJoe Orton2011-04-201-1/+1
* Introduce ap_rxplus class: higher-level regexps supporting perl-styleNick Kew2010-09-211-0/+1
* Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch2010-07-311-4/+1
* revert last changeRoy T. Fielding2006-04-201-1/+1
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-1/+1
* * server/util_pcre.c (ap_regexec): Fix --with-pcre build with olderJoe Orton2005-08-031-0/+6
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-181-4/+2
* * include/ap_regex.h: Include apr.h not stdlib.h; replace pointlessJoe Orton2005-02-111-8/+9
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-0/+225