aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/FileCacheBase.php
Commit message (Expand)AuthorAgeFilesLines
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+1
* objectcache,profiler,externalstore: Simpler mt_rand() for 1 in N chanceTimo Tijhof2024-09-251-1/+1
* cache: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+5
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* User objectCacheFactory methods not deprecated ObjectCache methodsWandji692024-06-061-3/+4
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+7
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-9/+10
* cache: Introduce member to expose service options for configsDerick Alangi2022-04-131-8/+20
* Avoid use of null, bool or Status in log messagesUmherirrender2022-03-021-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-10/+11
* Prefer is_dir/is_file to file_existsKosta Harlan2022-01-041-1/+1
* 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