| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 3 | -7/+7 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 3 | -24/+24 |
* | Constify and save a few bytes in the conf pool when parsing "UserDir" directive | Christophe Jaillet | 2016-05-28 | 1 | -4/+4 |
* | mod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection,... | Stefan Eissing | 2016-05-17 | 1 | -0/+8 |
* | [PATCH] mod_rewrite: double escaping of query strings in server context | Eric Covener | 2016-03-15 | 1 | -2/+19 |
* | followup to r1734125: null check for r->args | Eric Covener | 2016-03-09 | 1 | -6/+9 |
* | mod_rewrite: Add QSL|qslast flag to allow rewrites to files with | Eric Covener | 2016-03-08 | 1 | -4/+14 |
* | revert broken r1724656 which moved the rewrite loop checks | Eric Covener | 2016-02-29 | 1 | -14/+13 |
* | mod_speling: make behavior of CheckCaseOnly and | Rainer Jung | 2016-02-25 | 1 | -2/+1 |
* | Sync mod_rewrite REMOTE_HOST to newbehavior (REMOTE_ADDR is useragent_ip) | William A. Rowe Jr | 2016-02-12 | 1 | -2/+1 |
* | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 1 | -2/+1 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 2 | -4/+5 |
* | *) mod_rewrite: Avoid looping on relative substitutions that | Eric Covener | 2016-01-14 | 1 | -13/+14 |
* | Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-12-29 | 1 | -33/+33 |
* | Use 'ap_array_str_contains' to simplify code. | Christophe Jaillet | 2015-12-11 | 1 | -9/+3 |
* | Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-11-24 | 1 | -3/+3 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 3 | -33/+33 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -25/+25 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -25/+25 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -25/+25 |
* | Remove some useless 'return' statements. | Christophe Jaillet | 2015-11-21 | 2 | -14/+10 |
* | Fix some style issues on files that can easily be synch'ed with 2.4.x | Christophe Jaillet | 2015-09-30 | 1 | -1/+1 |
* | Improve macro definition in order to avoid potential precedence issues. | Christophe Jaillet | 2015-09-07 | 1 | -51/+51 |
* | Revert r1697735. | Christophe Jaillet | 2015-09-07 | 1 | -1/+1 |
* | mod_negotiation: simplify type-map body tag lookup, and be safe | Yann Ylavic | 2015-09-02 | 1 | -12/+6 |
* | Fix an error spotted by sparse. | Christophe Jaillet | 2015-08-25 | 1 | -1/+1 |
* | + *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from | Eric Covener | 2015-08-12 | 1 | -0/+8 |
* | Avoid a crash when lacking correct DB access permissions. PR 57868. | Christophe Jaillet | 2015-08-10 | 1 | -0/+7 |
* | Allow cookies set by mod_rewrite to contain ':' by accepting | Eric Covener | 2015-08-03 | 1 | -7/+15 |
* | s/\<\(\w\+\)\>\s\+\<\1\>/\1/g | Yann Ylavic | 2015-07-09 | 1 | -1/+1 |
* | mod_alias: follow up to r1686853. | Yann Ylavic | 2015-06-22 | 1 | -21/+4 |
* | mod_alias: follow up to r1653941. | Yann Ylavic | 2015-06-22 | 1 | -7/+19 |
* | Initialize args to not print garbage mem during a RewriteCond parse error (sa... | Christophe Jaillet | 2015-06-01 | 1 | -3/+1 |
* | initialize args to not print garbage mem during a RewriteRule parse error | Eric Covener | 2015-05-26 | 1 | -3/+1 |
* | Follow up to r1679181: fix warning (return discards qualifiers from pointer t... | Yann Ylavic | 2015-05-16 | 1 | -1/+1 |
* | revert r1675103 because it [at least] causes FallBackResource to kick | Eric Covener | 2015-05-15 | 1 | -9/+2 |
* | mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetime | Yann Ylavic | 2015-05-13 | 1 | -4/+6 |
* | If a directory exists but no indexes can be resolved, the fallback resource | Eric Covener | 2015-04-21 | 1 | -2/+9 |
* | *) mod_rewrite: Add support for starting External Rewriting Programs | Jan Kaluža | 2015-03-06 | 1 | -3/+14 |
* | mod_alias: follow up to r1653941. | Yann Ylavic | 2015-01-31 | 1 | -3/+3 |
* | Use unsigned bit fields. | Graham Leggett | 2015-01-22 | 1 | -2/+2 |
* | mod_alias: Introduce expression parser support for Alias, ScriptAlias | Graham Leggett | 2015-01-22 | 1 | -12/+200 |
* | mod_rewrite: Improve 'bad flag delimeters' startup error by showing | Eric Covener | 2015-01-16 | 1 | -11/+24 |
* | Remove some instances where a RewriteBase must be specified | Eric Covener | 2014-11-29 | 1 | -1/+29 |
* | Concat string at compile time when possible. | Christophe Jaillet | 2014-09-18 | 1 | -1/+1 |
* | Silent some cppcheck warnings. | Christophe Jaillet | 2014-09-01 | 1 | -1/+1 |
* | the fixup hook should log (what is expected to be) local | Jeff Trawick | 2014-05-22 | 1 | -0/+2 |
* | stop setting context info for AliasMatch. These concepts do not really map | Eric Covener | 2014-05-10 | 1 | -7/+0 |
* | strncmp(r->filename, "proxy:", 6) is faster than a | Jim Jagielski | 2014-04-18 | 1 | -1/+0 |
* | add BNP flag to give control to the user on whether a space ' ' in | Eric Covener | 2014-04-05 | 1 | -6/+15 |