summaryrefslogtreecommitdiff
path: root/include/ap_regex.h
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-161-1/+1
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-121-0/+2
* factor out default regex flagsEric Covener2020-02-071-0/+2
* Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]William A. Rowe Jr2018-02-211-1/+6
* regex: Allow to configure global/default options for regexes.Yann Ylavic2018-02-151-0/+22
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-021-0/+3
* Forgotten file needed for r1612934.Rainer Jung2014-07-231-0/+15
* Doxygen fix + alignment + typoChristophe Jaillet2014-05-291-12/+11
* doxygen improvementsJeff Trawick2014-01-221-0/+2
* Add a "MATCH_" prefix to variables set withinGraham Leggett2014-01-031-1/+4
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-0/+9
* BZ 52623: Fix building against PCRE 8.30.Rainer Jung2012-02-111-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Add ap_regexec_len() function that works with non-null-terminatedStefan Fritsch2011-05-211-0/+16
* Introduce ap_rxplus class: higher-level regexps supporting perl-styleNick Kew2010-09-211-1/+79
* Fix to apidoc comments in ap_regexNick Kew2010-09-161-3/+5
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+5
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-171-4/+0
* * include/ap_regex.h: Include apr.h not stdlib.h; replace pointlessJoe Orton2005-02-111-18/+12
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-0/+145