summaryrefslogtreecommitdiff
path: root/include/ap_expr.h
Commit message (Expand)AuthorAgeFilesLines
* clarification/fixes around the replace() functionEric Covener2021-08-031-2/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* * ap_exr: Add replace(string, from, to) function.Jan Kaluža2014-11-271-1/+13
* fix commentStefan Fritsch2013-04-271-1/+1
* * include/: Various doxy markup tweaks.Joe Orton2011-12-071-1/+1
* Limit recursion in ap_expr evaluation to avoid unbounded stack usageStefan Fritsch2011-11-191-0/+2
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-11/+64
* Add some features to ap_expr for use by mod_include:Stefan Fritsch2011-05-281-0/+17
* Wrap at 80William A. Rowe Jr2011-03-281-2/+4
* doxygen improvementsStefan Fritsch2010-12-111-4/+4
* Fix some doxygen warningsStefan Fritsch2010-12-081-0/+7
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-11/+12
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-4/+8
* Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup withStefan Fritsch2010-11-261-3/+10
* More ap_expr updates:Stefan Fritsch2010-11-211-5/+22
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+26
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-99/+164
* Add "IN" operator to expression parser, to evaluate membership ofNick Kew2010-09-281-1/+2
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-1/+1
* Fix mod_include potential segfault checking backref from unmatched regexpNick Kew2009-07-181-0/+1
* Declare the callback function NONSTDWilliam A. Rowe Jr2008-06-061-1/+2
* Remove ap_expr_clone from the API (same day it was added:-)Nick Kew2008-03-311-14/+3
* Flesh out ap_expr with:Nick Kew2008-03-311-6/+46
* * Add some doxygen stub / stuffRuediger Pluem2008-03-291-0/+5
* * Prevent multiple "execution" of ap_expr.h contents when included multipleRuediger Pluem2008-03-291-0/+13
* * For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise weRuediger Pluem2008-03-291-0/+2
* Thou shalt not let tabs creep in.Nick Kew2008-03-291-2/+2
* Introduce ap_expr expression parser APINick Kew2008-03-291-0/+101