/[drupal]/contributions/modules/cacherouter/cacherouter.inc
ViewVC logotype

Log of /contributions/modules/cacherouter/cacherouter.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:03:25 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.2.2.11: +15 -6 lines
Diff to previous 1.2.2.11 , to branch point 1.2 , to next main 1.6
Big time bug fix update.

-Spent the past couple days tweaking the SHIT out of everything.
-Updated cacherouter.inc to work more like core cache.inc.
-Got all engines (except for the new memcached.inc) passing tests.
-Fixed XCache to not whites screen any more and actually work.
-Fixed eacc to actually work (and not bad I must say).  You MUST use the svn snapshot of eAccelerator for this to clear cache correctly.
tweaked apc/eacc/xcache to use files for locks for better reliability and true atomic locks.
-Fixed a ton of bugs.
-Ripped out stats.  STATS WILL NOT GO INTO 1.0.  Sorry guys, it's just not gonna happen.

I'm marking this as RC1.  Session handling and stats will go into 2.0.

Revision 1.2.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:12:46 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.2.4.5: +2 -2 lines
Diff to previous 1.2.4.5 , to branch point 1.2 , to next main 1.6
Update our cookie to be the same as the boost cookie.  No need for two cookies to do the exact same thing.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:12:43 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.10: +2 -2 lines
Diff to previous 1.2.2.10 , to branch point 1.2
Update our cookie to be the same as the boost cookie.  No need for two cookies to do the exact same thing.

Revision 1.2.6.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:12:40 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.11: +2 -2 lines
Diff to previous 1.2.6.11 , to branch point 1.2 , to next main 1.6
Update our cookie to be the same as the boost cookie.  No need for two cookies to do the exact same thing.

Revision 1.2.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:43:22 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.2.4.4: +29 -28 lines
Diff to previous 1.2.4.4 , to branch point 1.2
Wrap page_cache_fastpath so other modules could include cacherouter.

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:43:19 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.9: +29 -28 lines
Diff to previous 1.2.2.9 , to branch point 1.2
Wrap page_cache_fastpath so other modules could include cacherouter.

Revision 1.2.6.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:43:16 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.10: +29 -27 lines
Diff to previous 1.2.6.10 , to branch point 1.2
Wrap page_cache_fastpath so other modules could include cacherouter.

