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

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.