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

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.