summaryrefslogtreecommitdiffstats
path: root/server/util_expr_parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide better token names for error messagesStefan Fritsch2013-06-151-47/+47
* Limit recursion in ap_expr evaluation to avoid unbounded stack usageStefan Fritsch2011-11-191-4/+4
* Improve error message by removing 'unexpected T_ERROR' in one case.Stefan Fritsch2011-10-101-1/+2
* Do proper length checks in the expression scanner. This allows to remove theStefan Fritsch2011-08-131-0/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-1/+5
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-5/+5
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-2/+3
* Fix some Windows build issuesStefan Fritsch2010-11-251-2/+2
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+12
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-0/+199