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
*
util_cpre: Follow up to r1902731: Simplify thread pool allocation.
Yann Ylavic
2022-07-19
1
-64
/
+21
*
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
Yann Ylavic
2022-07-15
1
-1
/
+1
*
util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).
Yann Ylavic
2022-07-15
1
-0
/
+26
*
util_pcre: Add a thread local subpool cache for when stack does not suffice.
Yann Ylavic
2022-07-15
1
-61
/
+164
*
Follow-up to r1902572: Remove now unused #include.
Ivan Zhakov
2022-07-08
1
-1
/
+0
*
Rewrite ap_regexec() without a thread-local storage context for allocations.
Ivan Zhakov
2022-07-08
1
-101
/
+64
*
core: Follow up to r1897240: Opt-out for AP_HAS_THREAD_LOCAL and/or pcre's us...
Yann Ylavic
2022-02-02
1
-3
/
+3
*
ap_regex: Follow up to r1897240: Fetch the ovector _after_ the match.
Yann Ylavic
2022-02-01
1
-18
/
+6
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-6
/
+6
*
ap_regex: Follow up to r1897240: #if APR_HAS_THREAD_LOCAL, not #ifdef.
Yann Ylavic
2022-01-25
1
-4
/
+3
*
ap_regex: Follow up to r1897240: cleanup PCRE2 match data on exit.
Yann Ylavic
2022-01-23
1
-4
/
+19
*
ap_regex: Follow up to r1897240: cleanups.
Yann Ylavic
2022-01-20
1
-21
/
+15
*
ap_regex: Follow up to r1897240: no ap_thread_current() yet.
Yann Ylavic
2022-01-20
1
-1
/
+1
*
ap_regex: Follow up to r1897240: runtime fallback to alloc/free.
Yann Ylavic
2022-01-20
1
-49
/
+69
*
ap_regex: Follow up to r1897240: Fix issues spotted by RĂ¼diger (thanks!).
Yann Ylavic
2022-01-20
1
-4
/
+5
*
ap_regex: Follow up to r1897244: Fix pmatch overflow and returned value at li...
Yann Ylavic
2022-01-20
1
-4
/
+2
*
ap_regex: PCRE needs buffers sized against the number of captures only.
Yann Ylavic
2022-01-20
1
-10
/
+10
*
Follow up to r1897240: APR_HAS_THREAD_LOCAL wants #ifdef instead of #if.
Yann Ylavic
2022-01-20
1
-2
/
+2
*
ap_regex: Use Thread Local Storage (if efficient) to avoid allocations.
Yann Ylavic
2022-01-20
1
-47
/
+137
*
Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.
Yann Ylavic
2020-02-17
1
-6
/
+3
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
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
/
+5
*
factor out default regex flags
Eric Covener
2020-02-07
1
-2
/
+1
*
set PCRE_DOTALL by default
Eric Covener
2019-08-02
1
-1
/
+2
*
Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]
William A. Rowe Jr
2018-02-21
1
-12
/
+21
*
Follow up to r1824339: s/strcasecmp/ap_cstr_casecmp/ as suggested by Ruediger.
Yann Ylavic
2018-02-16
1
-4
/
+4
*
regex: Allow to configure global/default options for regexes.
Yann Ylavic
2018-02-15
1
-0
/
+35
*
ap_expr: open string expressions to the <word>.
Yann Ylavic
2017-10-02
1
-0
/
+4
*
With the changes of api from pcre 8.x to 10.x, do not presume that the internal
William A. Rowe Jr
2016-12-12
1
-4
/
+8
*
Replace PCRE with PCRE2 where it is available.
William A. Rowe Jr
2016-12-09
1
-45
/
+119
*
Re-introduce check for sufficient PCRE version.
Guenter Knauf
2014-07-23
1
-0
/
+7
*
Add compiled and loaded PCRE version numbers
Rainer Jung
2014-07-23
1
-0
/
+12
*
Check for correct minimum PCRE version in configure,
Rainer Jung
2014-07-23
1
-5
/
+0
*
Clarify comment.
Rainer Jung
2014-07-22
1
-1
/
+1
*
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
[next]