]> granicus.if.org Git - apache/history - modules/mappers
A little odd having that warning buried under the machine-readable
[apache] / modules / mappers /
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.
2013-02-18 Eric CovenerUnbreak default case of RewriteBase not being set after...
2012-12-15 Eric Covenerfix r1416889 a different way -- the referer should...
2012-12-15 Eric Covenerconst fixes for mod_imagemap, fatal on old xlc due...
2012-12-04 Guenter KnaufFixed type mismatch.
2012-11-26 Jim JagielskiCVE-2012-3499 and CVE-2012-4558
2012-11-17 Eric CovenerPR53963: don't merge the rewritebase down w/o an opt-in
2012-11-09 Jim JagielskiRemove warnings
2012-10-15 Christophe Jailletcppcheck: arrayIndexThenCheck - change the order of...
2012-10-15 Christophe Jailletccpcheck: duplicateExpression - 'vary_by_language...
2012-10-14 Vincent DeffontainesFallbackResource : Support for the 'disabled' argument
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-06 Stefan Fritschremove now unecessary assignment
2012-08-06 Stefan FritschUse apr_pcalloc for rewritemap_entry struct, to avoid...
2012-07-10 Stefan Fritschstyle fix
2012-07-03 Eric Coveneradd a pointer to 'rewriteoptions', without giving away...
2012-07-02 Joe Orton* modules/mappers/mod_rewrite.c (cmd_rewriteoptions...
2012-06-13 Joe OrtonSECURITY: CVE-2012-2687 (cve.mitre.org):
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-04 André Malomod_rewrite: Fix RewriteCond integer checks to be parse...
2012-04-04 André Malostatic scope for rewritemap_mutex_type.
2012-03-07 Eric CovenerPR52845: "DirectoryIndex disabled" should blow away...
2012-02-02 Eric Covenerrevert "overloaded" recent additions to mod_rewrite
2012-02-02 Eric Coveneradd an internal sleep map function that expands to...
2012-02-02 Eric Covenertreat a rewriterule substitution that expands to "...
2012-01-26 Jim Jagielskihttps also needs QS
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Joe OrtonFix for additional cases of URL rewriting with ProxyPas...
2011-12-01 Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
2011-11-25 Graham LeggettRemove unused variable.
next