]> granicus.if.org Git - apache/history - server/util_expr_eval.c
Merge r1523387 from trunk:
[apache] / server / util_expr_eval.c
2013-04-22 Jim JagielskiMerge r1458004 from trunk:
2013-04-15 Jim JagielskiMerge r1457450, r1457610, r1457995, r1458003 from trunk:
2013-04-15 Jim JagielskiMerge r1457437, r1457520 from trunk:
2013-03-17 Graham LeggettRevert, let us try that again.
2013-03-17 Graham LeggettBackport r1457520.
2012-12-16 Rainer Jungap_expr: Add req_novary function that allows HTTP heade...
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-14 Graham LeggettBackport:
2011-12-13 Stefan FritschMerge r1213567:
2011-12-10 Stefan FritschMerge r1212883:
2011-12-05 Stefan FritschMerge r1210378:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-11-30 Graham LeggettBackport:
2011-11-22 Jim JagielskiMerge r1204998 from trunk:
2011-11-21 Stefan FritschMerge r1204087, 1204090:
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...