]> granicus.if.org Git - apache/history - server/util_expr_eval.c
Fix a few compiler warning reported by Steffen:
[apache] / server / util_expr_eval.c
2011-12-05 Stefan FritschFix a few compiler warning reported by Steffen:
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Jim JagielskiHello. Let's compile again.
2011-11-22 Graham LeggettAdd the ability to access the connection level remote...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-19 Stefan Fritschclarify comment
2011-11-19 Stefan FritschLimit recursion in ap_expr evaluation to avoid unbounde...
2011-10-18 Stefan Fritschregex related cleanups:
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-13 Stefan FritschDo proper length checks in the expression scanner....
2011-07-27 Stefan FritschUse ap_unescape_url_keep2f() in ap_expr unescape func...
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-07-02 Stefan FritschAdd REQUEST_STATUS variable to ap_expr
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan FritschFix wrong condition that may lead to NULL being set...
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-05-14 Stefan FritschAlso add the -U and -F operators for doing subrequest...
2011-05-14 Stefan FritschAdd various file existance test operators to ap_expr
2011-04-08 Joe Orton* server/util_expr_eval.c (req_table_func): Try r-...
2010-12-30 Stefan FritschAdd mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to...
2010-12-30 Stefan FritschAdd -T operator to allow easy evaluation of on/off...
2010-12-11 Stefan Fritschindentation + coding style fixes
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-22 Guenter KnaufFix for picky compilers.
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-20 Stefan FritschDon't compile expr_dump_tree() by default
2010-11-20 Stefan FritschCheck input lenght to avoid potential overflows
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-09 Stefan Fritschsupport error log id as variables
2010-11-07 Stefan FritschSupport %{HANDLER} in ap_expr (required for mod_filter)
2010-11-07 Stefan FritschImplement "reqenv", "note", "-z", "-n" in ap_expr.
2010-11-07 Stefan FritschPort "file" function from ssl_expr
2010-11-07 Stefan FritschMore fixes for picky compilers
2010-11-06 Stefan FritschImplement "HTTPS" and "IPV6" vars in ap_expr
2010-11-06 Stefan FritschNetware build fixes
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...