Revision 1.2.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:13:44 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.2.4.3: +18 -18 lines
Diff to previous 1.2.4.3 , to branch point 1.2
Fix for [#418764] by mundanity, TBarregren: cache_clear_all() in cacherouter.inc.  What the fuck??  I am surprised that I have gone this long without finding this bug.  Big ups to everyone for this one.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:13:41 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.8: +18 -18 lines
Diff to previous 1.2.2.8 , to branch point 1.2
Fix for [#418764] by mundanity, TBarregren: cache_clear_all() in cacherouter.inc.  What the fuck??  I am surprised that I have gone this long without finding this bug.  Big ups to everyone for this one.

Revision 1.2.6.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 10:13:39 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.9: +5 -5 lines
Diff to previous 1.2.6.9 , to branch point 1.2
Fix for [#418764] by mundanity, TBarregren: cache_clear_all() in cacherouter.inc.  What the fuck??  I am surprised that I have gone this long without finding this bug.  Big ups to everyone for this one.

Revision 1.2.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 12:26:37 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
CVS Tags: DRUPAL-7--1-0-BETA1
Changes since 1.2.4.2: +5 -10 lines
Diff to previous 1.2.4.2 , to branch point 1.2
Fixes apc, and general cache wiping for general wipe and wildcard wipe.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 12:26:22 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.7: +5 -8 lines
Diff to previous 1.2.2.7 , to branch point 1.2
Fixes apc, and general cache wiping for general wipe and wildcard wipe.

Revision 1.2.6.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 12:26:08 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.8: +7 -7 lines
Diff to previous 1.2.6.8 , to branch point 1.2
Fixes apc, and general cache wiping for general wipe and wildcard wipe.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 09:52:36 2008 UTC (11 months ago) by slantview
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +31 -11 lines
Diff to previous 1.5
Merge with DRUPAL-7--1

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 09:14:55 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.6: +1 -3 lines
Diff to previous 1.2.2.6 , to branch point 1.2
Fixes for silly typos and adding time based flushing to Database engine.

Revision 1.2.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:34:50 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.2.4.1: +2 -0 lines
Diff to previous 1.2.4.1 , to branch point 1.2
Update files with $Id$ and removed some cruft.  Merged with DRUPAL-6--1

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:23:54 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.5: +2 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
Updated all files to have $Id$ as well as a cleanup of some cruft.

Revision 1.2.6.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:16:10 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.7: +1 -1 lines
Diff to previous 1.2.6.7 , to branch point 1.2
missed one :)

Revision 1.2.6.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:14:48 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.6: +2 -0 lines
Diff to previous 1.2.6.6 , to branch point 1.2
Updated all files to have $Id$ as well as a cleanup of some cruft.

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 01:46:40 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.2: +121 -24 lines
Diff to previous 1.2
Merge with DRUPAL-6--1 in order to start working on a "real" Drupal 7 branch

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 22:13:20 2008 UTC (11 months, 1 week ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.4: +11 -5 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#330927 by Nick_vh, R.Muilwijk: Fix file caching.  Thanks!

Revision 1.2.6.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 01:20:50 2008 UTC (11 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA9
Changes since 1.2.6.5: +1 -1 lines
Diff to previous 1.2.6.5 , to branch point 1.2
this is one of those wtf moments... geez.

Fix for #334071 by longwave: thank you!

Revision 1.2.6.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 20:11:44 2008 UTC (12 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA7, DRUPAL-5--1-0-BETA8
Changes since 1.2.6.4: +1 -1 lines
Diff to previous 1.2.6.4 , to branch point 1.2
Fix for accidental swap of $bin and $table.

#266532 by andypost: Thanks.

Revision 1.2.6.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 00:58:49 2008 UTC (12 months, 4 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA6, DRUPAL-6--1-0-BETA5
Changes since 1.2.6.3: +16 -3 lines
Diff to previous 1.2.6.3 , to branch point 1.2
Fix for checking for gzip in both content and output.

Backporting from DRUPAL-6--1 branch.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 00:55:16 2008 UTC (12 months, 4 weeks ago) by slantview
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA7, DRUPAL-6--1-0-BETA8, DRUPAL-6--1-2-BETA5
Changes since 1.2.2.3: +19 -6 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Fixed checking for gzip in both the content and in the browser request.

#273618 by Nick_vh: Thank you.

Revision 1.2.6.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:38:51 2008 UTC (15 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.2: +8 -2 lines
Diff to previous 1.2.6.2 , to branch point 1.2
Fix for user expiration.

#279147 by R.Muilwijk

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:37:43 2008 UTC (15 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.2: +8 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fix for user expiration.

#279147 by R.Muilwijk

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:31:42 2008 UTC (15 months ago) by slantview
Branch: MAIN
Changes since 1.4: +8 -2 lines
Diff to previous 1.4
Fix for user expiration.

#279147 by R.Muilwijk

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:21:33 2008 UTC (15 months ago) by slantview
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Fix for undefined index warning.

#279274 by R.Muilwijk

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:21:11 2008 UTC (15 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.2.2.1: +1 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Fix for undefined index warning. and commit for double defined function flush.

#279274 by R.Muilwijk

Revision 1.2.6.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:18:47 2008 UTC (15 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.2.6.1: +1 -1 lines
Diff to previous 1.2.6.1 , to branch point 1.2
Fix for undefined index warning.

#279274 by R.Muilwijk

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 02:04:34 2008 UTC (17 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.2: +86 -14 lines
Diff to previous 1.2
Branching from HEAD.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 01:30:08 2008 UTC (17 months, 3 weeks ago) by slantview
Branch: MAIN
Changes since 1.2: +86 -14 lines
Diff to previous 1.2
Big updates.  Much appreciated the help from the following issues:

http://drupal.org/node/262830 - andypost:
-----------------------------------------
cacherouter.inc
* changed parameters to cache.inc style
* added comments from cache.inc

Cache.php
* added check for existence $conf mappings
* lookup & look variables are in-class and sharable
* prefix now stored with '-' sign if is set

CacheRouter.php
* added check for existence $conf mappings

Engines
db.php
* return 0 as in cache.inc
* overload flush to clean expired

apc memcache xcache
* lookup-keys are shared (for multisite) and now stores $expire param

Added eAccelerator engine


http://drupal.org/node/264428 - triclops
-----------------------------------------
* Fixed prefix issue


http://drupal.org/node/264430 - triclops
-----------------------------------------
* Changed $map to $this->map


Thanks to everyone for testing this.

Revision 1.2.6.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 01:00:40 2008 UTC (19 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA3, DRUPAL-5--1-0-BETA4
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
update for Drupal 5

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 09:01:19 2008 UTC (19 months, 4 weeks ago) by slantview
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-7--1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Remove last of the hard coded directory locations.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 08:40:50 2008 UTC (19 months, 4 weeks ago) by slantview
Branch: MAIN
Initial commit of CacheRouter

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2