wiki.techinc.nl/includes/libs
Aaron Schulz bccc483cbe Ignore query cache in LoadMonitorMySQL
Change-Id: I0b3c27ca6d2f8805297d91557cc40bd4bbc1a677
2016-12-02 01:09:44 -08:00
..
composer checkComposerLockUpToDate: Always check dependencies 2016-10-16 12:49:41 -07:00
eventrelayer Merge "Make WAN cache config use $wgEventRelayerConfig" 2016-04-25 20:48:19 +00:00
filebackend Merge "Update weblinks in comments from HTTP to HTTPS" 2016-11-08 21:32:00 +00:00
iterators Move utils/iterators/ into libs/ 2016-10-16 17:33:23 +00:00
lockmanager Use wikimedia/wait-condition-loop 2016-10-01 00:25:43 -07:00
mime Merge "Update weblinks in comments from HTTP to HTTPS" 2016-11-08 21:32:00 +00:00
objectcache Revert "objectcache: detect default getWithSetCallback() set options" 2016-11-16 10:35:27 +00:00
rdbms Ignore query cache in LoadMonitorMySQL 2016-12-02 01:09:44 -08:00
redis Move RedisConnectionPool to /libs/redis 2016-09-23 00:20:19 -07:00
replacers
stats Move SamplingStatsdClient into stats/ subdirectory 2016-09-21 00:47:55 -07:00
time Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
virtualrest Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
xmp Use namespaced ScopedCallback 2016-10-17 15:46:05 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Allow tag names for SqlBagOStuff consistent hashing 2016-04-18 22:21:22 +00:00
Cookie.php Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CookieJar.php Clean up http classes a bit 2016-11-30 19:00:44 -08:00
CryptHKDF.php Move most of MWCryptHKDF into libs 2016-10-17 22:16:17 +00:00
CryptRand.php CryptRand: remove newlines from logging message 2016-11-10 15:33:23 +01:00
CSSMin.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
DeferredStringifier.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php HtmlArmor: Pass ENT_QUOTES to htmlspecialchars() 2016-08-07 00:19:15 +02:00
HttpStatus.php
IEUrlExtension.php Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" 2016-04-13 19:49:39 +00:00
IP.php Move IP class to libs/ 2016-09-21 20:18:08 -07:00
JavaScriptMinifier.php
jsminplus.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
MapCacheLRU.php MapCacheLRU: Support null values in getWithSetCallback() 2016-09-12 21:45:51 -07:00
MappedIterator.php
MemoizedCallable.php Detect/use APCu properly 2016-10-01 23:07:47 +01:00
MessageSpecifier.php
MultiHttpClient.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
MWCryptHash.php Move MWCryptHash into libs/ 2016-10-01 23:19:28 -07:00
MWMessagePack.php
ObjectFactory.php
ProcessCacheLRU.php Allow requiring cache size for page props 2016-08-18 12:57:34 -07:00
README
ReplacementArray.php
ReverseArrayIterator.php HTML5 Balancer 2016-07-12 14:18:04 +10:00
RiffExtractor.php
StatusValue.php Merge "Improve Status/StatusValue::splitByErrorType type hint" 2016-10-24 05:11:30 +00:00
StringUtils.php Clean up after "Kill mbstring fallbacks" 2016-04-07 09:02:37 -04:00
Timing.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
UDPTransport.php
Xhprof.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
XhprofData.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +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.