| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -2/+2 |
* | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 1 | -2/+1 |
* | expr support for HTTP2 variable | Stefan Eissing | 2016-01-22 | 1 | -0/+10 |
* | revert | Jim Jagielski | 2016-01-21 | 1 | -25/+0 |
* | expand and err-check... | Jim Jagielski | 2016-01-20 | 1 | -4/+5 |
* | Just in case... | Jim Jagielski | 2016-01-20 | 1 | -1/+2 |
* | ap_expr now allows kept_body() function to grab/use | Jim Jagielski | 2016-01-20 | 1 | -0/+23 |
* | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+3 |
* | Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-12-29 | 1 | -3/+3 |
* | Use 'ap_array_str_contains' to simplify code. | Christophe Jaillet | 2015-12-11 | 1 | -5/+5 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | reverting unwanted loss of missing case | Stefan Eissing | 2015-09-14 | 1 | -1/+1 |
* | httpd compiles warning free on gcc and every new warning will be treated as a... | Stefan Eissing | 2015-09-14 | 1 | -2/+2 |
* | Expression parser: Optimize another concatenation | Rainer Jung | 2015-02-05 | 1 | -1/+26 |
* | looks like debug left in r1642154 | Eric Covener | 2014-12-21 | 1 | -2/+0 |
* | * Correctly indent | Ruediger Pluem | 2014-12-05 | 1 | -1/+1 |
* | ap_expr: Add filemod function for checking file modification times. | Daniel Gruno | 2014-12-05 | 1 | -0/+13 |
* | * ap_expr: Fix replace() func when length of "from" != length of "to". | Jan Kaluža | 2014-12-03 | 1 | -3/+4 |
* | * ap_exr: Add replace(string, from, to) function. | Jan Kaluža | 2014-11-27 | 1 | -4/+97 |
* | tab vs space | Christophe Jaillet | 2014-10-22 | 1 | -2/+2 |
* | Silent some cppcheck warnings. | Christophe Jaillet | 2014-09-01 | 1 | -3/+1 |
* | Do not use deprecated define. | Christophe Jaillet | 2014-07-19 | 1 | -1/+1 |
* | Tweak a AP_DEBUG_ASSERT condition. | Christophe Jaillet | 2014-05-16 | 1 | -8/+8 |
* | Only include the ldap escaping if present within APR. | Graham Leggett | 2014-04-25 | 1 | -1/+7 |
* | Add the ldap function to the expression API, allowing LDAP filters and | Graham Leggett | 2014-04-25 | 1 | -0/+8 |
* | Move two variable assignments off the fast path. | Graham Leggett | 2014-04-18 | 1 | -1/+4 |
* | add md5 function, too | Stefan Fritsch | 2013-03-18 | 1 | -0/+9 |
* | simplify code by using ap_bin2hex() | Stefan Fritsch | 2013-03-18 | 1 | -9/+3 |
* | Expression parser: use hex encoding for the sha1 hash. | Graham Leggett | 2013-03-18 | 1 | -7/+12 |
* | Remove the comment, this is done. | Graham Leggett | 2013-03-17 | 1 | -1/+0 |
* | Expression parser: Add the ability to apply a SHA1 hash to strings within | Graham Leggett | 2013-03-17 | 1 | -0/+22 |
* | Expression parser: Add the ability to base64 encode and base64 decode | Graham Leggett | 2013-03-17 | 1 | -0/+14 |
* | Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR, | Stefan Fritsch | 2012-11-17 | 1 | -0/+23 |
* | ap_expr: Add req_novary function that allows HTTP header lookups | Stefan Fritsch | 2012-10-29 | 1 | -0/+3 |
* | 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 |