summaryrefslogtreecommitdiff
path: root/modules/mappers
Commit message (Expand)AuthorAgeFilesLines
...
* fix for RewriteOptions processing in r1798938Eric Covener2017-06-191-3/+4
* add RewriteOptions LongURLOptimizationEric Covener2017-06-161-12/+28
* Save a few bytes in the request pool.Christophe Jaillet2017-02-151-4/+4
* Adjust as neededJim Jagielski2017-01-261-1/+5
* PR60009: RewriteRule local prefix checking updateEric Covener2016-12-291-1/+18
* short-circuit some kinds of looping in RewriteRule.Eric Covener2016-12-141-0/+11
* Fix spelling in comments and text files.Rainer Jung2016-08-113-7/+7
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-093-24/+24
* Constify and save a few bytes in the conf pool when parsing "UserDir" directiveChristophe Jaillet2016-05-281-4/+4
* mod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection,...Stefan Eissing2016-05-171-0/+8
* [PATCH] mod_rewrite: double escaping of query strings in server contextEric Covener2016-03-151-2/+19
* followup to r1734125: null check for r->argsEric Covener2016-03-091-6/+9
* mod_rewrite: Add QSL|qslast flag to allow rewrites to files with Eric Covener2016-03-081-4/+14
* revert broken r1724656 which moved the rewrite loop checksEric Covener2016-02-291-14/+13
* mod_speling: make behavior of CheckCaseOnly andRainer Jung2016-02-251-2/+1
* Sync mod_rewrite REMOTE_HOST to newbehavior (REMOTE_ADDR is useragent_ip)William A. Rowe Jr2016-02-121-2/+1
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* Added many log numbers to log statements thatRainer Jung2016-01-192-4/+5
* *) mod_rewrite: Avoid looping on relative substitutions thatEric Covener2016-01-141-13/+14
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-33/+33
* Use 'ap_array_str_contains' to simplify code.Christophe Jaillet2015-12-111-9/+3
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-3/+3
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-233-33/+33
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-25/+25
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-25/+25
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-25/+25
* Remove some useless 'return' statements.Christophe Jaillet2015-11-212-14/+10
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* Improve macro definition in order to avoid potential precedence issues.Christophe Jaillet2015-09-071-51/+51
* Revert r1697735.Christophe Jaillet2015-09-071-1/+1
* mod_negotiation: simplify type-map body tag lookup, and be safeYann Ylavic2015-09-021-12/+6
* Fix an error spotted by sparse.Christophe Jaillet2015-08-251-1/+1
* + *) mod_dir: Prevent the internal identifier "httpd/unix-directory" fromEric Covener2015-08-121-0/+8
* Avoid a crash when lacking correct DB access permissions. PR 57868.Christophe Jaillet2015-08-101-0/+7
* Allow cookies set by mod_rewrite to contain ':' by acceptingEric Covener2015-08-031-7/+15
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* mod_alias: follow up to r1686853.Yann Ylavic2015-06-221-21/+4
* mod_alias: follow up to r1653941.Yann Ylavic2015-06-221-7/+19
* Initialize args to not print garbage mem during a RewriteCond parse error (sa...Christophe Jaillet2015-06-011-3/+1
* initialize args to not print garbage mem during a RewriteRule parse errorEric Covener2015-05-261-3/+1
* Follow up to r1679181: fix warning (return discards qualifiers from pointer t...Yann Ylavic2015-05-161-1/+1
* revert r1675103 because it [at least] causes FallBackResource to kickEric Covener2015-05-151-9/+2
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-4/+6
* If a directory exists but no indexes can be resolved, the fallback resourceEric Covener2015-04-211-2/+9
* *) mod_rewrite: Add support for starting External Rewriting ProgramsJan Kaluža2015-03-061-3/+14
* mod_alias: follow up to r1653941.Yann Ylavic2015-01-311-3/+3
* Use unsigned bit fields.Graham Leggett2015-01-221-2/+2
* mod_alias: Introduce expression parser support for Alias, ScriptAliasGraham Leggett2015-01-221-12/+200
* mod_rewrite: Improve 'bad flag delimeters' startup error by showingEric Covener2015-01-161-11/+24
* Remove some instances where a RewriteBase must be specifiedEric Covener2014-11-291-1/+29