| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo reported by [stephane.blondon gmail.com] | Christophe Jaillet | 2019-01-20 | 1 | -1/+1 |
* | Fix a potential un-intialized variable usage warning. | Christophe Jaillet | 2018-05-26 | 1 | -2/+2 |
* | * server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning. | Joe Orton | 2017-10-16 | 1 | -2/+2 |
* | ap_expr: follow up to r1810605. | Yann Ylavic | 2017-10-04 | 1 | -88/+25 |
* | apr_expr: follow up to r1810605. | Yann Ylavic | 2017-10-03 | 1 | -3/+2 |
* | ap_expr: open string expressions to the <word>. | Yann Ylavic | 2017-10-02 | 1 | -53/+373 |
* | mod_rewrite,core: avoid Vary:Host (part 2) | Luca Toscano | 2017-09-20 | 1 | -2/+7 |
* | mod_rewrite/core: avoid the 'Vary: Host' header | Luca Toscano | 2017-09-18 | 1 | -1/+6 |
* | Fix %{DOCUMENT_URI} in SSI w/ default parser | Eric Covener | 2017-01-24 | 1 | -1/+4 |
* | PR59938: add %{REMOTE_PORT} to the expression parser | Eric Covener | 2016-12-29 | 1 | -0/+3 |
* | 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 |