]> granicus.if.org Git - apache/history - include/ap_expr.h
Doxygen fix + alignment + typo
[apache] / include / ap_expr.h
2013-04-27 Stefan Fritschfix comment
2011-12-07 Joe Orton* include/: Various doxy markup tweaks.
2011-11-19 Stefan FritschLimit recursion in ap_expr evaluation to avoid unbounde...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-03-28 William A. Rowe JrWrap at 80
2010-12-11 Stefan Fritschdoxygen improvements
2010-12-08 Stefan FritschFix some doxygen warnings
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-28 Stefan Fritsch- add -ipmatch, -str(c)match, -fnmatch, -R operators...
2010-11-26 Stefan FritschFix another Windows build issue: Add a wrapper around...
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-09-28 Nick KewAdd "IN" operator to expression parser, to evaluate...
2010-09-28 Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2008-06-06 William A. Rowe JrDeclare the callback function NONSTD
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewFlesh out ap_expr with:
2008-03-29 Ruediger Pluem* Add some doxygen stub / stuff
2008-03-29 Ruediger Pluem* Prevent multiple "execution" of ap_expr.h contents...
2008-03-29 Ruediger Pluem* For AP_MAX_REG_MATCH we need to ensure that httpd...
2008-03-29 Nick KewThou shalt not let tabs creep in.
2008-03-29 Nick KewIntroduce ap_expr expression parser API