| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN. | Joe Orton | 2020-12-16 | 1 | -4/+0 |
* | Save a few cycles. | Christophe Jaillet | 2020-11-14 | 1 | -6/+4 |
* | Fix a few warnings on 64 bits windows compilation | Christophe Jaillet | 2020-08-29 | 1 | -1/+1 |
* | samesite: fix check for 0, add "false" alternative. | Eric Covener | 2020-08-28 | 1 | -1/+1 |
* | core,modules: provide/use ap_parse_strict_length() helper. | Yann Ylavic | 2020-05-20 | 1 | -5/+3 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 2 | -0/+4 |
* | remove unused headers | Giovanni Bechis | 2020-03-09 | 1 | -11/+0 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | add SameSite to RewriteRule ... ... [CO] | Eric Covener | 2020-02-08 | 1 | -0/+7 |
* | PR62989: DOCTYPE tags in server-generated HTML. | Eric Covener | 2020-01-31 | 1 | -1/+1 |
* | * modules/mappers/mod_rewrite.c: Enhance trace-level logging to log | Joe Orton | 2019-09-13 | 1 | -166/+205 |
* | followup to r1861542: return early from error path | Eric Covener | 2019-06-18 | 1 | -2/+2 |
* | add RedirectRelative directive to allow relative Redirect targets | Eric Covener | 2019-06-17 | 1 | -47/+61 |
* | style: cmd_rec at the bottom | Eric Covener | 2019-06-17 | 1 | -27/+28 |
* | LanguagePriority should be case-insensitive in order to match AddLanguage beh... | Christophe Jaillet | 2019-01-10 | 1 | -1/+1 |
* | Retsore 2.4.x default behavior modified in r1557580. | Christophe Jaillet | 2018-10-22 | 1 | -1/+1 |
* | * modules/mappers/mod_negotiation.c (set_language_quality): Remove | Joe Orton | 2018-10-05 | 1 | -3/+0 |
* | When a rewrite to proxy is configured in the server config, a check is made t... | Christophe Jaillet | 2018-08-22 | 1 | -0/+10 |
* | If several directories are given in a UserDir directive, only files in the fi... | Christophe Jaillet | 2018-05-26 | 1 | -1/+12 |
* | PR62311: only create the rewritelock when needed | Eric Covener | 2018-05-17 | 1 | -9/+12 |
* | Fix some typos reported in PR 59998 | Christophe Jaillet | 2018-03-24 | 1 | -1/+1 |
* | Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both | Yann Ylavic | 2017-10-14 | 1 | -1/+1 |
* | core, mod_rewrite: introduce the 'redirect-keeps-vary' note | Luca Toscano | 2017-10-10 | 1 | -0/+2 |
* | mod_rewrite,core: avoid Vary:Host (part 2) | Luca Toscano | 2017-09-20 | 1 | -5/+5 |
* | mod_speling/PR 38923: don't embed Referer in link in error page. | Nick Kew | 2017-09-18 | 1 | -4/+4 |
* | mod_rewrite/core: avoid the 'Vary: Host' header | Luca Toscano | 2017-09-18 | 1 | -1/+4 |
* | Fix negotiation type parsing to be strict about "*", "*/*" and "type/*" | William A. Rowe Jr | 2017-07-05 | 1 | -3/+8 |
* | Partial reversal of r1800306... note virtual scripts in notes | Jim Jagielski | 2017-06-30 | 1 | -1/+5 |
* | proxy_fcgi: remove FPM-specific logic | Jacob Champion | 2017-06-29 | 1 | -5/+1 |
* | fix for RewriteOptions processing in r1798938 | Eric Covener | 2017-06-19 | 1 | -3/+4 |
* | add RewriteOptions LongURLOptimization | Eric Covener | 2017-06-16 | 1 | -12/+28 |
* | Save a few bytes in the request pool. | Christophe Jaillet | 2017-02-15 | 1 | -4/+4 |
* | Adjust as needed | Jim Jagielski | 2017-01-26 | 1 | -1/+5 |
* | PR60009: RewriteRule local prefix checking update | Eric Covener | 2016-12-29 | 1 | -1/+18 |
* | short-circuit some kinds of looping in RewriteRule. | Eric Covener | 2016-12-14 | 1 | -0/+11 |
* | 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 |