]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
hostname: Test and log useragent_host per-request across various modules,
[apache] / modules / mappers / mod_rewrite.c
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-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-09-07 Christophe JailletImprove macro definition in order to avoid potential...
2015-09-07 Christophe JailletRevert r1697735.
2015-08-25 Christophe JailletFix an error spotted by sparse.
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-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-13 Yann Ylavicmod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewr...
2015-03-06 Jan Kaluža*) mod_rewrite: Add support for starting External Rewri...
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-05-22 Jeff Trawickthe fixup hook should log (what is expected to be)...
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-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-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-13 Eric Covenerdon't search for directory indexes/directoryslashes...
2014-01-07 Eric Coveneravoid a tight busy loop with memory allocations when...
2013-10-02 Jim Jagielski *) mod_rewrite: Make rewrite websocket aware to allow...
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-11-17 Eric CovenerPR53963: don't merge the rewritebase down w/o an opt-in
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-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-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 LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-09-26 Jim JagielskiNo longer do double duty...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-15 Stefan Fritschreplace non-threadsafe use of srand() and rand() with...
2011-08-08 Eric CovenerPrevent a crash if a non-existent internal RewriteMap...
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-07-06 Stefan FritschFix regexp RewriteCond with NoCase,
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-06-22 Stefan FritschVarious code cleanup
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-17 Jim Jagielskirevert this... sorry
2011-06-17 Jim JagielskiRevert "fix unexpected enum operation"
2011-06-15 Jeff Trawickfix unexpected enum operation
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-25 Stefan FritschReport filename and line number in config warning
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-03-23 Rich BowenOr, perhaps that's even clearer, without getting too...
2011-03-23 Rich BowenAttemps to clarify a rather cryptic error message.
2011-03-13 Graham Leggettmod_rewrite: Decline immediately if the rewrite engine...
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-30 Ruediger Pluem* Silence compiler warning about possibly uninitialized use
2010-12-29 Stefan FritschAllow to use arbitrary boolean expressions (ap_expr...
2010-12-29 Stefan Fritschin struct backrefinfo: remove nsub member which is...
2010-12-29 Stefan FritschAllow to unset environment variables using E=!VAR.
2010-12-11 Eric CovenerPR 50447: mod_rewrite escapes the original [escaped...
2010-12-04 Eric CovenerPR 39313: allow the user to configure which rules come...
2010-11-08 Graham Leggettmod_rewrite: Fix the RewriteEngine directive to work...
2010-10-29 Eric CovenerAdd an END flag to RewriteRule that acts like L=LAST...
2010-10-15 Stefan Fritschreturn early if we are not logging anyway
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-16 William A. Rowe JrIntroduce integer comparison support in RewriteCond
2010-09-16 William A. Rowe JrReduce complexity and fix a regex.t based on observatio...
2010-09-16 William A. Rowe Jr*) Accept modern bash test conventions of -h or -L...
2010-09-01 Jeff Trawickset default pattern type using the enum value instead of
2010-08-18 Stefan Fritschmod_rewrite: Log errors if rewrite map files cannot...
2010-08-18 Stefan FritschRemove obsolete "see error log" log messages.
2010-08-03 Stefan Fritschremove some useless use of strlen()
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-03 Rainer JungRemove superfluous EOL from mod_rewrite logging.
2010-07-03 Rainer JungAllow to set environment variables using mod_rewrite...
2010-06-11 Eric Covenermod_rewrite.c:447: warning: format not a string literal...
next