]> granicus.if.org Git - apache/history - modules/mappers
mod_md: adding log tag numbers
[apache] / modules / mappers /
2019-06-18 Eric Covenerfollowup to r1861542: return early from error path
2019-06-17 Eric Coveneradd RedirectRelative directive to allow relative Redire...
2019-06-17 Eric Covenerstyle: cmd_rec at the bottom
2019-01-10 Christophe JailletLanguagePriority should be case-insensitive in order...
2018-10-22 Christophe JailletRetsore 2.4.x default behavior modified in r1557580.
2018-10-05 Joe Orton* modules/mappers/mod_negotiation.c (set_language_quali...
2018-08-22 Christophe JailletWhen a rewrite to proxy is configured in the server...
2018-05-26 Christophe JailletIf several directories are given in a UserDir directive...
2018-05-17 Eric CovenerPR62311: only create the rewritelock when needed
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2017-10-14 Yann YlavicFollow up to r1740928: including NOT_IN_PROXY in NOT_IN...
2017-10-10 Luca Toscanocore, mod_rewrite: introduce the 'redirect-keeps-vary...
2017-09-20 Luca Toscanomod_rewrite,core: avoid Vary:Host (part 2)
2017-09-18 Nick Kewmod_speling/PR 38923: don't embed Referer in link in...
2017-09-18 Luca Toscanomod_rewrite/core: avoid the 'Vary: Host' header
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-07-05 William A. Rowe JrFix negotiation type parsing to be strict about "*...
2017-06-30 Jim JagielskiPartial reversal of r1800306... note virtual scripts...
2017-06-29 Jacob Championproxy_fcgi: remove FPM-specific logic
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-06-19 Eric Covenerfix for RewriteOptions processing in r1798938
2017-06-16 Eric Coveneradd RewriteOptions LongURLOptimization
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-02-15 Christophe JailletSave a few bytes in the request pool.
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-30 Jacob Championbuildconf: merge apr-config mode from its feature branch
2017-01-26 Jim JagielskiAdjust as needed
2016-12-29 Eric CovenerPR60009: RewriteRule local prefix checking update
2016-12-14 Eric Covenershort-circuit some kinds of looping in RewriteRule.
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-05-28 Christophe JailletConstify and save a few bytes in the conf pool when...
2016-05-17 Stefan Eissingmod_rewrite: adding h2:// and h2c:// proxy schemes...
2016-03-15 Eric Covener[PATCH] mod_rewrite: double escaping of query strings...
2016-03-09 Eric Covenerfollowup to r1734125: null check for r->args
2016-03-08 Eric Covenermod_rewrite: Add QSL|qslast flag to allow rewrites...
2016-02-29 Eric Covenerrevert broken r1724656 which moved the rewrite loop...
2016-02-25 Rainer Jungmod_speling: make behavior of CheckCaseOnly and
2016-02-12 William A. Rowe JrSync mod_rewrite REMOTE_HOST to newbehavior (REMOTE_ADD...
2016-02-12 William A. Rowe Jrhostname: Test and log useragent_host per-request acros...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-14 Eric Covener *) mod_rewrite: Avoid looping on relative substitutio...
2015-12-29 Yann YlavicFollow up to r1715880: revert more abusive ap_casecmpst...
2015-12-11 Christophe JailletUse 'ap_array_str_contains' to simplify code.
2015-11-24 Yann YlavicFollow up to r1715880: revert abusive ap_casecmpstr...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-09-30 Christophe JailletFix some style issues on files that can easily be synch...
2015-09-07 Christophe JailletImprove macro definition in order to avoid potential...
2015-09-07 Christophe JailletRevert r1697735.
2015-09-02 Yann Ylavicmod_negotiation: simplify type-map body tag lookup...
2015-08-25 Christophe JailletFix an error spotted by sparse.
2015-08-12 Eric Covener+ *) mod_dir: Prevent the internal identifier "httpd...
2015-08-10 Christophe JailletAvoid a crash when lacking correct DB access permission...
2015-08-03 Eric CovenerAllow cookies set by mod_rewrite to contain ':' by...
2015-07-09 Yann Ylavics/\<\(\w\+\)\>\s\+\<\1\>/\1/g
2015-06-22 Yann Ylavicmod_alias: follow up to r1686853.
2015-06-22 Yann Ylavicmod_alias: follow up to r1653941.
2015-06-01 Christophe JailletInitialize args to not print garbage mem during a Rewri...
2015-05-26 Eric Covenerinitialize args to not print garbage mem during a Rewri...
2015-05-16 Yann YlavicFollow up to r1679181: fix warning (return discards...
2015-05-15 Eric Covenerrevert r1675103 because it [at least] causes FallBackRe...
2015-05-13 Yann Ylavicmod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewr...
2015-04-21 Eric CovenerIf a directory exists but no indexes can be resolved...
2015-03-06 Jan Kaluža*) mod_rewrite: Add support for starting External Rewri...
2015-01-31 Yann Ylavicmod_alias: follow up to r1653941.
2015-01-22 Graham LeggettUse unsigned bit fields.
2015-01-22 Graham Leggettmod_alias: Introduce expression parser support for...
2015-01-16 Eric Covenermod_rewrite: Improve 'bad flag delimeters' startup...
2014-11-29 Eric CovenerRemove some instances where a RewriteBase must be specified
2014-09-18 Christophe JailletConcat string at compile time when possible.
2014-09-01 Christophe JailletSilent some cppcheck warnings.
2014-05-22 Jeff Trawickthe fixup hook should log (what is expected to be)...
2014-05-10 Eric Covenerstop setting context info for AliasMatch. These concept...
2014-04-18 Jim Jagielskistrncmp(r->filename, "proxy:", 6) is faster than a
2014-04-05 Eric Coveneradd BNP flag to give control to the user on whether...
2014-04-03 Eric Covenerallow users to workaround the over-agressive backreference
2014-03-30 Rainer JungFix segfault in mod_alias introduced in r1132494.
2014-02-24 Jeff Trawicknormalize an ugly construct which somehow manages to...
2014-02-20 Eric Covener *) mod_rewrite: Add RewriteOptions InheritDown, Inher...
2014-02-01 Eric CovenerAdd %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094
2014-01-26 Chris DarrochSkip DirectoryIndex execution unless method is GET...
2014-01-22 Jim Jagielskimake mod_rewrite and mod_proxy UDS work together...
2014-01-18 Eric Covenerno make depend in sandbox, fix bld break from r1559394
2014-01-18 Eric Covenerfollowups to r1557641 suggested by nd -- add
2014-01-13 Eric Covenerdon't search for directory indexes/directoryslashes...
2014-01-13 Eric Covenerrestore http://svn.apache.org/viewvc?view=revision...
2014-01-13 Eric Covenermod_dir: rename the on/off/unset enum so it doesn't...
2014-01-12 Christophe Jaillet- Rename variable
2014-01-07 Eric Coveneravoid a tight busy loop with memory allocations when...
2013-12-15 Christophe Jaillet'ap_getword_conf' can not return NULL
2013-12-01 Christophe JailletFix missing spaces in messages
2013-10-02 Jim Jagielski *) mod_rewrite: Make rewrite websocket aware to allow...
2013-07-21 Christophe JailletCorrect the behaviour of CheckCaseOnly in mod_speling...
2013-07-02 Eric Covenerinclude util_charset.h in ebcdic builds
2013-03-03 Christophe JailletRemove useless tests.
next