index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_pcre.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
And use #error if we get past configure...
Jim Jagielski
2014-03-19
1
-1
/
+1
*
* Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)
Ruediger Pluem
2014-02-04
1
-0
/
+5
*
Add a "MATCH_" prefix to variables set within
Graham Leggett
2014-01-03
1
-5
/
+10
*
core: Support named groups and backreferences within the LocationMatch,
Graham Leggett
2013-12-30
1
-1
/
+36
*
Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()
Stefan Fritsch
2012-05-27
1
-2
/
+10
*
BZ 52623: Fix building against PCRE 8.30.
Rainer Jung
2012-02-11
1
-1
/
+2
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
Change the indentation to resemble the rest of the project. No code change.
Stefan Fritsch
2011-05-21
1
-122
/
+138
*
Add ap_regexec_len() function that works with non-null-terminated
Stefan Fritsch
2011-05-21
1
-3
/
+9
*
* server/util_pcre.c (ap_regerror): Use passed-in buffer size rather
Joe Orton
2011-04-20
1
-1
/
+1
*
Introduce ap_rxplus class: higher-level regexps supporting perl-style
Nick Kew
2010-09-21
1
-0
/
+1
*
Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdup
Stefan Fritsch
2010-07-31
1
-4
/
+1
*
revert last change
Roy T. Fielding
2006-04-20
1
-1
/
+1
*
Update the last year of copyright.
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-1
/
+1
*
* server/util_pcre.c (ap_regexec): Fix --with-pcre build with older
Joe Orton
2005-08-03
1
-0
/
+6
*
Get httpd-2.1 building once again on win32.
William A. Rowe Jr
2005-02-18
1
-4
/
+2
*
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
Joe Orton
2005-02-11
1
-8
/
+9
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-0
/
+225