wiki.techinc.nl/includes/libs
Aaron Schulz 00e4420020 filebackend: optimize 'delete' for FSFileBackend to avoid is_file() calls
This also should reduce the chance of warnings due to race conditions

Change-Id: I06b6bcc5e0f009bb3d5135591d13ff098710a5b3
2019-09-07 15:06:28 -07:00
..
composer
eventrelayer
filebackend filebackend: optimize 'delete' for FSFileBackend to avoid is_file() calls 2019-09-07 15:06:28 -07:00
http Improve various PHP method doc blocks 2019-09-05 18:45:40 +00:00
iterators
lockmanager Unsuppress phan issues, part 8 2019-09-04 01:02:06 +00:00
Message lib/Message: Support MessageValue as a parameter 2019-08-30 15:14:37 -04:00
mime Unsuppress more phan issues (part 3) 2019-08-31 16:38:55 +00:00
objectcache docs: Fix Doxygen warning for invalid @bar in WANObjectCache 2019-09-05 16:23:36 +00:00
ParamValidator Clean up spacing of doc comments 2019-08-05 22:29:50 +00:00
rdbms rdbms: expand on LoadBalancer ownership concept 2019-09-05 12:08:13 -07:00
redis objectcache: clean up RedisBagOStuff and optimize changeTTLMulti() 2019-07-18 01:46:49 +00:00
services Add recursion check to createService() 2019-08-18 10:51:24 +03:00
stats Unsuppress other phan issues with low count 2019-08-30 09:42:15 +00:00
virtualrest
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php Clean up spacing of doc comments 2019-08-05 22:29:50 +00:00
DeferredStringifier.php
DnsSrvDiscoverer.php
EasyDeflate.php
ExplodeIterator.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
GenericArrayObject.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
HashRing.php Optimize HashRing to avoid hashing for the common single-location case 2019-08-29 19:30:27 -07:00
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Make MapCacheLRU::get() accept a default value and improve $maxAge default 2019-07-10 22:27:51 +00:00
MappedIterator.php Upgrade phan config to 0.7.1 2019-09-04 08:20:53 +00:00
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php
MWMessagePack.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Better docs to make phan happy 2019-09-07 16:47:18 +00:00
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php Avoid PHP warning due to bogus second tideways_xhprof_enable() argument 2019-08-25 15:03:33 -07:00
XhprofData.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.