Commits
User selector
Commit History
Commits on Jan 30, 2007
Fiddle with object destruction and shutdown. Curses upon php 5.2. fixes #3354
Show description for 107b264committed
Commits on Nov 19, 2006
Reg singletons.
Show description for 6d123d0committed
Commits on May 31, 2006
wp_hash(), wp_salt(), and server secret.
Show description for 2d5dbe0committed
Commits on May 26, 2006
base64 cached objects and store within multi-line comment block to avoid CRLF injections into the cache. Props Peter Westwood.
Show description for 91dbad6committed
Commits on Apr 22, 2006
Disable cache by default.
Show description for 183dd75committed
Commits on Jan 19, 2006
Cache flush improvements from Owen. fixes #2223 #2278
Show description for c87ff19committed
Commits on Jan 18, 2006
Add ENABLE_CACHE flag to force persistent cache enable.
Show description for 080c0c2committed
Commits on Jan 14, 2006
Disable peristent cache when safe_mode.
Show description for 0d0a6b8committedAcquire lock when flushing cache.
Show description for 79da568committed
Commits on Jan 6, 2006
Save cache after the shutdown hook runs. fixes #2232
Show description for 915517ccommitted
Commits on Jan 5, 2006
Don't remove top level cache dir when flushing.
Show description for 04cd103committedMore reliable cache flusher that does not require glob().
Show description for a984308committed
Commits on Jan 2, 2006
Preserve suid and sgid bits when creating new directories. fixes #2190
Show description for f34cbd8committed
Commits on Dec 31, 2005
Default expiration is too long. Change it to 15 minutes.
Show description for 946cae6committed
Commits on Dec 19, 2005
Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096
Show description for 4957068committed
Commits on Nov 22, 2005
Silence mkdir().
Show description for 07c03bbcommitted
Commits on Nov 19, 2005
Silence fopen warnings and check return.
Show description for 3b16774committedSuppress fopen warnings and check return.
Show description for f086287committed
Commits on Nov 17, 2005
Don't loop over empty options. fixes #1900
Show description for c6c21c0committedDon't bother with sems.
Show description for bd536becommittedCheck if writable before checking if dir to avoid permission denied problems.
Show description for 3e78ac5committed
Commits on Nov 16, 2005
Silence file ops.
Show description for 753dbd7committedDon't flush if cache is disabled.
Show description for faa7e8ccommitted
Commits on Nov 14, 2005
Flush the cache before installing. fixes #1877
Show description for b49bd4dcommittedImplement wp_cache_flush().
Show description for d68dac7committedAvoid infinite recursion when expiring cache. fixes #1875
Show description for aedbd71committed
Commits on Nov 9, 2005
Remove debug cruft.
Show description for fb234accommittedAdd cache expiration. Cache requests for non-existant options.
Show description for 7f5284acommittedHide serialized object data in comment blocks within .php files. Props ringmaster. fixes #1857
Show description for aae1332committed
Commits on Nov 8, 2005
Oops. Comment out stats dump.
Show description for 9765974committedObfuscate keys with some salt. Add empty index.php files to the cache dirs to prevent directory listings. Props to ringmaster. fixes #1851
Show description for b5113facommittedRemove trailing blank lines.
Show description for b6930cecommitted
Commits on Nov 7, 2005
Object caching, round one.
Show description for c72a1f4committed
Loading