| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_auth_basic: Add a generic mechanism to fake basic authentication | Graham Leggett | 2013-03-17 | 1 | -0/+4 |
* | Expression parser: Add the ability to apply a SHA1 hash to strings within | Graham Leggett | 2013-03-17 | 1 | -0/+3 |
* | Expression parser: Add the ability to base64 encode and base64 decode | Graham Leggett | 2013-03-17 | 1 | -0/+5 |
* | Typo | Rich Bowen | 2013-02-14 | 1 | -2/+2 |
* | Missing trailing slash | Rich Bowen | 2013-02-14 | 1 | -1/+1 |
* | Note that v is a shortcut for reqenv | Daniel Gruno | 2013-01-29 | 1 | -1/+1 |
* | Add a version compatibility section to the | Rainer Jung | 2012-12-16 | 1 | -0/+11 |
* | Fix cut'n'paste error | Stefan Fritsch | 2012-11-17 | 1 | -2/+2 |
* | Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR, | Stefan Fritsch | 2012-11-17 | 1 | -1/+14 |
* | fix cut'n'paste error | Stefan Fritsch | 2012-10-29 | 1 | -1/+1 |
* | ap_expr: Add req_novary function that allows HTTP header lookups | Stefan Fritsch | 2012-10-29 | 1 | -2/+8 |
* | Mention string-valued expression in the BNF. | Stefan Fritsch | 2012-10-29 | 1 | -2/+15 |
* | Use integer operators when comparing to TIME_HOUR | Daniel Gruno | 2012-07-17 | 1 | -1/+1 |
* | Typo fix | Daniel Gruno | 2012-05-04 | 1 | -1/+1 |
* | Update syntax for expr.xml | Daniel Gruno | 2012-04-27 | 1 | -20/+16 |
* | Replace weird UTF-8 thingy with - (blame Wikipedia) | Igor Galić | 2012-04-02 | 1 | -2/+2 |
* | Add some examples of how expressions might be used. | Daniel Gruno | 2012-03-30 | 1 | -0/+27 |
* | Fix names of unary operators like '-s' being compared case insensitively. | Stefan Fritsch | 2011-12-10 | 1 | -0/+3 |
* | Clarify the peer IP of the connection and the client IP of the request within | Graham Leggett | 2011-11-30 | 1 | -1/+1 |
* | Update the documentation for the %a and %{c}a logging format strings, and | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | add new ldap features, make ap_expr entry more verbose | Stefan Fritsch | 2011-11-15 | 1 | -0/+2 |
* | grammar fix | Stefan Fritsch | 2011-10-01 | 1 | -0/+8 |
* | be explicit that REQUEST_URI is the path component only | Stefan Fritsch | 2011-09-05 | 1 | -1/+1 |
* | Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url() | Stefan Fritsch | 2011-07-27 | 1 | -2/+2 |
* | Add new non-default debugging module mod_log_debug | Stefan Fritsch | 2011-07-02 | 1 | -1/+2 |
* | Add REQUEST_STATUS variable to ap_expr | Stefan Fritsch | 2011-07-02 | 1 | -0/+2 |
* | property and xml fixes. | André Malo | 2011-06-19 | 1 | -1/+1 |
* | - Add <ElseIf> and <Else> to complement <If> sections. These are both easier | Stefan Fritsch | 2011-06-05 | 1 | -1/+3 |
* | Use the new "ap_expr" expression parser. | Stefan Fritsch | 2011-05-28 | 1 | -26/+33 |
* | Add some features to ap_expr for use by mod_include: | Stefan Fritsch | 2011-05-28 | 1 | -0/+9 |
* | Also add the -U and -F operators for doing subrequest lookups to ap_expr. | Stefan Fritsch | 2011-05-14 | 1 | -7/+24 |
* | Add various file existance test operators to ap_expr | Stefan Fritsch | 2011-05-14 | 1 | -0/+13 |
* | Add some links and bits to the ap_expr docs | Stefan Fritsch | 2011-02-23 | 1 | -6/+17 |
* | Adding a link to the wikipedia page describing BNF. | Vincent Deffontaines | 2011-01-31 | 1 | -1/+4 |
* | Setting missing LastChangedRevision to the latest "svn blame" revision I found. | Vincent Deffontaines | 2011-01-31 | 1 | -1/+1 |
* | provide links back to ap_expr-aware directives/modules | Eric Covener | 2011-01-05 | 1 | -0/+7 |
* | Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_expr | Stefan Fritsch | 2010-12-30 | 1 | -0/+4 |
* | Add -T operator to allow easy evaluation of on/off, 1/0, ... variables | Stefan Fritsch | 2010-12-30 | 1 | -2/+6 |
* | Typos. | Lucien Gentis | 2010-12-29 | 1 | -1/+1 |
* | Fix typos, update transforms | Stefan Fritsch | 2010-12-19 | 1 | -2/+2 |
* | add some links | Stefan Fritsch | 2010-12-19 | 1 | -7/+13 |
* | a bit more documentation for ap_expr's variables | Stefan Fritsch | 2010-12-19 | 1 | -45/+64 |
* | Fix description of "note" | Stefan Fritsch | 2010-11-28 | 1 | -1/+1 |
* | - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr | Stefan Fritsch | 2010-11-28 | 1 | -0/+27 |
* | ap_expr related fixes and enhancements | Stefan Fritsch | 2010-11-21 | 1 | -9/+47 |
* | Crosslinking mod_ssl.html and expr.html | Igor Galić | 2010-11-20 | 1 | -2/+3 |
* | Adding SetEnvIfExpr documentation, and more references to expr.html | Igor Galić | 2010-11-20 | 1 | -2/+2 |
* | support error log id as variables | Stefan Fritsch | 2010-11-09 | 1 | -0/+4 |
* | Support %{HANDLER} in ap_expr (required for mod_filter) | Stefan Fritsch | 2010-11-07 | 1 | -0/+2 |
* | Implement "reqenv", "note", "-z", "-n" in ap_expr. | Stefan Fritsch | 2010-11-07 | 1 | -3/+8 |