summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
* fix regression in 2.4.56Eric Covener2023-03-301-0/+1
* mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic2023-03-131-11/+23
* mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.Yann Ylavic2023-03-131-33/+16
* add [BCTLS] alternative to [B] for 2.4.56 problemsEric Covener2023-03-111-7/+24
* followup to r1908296: only for redirectsEric Covener2023-03-111-2/+1
* allow decoded chars when they will be escapedEric Covener2023-03-111-18/+27
* avoid delimiting the query with a backreferenceEric Covener2023-03-051-13/+33
* don't forward invalid query stringsEric Covener2023-03-051-0/+22
* mod_rewrite: URI-to-filename rewrites to transparently handle proxy mappings.Yann Ylavic2022-03-011-8/+30
* mod_rewrite: Follow up to r1893519: Handle potential "unix://[authority]/".Yann Ylavic2021-09-231-1/+1
* mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.Yann Ylavic2021-09-221-0/+7
* Add log tags.Graham Leggett2021-06-241-1/+1
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-0/+26
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-10/+3
* * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN.Joe Orton2020-12-161-4/+0
* Save a few cycles.Christophe Jaillet2020-11-141-6/+4
* samesite: fix check for 0, add "false" alternative.Eric Covener2020-08-281-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+3
* remove unused headersGiovanni Bechis2020-03-091-11/+0
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* add SameSite to RewriteRule ... ... [CO]Eric Covener2020-02-081-0/+7
* * modules/mappers/mod_rewrite.c: Enhance trace-level logging to logJoe Orton2019-09-131-166/+205
* When a rewrite to proxy is configured in the server config, a check is made t...Christophe Jaillet2018-08-221-0/+10
* PR62311: only create the rewritelock when neededEric Covener2018-05-171-9/+12
* core, mod_rewrite: introduce the 'redirect-keeps-vary' noteLuca Toscano2017-10-101-0/+2
* mod_rewrite,core: avoid Vary:Host (part 2)Luca Toscano2017-09-201-5/+5
* mod_rewrite/core: avoid the 'Vary: Host' headerLuca Toscano2017-09-181-1/+4
* fix for RewriteOptions processing in r1798938Eric Covener2017-06-191-3/+4
* add RewriteOptions LongURLOptimizationEric Covener2017-06-161-12/+28
* 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-111-3/+3
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-22/+22
* 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
* 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-191-0/+1
* *) 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
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-28/+28
* 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
* Improve macro definition in order to avoid potential precedence issues.Christophe Jaillet2015-09-071-51/+51
* Revert r1697735.Christophe Jaillet2015-09-071-1/+1