aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs
Commit message (Expand)AuthorAgeFilesLines
* uuid: Improve architecture rationale docs for GlobalIdGeneratorTimo Tijhof2021-02-181-20/+20
* docs: Fix 'dependant' typosTimo Tijhof2021-02-182-3/+3
* Merge "objectcache: make MediumSpecificBagOStuff::updateOpStats more robust"jenkins-bot2021-02-183-37/+40
|\
| * objectcache: make MediumSpecificBagOStuff::updateOpStats more robustAaron Schulz2021-02-183-37/+40
* | Merge "Fix a typo in ExpirationAwareness (Idom => Idiom)"jenkins-bot2021-02-181-1/+1
|\ \
| * | Fix a typo in ExpirationAwareness (Idom => Idiom)Martin Urbanec2021-02-181-1/+1
* | | Merge "objectcache: factor out WANObjectCache::fetchKeys() method"jenkins-bot2021-02-181-67/+107
|\ \ \ | |_|/ |/| |
| * | objectcache: factor out WANObjectCache::fetchKeys() methodAaron Schulz2021-02-141-67/+107
* | | Merge "Use static closures where safe to use"jenkins-bot2021-02-1427-78/+78
|\ \ \
| * | | Use static closures where safe to useUmherirrender2021-02-1127-78/+78
| |/ /
* | | Merge "objectcache: tweak MediumSpecificBagOStuff::updateOpStats call rate me...jenkins-bot2021-02-141-1/+1
|\ \ \
| * | | objectcache: tweak MediumSpecificBagOStuff::updateOpStats call rate metric nameAaron Schulz2021-02-091-1/+1
| |/ /
* | | Merge "Tighten invalid timestamp error checking"jenkins-bot2021-02-131-5/+10
|\ \ \ | |_|/ |/| |
| * | Tighten invalid timestamp error checkingAmmarpad2021-02-111-5/+10
| |/
* / MemoizedCallable: Disallow memoizing of unnamed closuresTimo Tijhof2021-02-111-2/+1
|/
* Merge "objectache: Revert "throw on Closure" in WANObjectCache"jenkins-bot2021-02-091-24/+0
|\
| * objectache: Revert "throw on Closure" in WANObjectCacheKrinkle2021-02-091-24/+0
* | Merge "WANObjectCache: throw on Closure"jenkins-bot2021-02-091-0/+24
|\|
| * WANObjectCache: throw on Closuredaniel2021-02-091-0/+24
* | Merge "objectcache: Set 'int' phan-param type for version in WANObjectCache::...jenkins-bot2021-02-091-1/+1
|\ \ | |/ |/|
| * objectcache: Set 'int' phan-param type for version in WANObjectCache::setMoritz Schubotz (physikerwelt)2021-02-091-1/+1
* | Merge "objectcache: Log more info when WANObjectCache async refresh fails"jenkins-bot2021-02-081-1/+11
|\ \
| * | objectcache: Log more info when WANObjectCache async refresh failsPetr Pchelko2021-02-041-1/+11
* | | Localisation updates from https://translatewiki.net.Translation updater bot2021-02-081-0/+1
* | | Status/StatusValue errors/warnings should be uniqueCindy Cicalese2021-02-061-5/+55
| |/ |/|
* | Merge "Fix documentation of IDatabase::selectField()"jenkins-bot2021-02-052-4/+7
|\ \
| * | Fix documentation of IDatabase::selectField()Thiemo Kreuz2021-02-052-4/+7
* | | Merge "Use the {@see …} syntax in the IDatabase interface"jenkins-bot2021-02-051-46/+46
|\ \ \
| * | | Use the {@see …} syntax in the IDatabase interfaceThiemo Kreuz2021-02-041-46/+46
| |/ /
* | | Merge "Use __CLASS__/::class to define callback for array_map/_filter/usort"jenkins-bot2021-02-053-6/+6
|\ \ \
| * | | Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-223-6/+6
* | | | rdbms: clean up CONN_SILENCE_ERRORS in get(Lazy|Maintenance|)ConnectionRef()Aaron Schulz2021-02-032-22/+44
| |/ / |/| |
* | | Merge "Remove DeferredStringifier class"jenkins-bot2021-02-031-57/+0
|\ \ \
| * | | Remove DeferredStringifier classDannyS7122021-02-031-57/+0
| | |/ | |/|
* / | Document and fix UploadBase::$mFinalExtension being nullThiemo Kreuz2021-02-031-1/+1
|/ /
* | Merge "CSSMin: Remove unused internal 'needsEmbedFallback' code"jenkins-bot2021-02-021-17/+1
|\ \
| * | CSSMin: Remove unused internal 'needsEmbedFallback' codeTimo Tijhof2021-02-021-17/+1
* | | Merge "objectcache: Fix non-numeric string check in HashBagOStuff for PHP 8"jenkins-bot2021-02-011-3/+4
|\ \ \
| * | | objectcache: Fix non-numeric string check in HashBagOStuff for PHP 8Umherirrender2021-01-311-3/+4
| | |/ | |/|
* | | build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-0/+1
* | | rdbms: Remove outdated MySQL 4 references and fix doc URLsTimo Tijhof2021-01-302-18/+16
| |/ |/|
* | Merge "objectcache: Always enable debug mode in BagOStuff"jenkins-bot2021-01-296-29/+9
|\ \
| * | objectcache: Always enable debug mode in BagOStuffTim Starling2021-01-296-29/+9
* | | Merge "mime: Make findMediaType() private (internal since 1.35)"jenkins-bot2021-01-281-3/+2
|\ \ \ | |/ / |/| |
| * | mime: Make findMediaType() private (internal since 1.35)Timo Tijhof2021-01-191-3/+2
* | | objectcache: return false during more error cases in RedisBagOStuff::*Multi()...Aaron Schulz2021-01-261-3/+15
* | | objectcache: fix broken for loop in RedisBagOStuff::doSetMulti()Aaron Schulz2021-01-261-4/+7
* | | Merge "objectcache: add statsd key metrics to BagOStuff classes"jenkins-bot2021-01-269-83/+318
|\ \ \
| * | | objectcache: add statsd key metrics to BagOStuff classesAaron Schulz2021-01-259-83/+318
* | | | Merge "rdbms: fix bogus read-only mode bug in LoadBalancer"jenkins-bot2021-01-252-92/+148
|\ \ \ \