index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ap_expr.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clarification/fixes around the replace() function
Eric Covener
2021-08-03
1
-2
/
+3
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
* ap_exr: Add replace(string, from, to) function.
Jan Kaluža
2014-11-27
1
-1
/
+13
*
fix comment
Stefan Fritsch
2013-04-27
1
-1
/
+1
*
* include/: Various doxy markup tweaks.
Joe Orton
2011-12-07
1
-1
/
+1
*
Limit recursion in ap_expr evaluation to avoid unbounded stack usage
Stefan Fritsch
2011-11-19
1
-0
/
+2
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-11
/
+64
*
Add some features to ap_expr for use by mod_include:
Stefan Fritsch
2011-05-28
1
-0
/
+17
*
Wrap at 80
William A. Rowe Jr
2011-03-28
1
-2
/
+4
*
doxygen improvements
Stefan Fritsch
2010-12-11
1
-4
/
+4
*
Fix some doxygen warnings
Stefan Fritsch
2010-12-08
1
-0
/
+7
*
Rename ap_expr's typedef names:
Stefan Fritsch
2010-12-04
1
-11
/
+12
*
- add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr
Stefan Fritsch
2010-11-28
1
-4
/
+8
*
Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup with
Stefan Fritsch
2010-11-26
1
-3
/
+10
*
More ap_expr updates:
Stefan Fritsch
2010-11-21
1
-5
/
+22
*
ap_expr related fixes/enhancements:
Stefan Fritsch
2010-11-21
1
-1
/
+26
*
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch
2010-11-06
1
-99
/
+164
*
Add "IN" operator to expression parser, to evaluate membership of
Nick Kew
2010-09-29
1
-1
/
+2
*
This is just too easy to not do it: Add an 'expr' authz provider that allows
Stefan Fritsch
2010-09-28
1
-1
/
+1
*
Fix mod_include potential segfault checking backref from unmatched regexp
Nick Kew
2009-07-19
1
-0
/
+1
*
Declare the callback function NONSTD
William A. Rowe Jr
2008-06-07
1
-1
/
+2
*
Remove ap_expr_clone from the API (same day it was added:-)
Nick Kew
2008-04-01
1
-14
/
+3
*
Flesh out ap_expr with:
Nick Kew
2008-03-31
1
-6
/
+46
*
* Add some doxygen stub / stuff
Ruediger Pluem
2008-03-29
1
-0
/
+5
*
* Prevent multiple "execution" of ap_expr.h contents when included multiple
Ruediger Pluem
2008-03-29
1
-0
/
+13
*
* For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we
Ruediger Pluem
2008-03-29
1
-0
/
+2
*
Thou shalt not let tabs creep in.
Nick Kew
2008-03-29
1
-2
/
+2
*
Introduce ap_expr expression parser API
Nick Kew
2008-03-29
1
-0
/
+101