| Commit message (Expand) | Author | Age | Files | Lines |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -1/+3 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Explicitly cast function pointer, to remove 'const'. | Stefan Fritsch | 2011-12-13 | 1 | -3/+4 |
* | Fix names of unary operators like '-s' being compared case insensitively. | Stefan Fritsch | 2011-12-10 | 1 | -3/+13 |
* | Fix a few compiler warning reported by Steffen: | Stefan Fritsch | 2011-12-05 | 1 | -7/+8 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -3/+3 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -4/+4 |
* | Hello. Let's compile again. | Jim Jagielski | 2011-11-22 | 1 | -0/+2 |
* | Add the ability to access the connection level remote IP address from the | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -10/+10 |
* | clarify comment | Stefan Fritsch | 2011-11-19 | 1 | -4/+2 |
* | Limit recursion in ap_expr evaluation to avoid unbounded stack usage | Stefan Fritsch | 2011-11-19 | 1 | -33/+130 |
* | regex related cleanups: | Stefan Fritsch | 2011-10-19 | 1 | -4/+4 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -6/+6 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -3/+3 |
* | Do proper length checks in the expression scanner. This allows to remove the | Stefan Fritsch | 2011-08-13 | 1 | -9/+0 |
* | Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url() | Stefan Fritsch | 2011-07-27 | 1 | -4/+7 |
* | Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as | Stefan Fritsch | 2011-07-17 | 1 | -1/+1 |
* | Add string valued expressions to ap_expr, do some API cleanup | Stefan Fritsch | 2011-07-02 | 1 | -21/+104 |
* | Add REQUEST_STATUS variable to ap_expr | Stefan Fritsch | 2011-07-02 | 1 | -0/+3 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 1 | -6/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+3 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -0/+6 |
* | Fix wrong condition that may lead to NULL being set as 'Vary' header | Stefan Fritsch | 2011-06-05 | 1 | -1/+1 |
* | Add some features to ap_expr for use by mod_include: | Stefan Fritsch | 2011-05-28 | 1 | -68/+107 |
* | Also add the -U and -F operators for doing subrequest lookups to ap_expr. | Stefan Fritsch | 2011-05-14 | 1 | -4/+52 |
* | Add various file existance test operators to ap_expr | Stefan Fritsch | 2011-05-14 | 1 | -4/+66 |
* | * server/util_expr_eval.c (req_table_func): Try r->err_headers_out for | Joe Orton | 2011-04-08 | 1 | -2/+8 |
* | Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_expr | Stefan Fritsch | 2010-12-30 | 1 | -0/+16 |
* | Add -T operator to allow easy evaluation of on/off, 1/0, ... variables | Stefan Fritsch | 2010-12-30 | 1 | -0/+22 |
* | indentation + coding style fixes | Stefan Fritsch | 2010-12-11 | 1 | -151/+90 |
* | Rename ap_expr's typedef names: | Stefan Fritsch | 2010-12-04 | 1 | -116/+125 |
* | - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr | Stefan Fritsch | 2010-11-28 | 1 | -56/+152 |
* | Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup with | Stefan Fritsch | 2010-11-26 | 1 | -1/+5 |
* | Fix for picky compilers. | Guenter Knauf | 2010-11-22 | 1 | -4/+3 |
* | More ap_expr updates: | Stefan Fritsch | 2010-11-21 | 1 | -17/+48 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 1 | -17/+83 |
* | Don't compile expr_dump_tree() by default | Stefan Fritsch | 2010-11-20 | 1 | -5/+10 |
* | Check input lenght to avoid potential overflows | Stefan Fritsch | 2010-11-20 | 1 | -1/+10 |
* | Log errors/infos during expression evaluation and associate the message | Stefan Fritsch | 2010-11-20 | 1 | -4/+12 |
* | support error log id as variables | Stefan Fritsch | 2010-11-09 | 1 | -0/+6 |
* | Support %{HANDLER} in ap_expr (required for mod_filter) | Stefan Fritsch | 2010-11-07 | 1 | -0/+3 |
* | Implement "reqenv", "note", "-z", "-n" in ap_expr. | Stefan Fritsch | 2010-11-07 | 1 | -26/+64 |
* | Port "file" function from ssl_expr | Stefan Fritsch | 2010-11-07 | 1 | -0/+46 |
* | More fixes for picky compilers | Stefan Fritsch | 2010-11-07 | 1 | -2/+2 |
* | Implement "HTTPS" and "IPV6" vars in ap_expr | Stefan Fritsch | 2010-11-06 | 1 | -5/+57 |
* | Netware build fixes | Stefan Fritsch | 2010-11-06 | 1 | -1/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -0/+1024 |