Log of /contributions/modules/cacherouter/cacherouter.inc
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.
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.