index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ap_regex.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.
Yann Ylavic
2024-01-16
1
-0
/
+2
*
regex: Add ap_regexec_ex() which can take a starting offset to match from.
Yann Ylavic
2024-01-16
1
-4
/
+23
*
Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.
Yann Ylavic
2020-02-17
1
-1
/
+1
*
don't use DOTALL from mod_substitute which leaves \n at the end of the line.
Eric Covener
2020-02-12
1
-0
/
+2
*
factor out default regex flags
Eric Covener
2020-02-07
1
-0
/
+2
*
Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]
William A. Rowe Jr
2018-02-21
1
-1
/
+6
*
regex: Allow to configure global/default options for regexes.
Yann Ylavic
2018-02-15
1
-0
/
+22
*
ap_expr: open string expressions to the <word>.
Yann Ylavic
2017-10-02
1
-0
/
+3
*
Forgotten file needed for r1612934.
Rainer Jung
2014-07-23
1
-0
/
+15
*
Doxygen fix + alignment + typo
Christophe Jaillet
2014-05-29
1
-12
/
+11
*
doxygen improvements
Jeff Trawick
2014-01-22
1
-0
/
+2
*
Add a "MATCH_" prefix to variables set within
Graham Leggett
2014-01-03
1
-1
/
+4
*
core: Support named groups and backreferences within the LocationMatch,
Graham Leggett
2013-12-30
1
-0
/
+9
*
BZ 52623: Fix building against PCRE 8.30.
Rainer Jung
2012-02-11
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-2
/
+2
*
Add ap_regexec_len() function that works with non-null-terminated
Stefan Fritsch
2011-05-21
1
-0
/
+16
*
Introduce ap_rxplus class: higher-level regexps supporting perl-style
Nick Kew
2010-09-21
1
-1
/
+79
*
Fix to apidoc comments in ap_regex
Nick Kew
2010-09-16
1
-3
/
+5
*
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
Daniel Earl Poirier
2009-10-28
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-0
/
+5
*
Get httpd-2.1 building once again on win32.
William A. Rowe Jr
2005-02-18
1
-4
/
+0
*
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
Joe Orton
2005-02-11
1
-18
/
+12
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-0
/
+145