aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/FileCacheBase.php
Commit message (Expand)AuthorAgeFilesLines
* Improve class property documentationUmherirrender2020-10-301-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Use namespaced IPUtils classKunal Mehta2020-01-011-4/+6
* Migrate BagOStuff::incr() calls to incrWithInit()Aaron Schulz2019-08-251-9/+4
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* FileCacheBase: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-231-5/+6
* Clean up get_class($this) -> static::class in /includes/cache and /includes/libsTimo Tijhof2017-03-071-2/+2
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Make rebuildFileCache cover ?action=historyAaron Schulz2016-09-201-6/+0
* Migrate more callers away from $wgMemcAaron Schulz2015-10-261-8/+8
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Fixed some @params documentation (includes/[cache|objectcache])umherirrender2014-04-191-2/+2
* Update some documentationSiebrand Mazeland2013-12-031-0/+1
* Break long lines in includes/cache/Siebrand Mazeland2013-11-171-1/+2
* Update formattingSiebrand Mazeland2013-11-171-0/+7
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-1/+1
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-02-091-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-081-1/+23
* Add missing >Sam Reed2012-02-161-1/+1
* Fix some injection from r110871Antoine Musso2012-02-121-3/+6
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* make gzopen() portable by using binary flagAntoine Musso2012-02-081-1/+1
* simplify FileCacheBase::fetchTextAntoine Musso2012-02-071-6/+4
* add up comment for FileCache rewrite (r98698)Antoine Musso2012-02-071-1/+4
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+3
* Kill "* @return void"Sam Reed2012-01-121-3/+0
* Comment and whitespace fixesTim Starling2011-12-271-4/+4
* Follow-up r98698: Reduce amount of ipv6 spam in FileCacheBase::incrMissesRece...Aaron Schulz2011-12-231-1/+1
* Simplified cacheDirectory() in FileCacheBase and HTMLFileCache. It turns out ...Aaron Schulz2011-10-031-9/+2
* * Added isCacheWorthy() optimization (checks if the file exists, stale or not)Aaron Schulz2011-10-021-4/+13
* FileCache:Aaron Schulz2011-10-021-13/+86
* FU r98405: various document cleanupAaron Schulz2011-09-291-4/+4
* HTMLFileCache refactoring:Aaron Schulz2011-09-291-0/+173