| Commit message (Expand) | Author | Age | Files | Lines |
* | More return documentation | Sam Reed | 2012-02-09 | 5 | -0/+8 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
* | Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() | Alexandre Emsenhuber | 2012-01-17 | 1 | -16/+16 |
* | (bug 32853) DBA cache broken in MW 1.18 | Antoine Musso | 2011-12-07 | 1 | -4/+7 |
* | purgeParserCache.php improvements: | Tim Starling | 2011-12-02 | 3 | -10/+63 |
* | (bug 29747) eAccelerator shared memory caching has been removed since it is n... | Chad Horohoe | 2011-11-22 | 2 | -49/+1 |
* | Bug 13759 - memcached predefined hashes | Sam Reed | 2011-11-19 | 1 | -5/+6 |
* | eol w/s | Mark A. Hershberger | 2011-11-03 | 1 | -26/+26 |
* | Meant to include these: feed the OCD: eol w/s | Mark A. Hershberger | 2011-11-01 | 2 | -4/+4 |
* | feed the OCD: eol w/s | Mark A. Hershberger | 2011-11-01 | 1 | -1/+1 |
* | Parse error (missing ';') in r99938. | Platonides | 2011-10-16 | 1 | -1/+1 |
* | Fixup some assignments in conditionals | Sam Reed | 2011-10-16 | 1 | -1/+3 |
* | Per Domas, reinstate <1e9 check that was dropped in r94199. Also document wha... | Roan Kattouw | 2011-10-06 | 1 | -3/+6 |
* | Added lock/unlock function stubs. Fixes: | Aaron Schulz | 2011-09-21 | 1 | -0/+10 |
* | * Added a script to reduce disk space on a MySQL parser cache setup such as t... | Tim Starling | 2011-09-09 | 3 | -3/+37 |
* | Merge r93797 to trunk, in a somewhat modified form: clamp expiries for memcac... | Roan Kattouw | 2011-08-10 | 1 | -0/+6 |
* | * (bug 30131) XCache with variable caching disabled no longer used for variab... | Brion Vibber | 2011-07-31 | 1 | -1/+1 |
* | Removed usage of error suppression operator | Alexandre Emsenhuber | 2011-07-06 | 1 | -1/+3 |
* | Allow SqlBagOStuff data to be split over many tables, to avoid lock contentio... | Tim Starling | 2011-07-04 | 1 | -17/+102 |
* | Revert r87145, bug 28752: Xcache doesn't work in cli mode. As pointed out on ... | Chad Horohoe | 2011-06-08 | 1 | -21/+2 |
* | Followup r83140, fix undefined $id | Sam Reed | 2011-05-29 | 1 | -1/+1 |
* | And even more documentation in various files | Sam Reed | 2011-05-29 | 1 | -0/+6 |
* | Even more documentation in various files | Sam Reed | 2011-05-29 | 1 | -0/+2 |
* | And even more documentation | Sam Reed | 2011-05-28 | 3 | -1/+7 |
* | And more documentation. Yaaaay | Sam Reed | 2011-05-28 | 2 | -0/+12 |
* | More parameter documentation!! | Sam Reed | 2011-05-28 | 2 | -2/+61 |
* | Fix function level comments that start with /* not /** | Sam Reed | 2011-05-21 | 1 | -1/+1 |
* | More versions added to @deprecated tags | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | Make this private since nothing outside here calls it | Chad Horohoe | 2011-04-29 | 1 | -1/+1 |
* | (bug 28752) XCache doesn't work in CLI mode | Chad Horohoe | 2011-04-29 | 1 | -4/+21 |
* | More parameter and return type hints | Sam Reed | 2011-04-25 | 1 | -0/+2 |
* | (Bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition. | Platonides | 2011-04-19 | 1 | -1/+6 |
* | In SQLBagOStuff: make it possible to change the purge period, or disable purg... | Tim Starling | 2011-04-12 | 1 | -8/+24 |
* | Add/tweak/update documentation and add some explicit defintions with type des... | Sam Reed | 2011-03-25 | 3 | -3/+22 |
* | Comment the var_dump() and add a comment. | Platonides | 2011-03-08 | 1 | -1/+5 |
* | Reorder so that wfProfileOut() is the last sentence before the return. | Platonides | 2011-03-06 | 1 | -4/+4 |
* | Follow up r83140. Add a clear() method to ObjectCache so that it can be used ... | Platonides | 2011-03-06 | 1 | -0/+7 |
* | * Added an Ehcache client. | Tim Starling | 2011-03-04 | 2 | -1/+227 |
* | * When CACHE_ANYTHING is requested, return the cached instance, don't constru... | Tim Starling | 2011-03-03 | 1 | -2/+2 |
* | Tweak debug() to use name of class in debug output | Chad Horohoe | 2011-03-03 | 1 | -1/+2 |
* | * Rewrote ObjectCache.php to conform to the modern coding style, and to be le... | Tim Starling | 2011-03-03 | 7 | -124/+350 |
* | More renames and splits for objectcache reorganisation. | Tim Starling | 2011-03-03 | 2 | -25/+1096 |
* | Start of ObjectCache reorganisation. Moved the object cache files to includes... | Tim Starling | 2011-03-03 | 9 | -0/+1044 |