Aaron Schulz 633252c3e9 Use LB server configuration to force DB domains in ExternalStorageDB 6 years ago
..
composer 6df9ed1ad6 update mediawiki-codesniffer to 0.11.0 and fix issues 7 years ago
eventrelayer 82e2c924e4 Remove "@author Aaron Schulz" annotations 7 years ago
filebackend cd233f1165 Separate additional swift users for public and private 7 years ago
http 2d5c742db3 Use SPDX 3.0 license identifier 7 years ago
iterators 344cbdc645 Move utils/iterators/ into libs/ 8 years ago
lockmanager 39f0f919c5 Update suppressWarning()/restoreWarning() calls 7 years ago
mime 39f0f919c5 Update suppressWarning()/restoreWarning() calls 7 years ago
objectcache 01c63a5eb5 objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0 6 years ago
rdbms 633252c3e9 Use LB server configuration to force DB domains in ExternalStorageDB 6 years ago
redis a778ea1316 Ignore errors in RedisConnectionPool destructor 7 years ago
replacers fb3ae6fbe3 Replace use of &$this 8 years ago
stats 336454104d Try to opportunistically flush statsd data in maintenance scripts 7 years ago
virtualrest 369b3fa977 Normalize PHPDoc attributes 7 years ago
xmp f2f370cb31 Fix XMPReader/XMPValidator for PHP 7 7 years ago
APACHE-LICENSE-2.0.txt bb5709241e CSSJanus: Add Apache license header 10 years ago
ArrayUtils.php a9007e8baf Add missing & to @param documentation to match functon call 7 years ago
CSSMin.php a9bbf8e32b CSSMin: Fix breaking of quoted urls with outer spacing 6 years ago
Cookie.php 7a62e41f09 Move CookieJar class to own file 9 years ago
CookieJar.php 1531659d25 Clean up http classes a bit 8 years ago
CryptHKDF.php ecdef925bb Miscellaneous indentation tweaks 8 years ago
CryptRand.php 514522b6c0 Reduce some nesting in CryptRand.php 6 years ago
DeferredStringifier.php dd1c59d0dc Soft deprecate DeferredStringifier class 7 years ago
DnsSrvDiscoverer.php 9b459d29e0 Add EtcdConfig class 8 years ago
ExplodeIterator.php d67197fa11 Cleanup some incorrect return annotations 8 years ago
GenericArrayObject.php 3f1a52805e Use short type bool/int in param documentation 7 years ago
HashRing.php 0bc629fefc Remove unused HashRing::newWithoutLocation() method 7 years ago
HtmlArmor.php 2d5c742db3 Use SPDX 3.0 license identifier 7 years ago
HttpStatus.php d19a4dd230 Fix return in HttpStatus::header 7 years ago
IEUrlExtension.php ef470ebf7f Remove @param comments that literally repeat what the code says 7 years ago
IP.php 86d7bd86fa Update IPSet use statements 7 years ago
JavaScriptMinifier.php 3316a00c26 JavaScriptMinifier: Fix "Uninitialized offset" in regexp char class parsing 7 years ago
MWCryptHash.php 9300bc2933 Move MWCryptHash into libs/ 8 years ago
MWMessagePack.php e74bfe13f6 Require indentation of CASE statements in PHP code 7 years ago
MapCacheLRU.php 01307b2cc9 Allow two-queue style insertion in MapCacheLRU 7 years ago
MappedIterator.php 82e2c924e4 Remove "@author Aaron Schulz" annotations 7 years ago
MemoizedCallable.php f739a8f368 Improve some parameter docs 7 years ago
MessageSpecifier.php c15caa6d53 Split StatusValue out of Status class and put it in /libs 10 years ago
MultiHttpClient.php aec80a1fb7 Bump PHP version requirement to 7.0.0+ 6 years ago
ProcessCacheLRU.php a90350ee32 Add more ProcessCacheLRU comments 7 years ago
README 6893a4dbcf Might not be GPLv2 14 years ago
ReplacementArray.php 6e9b4f0e9c Convert all array() syntax to [] 9 years ago
ReverseArrayIterator.php a7e2b5b284 HTML5 Balancer 8 years ago
RiffExtractor.php c161c46d26 Improve code suffering from PHP 5.3's lack of support for foo()[] 9 years ago
StatusValue.php ef470ebf7f Remove @param comments that literally repeat what the code says 7 years ago
StringUtils.php bab845ecfe Remove old hacks in StringUtils::isUtf8() 7 years ago
Timing.php 06ba5ca383 Remove internal use of deprecated $wgRequestTime 7 years ago
UDPTransport.php dad7abd9ce Create a generic UDP transport class 10 years ago
Xhprof.php f739a8f368 Improve some parameter docs 7 years ago
XhprofData.php 593442683d benchmarks: Add rate per second and standard deviation to output 7 years ago
jsminplus.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 7 years ago

README

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.