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

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.