aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache
Commit message (Expand)AuthorAgeFilesLines
...
* objectcache: Move main cache to internal "_LocalClusterCache" serviceTimo Tijhof2023-02-211-3/+1
* objectcache: make BagOStuff::makeKeyInternal protected in subclassesAaron Schulz2023-02-211-1/+1
* Allow some maintenance scripts to be called without a LocalSettingsdaniel2023-02-161-3/+8
* ObjectCache: Make newFromParams() more suitable for internal re-useTimo Tijhof2023-02-151-5/+6
* Remove unused arguments to private functionsUmherirrender2023-02-081-21/+9
* Remove unused local variable assignmentUmherirrender2023-02-041-1/+0
* objectcache: Fix DI for MultiWriteBagOStuff sub cachesTimo Tijhof2023-01-171-1/+1
* objectcache: Fix lack of DI for MultiWriteBagOStuff sub cachesTimo Tijhof2023-01-131-3/+14
* objectcache: Move default 'stats' assignment with the othersTimo Tijhof2023-01-111-4/+1
* rdbms: Consolidate logger channels into oneTimo Tijhof2023-01-031-2/+1
* Merge "objectcache: suppress TransactionProfiler in occasionallyGarbageCollec...jenkins-bot2022-11-171-0/+2
|\
| * objectcache: suppress TransactionProfiler in occasionallyGarbageCollect()Aaron Schulz2022-11-101-0/+2
* | objectcache: use multi-row upsert support in SqlBagOStuffAaron Schulz2022-11-171-64/+71
|/
* Merge "Use array_key_first()/array_key_last() in some places"jenkins-bot2022-10-211-2/+1
|\
| * Use array_key_first()/array_key_last() in some placesTim Starling2022-10-211-2/+1
* | Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-14/+14
|\ \
| * | Use short array destructuring instead of list()Tim Starling2022-10-211-14/+14
| |/
* / Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
|/
* Merge "SqlBagOStuff: Fix modtoken comparison"jenkins-bot2022-08-191-1/+2
|\
| * SqlBagOStuff: Fix modtoken comparisonTim Starling2022-08-191-1/+2
* | SqlBagOStuff: Migrate from IDatabase::select to SelectQueryBuilderDerick Alangi2022-08-181-36/+46
|/
* Merge "SqlBagOStuff: use cancelAtomic()"jenkins-bot2022-08-171-10/+17
|\
| * SqlBagOStuff: use cancelAtomic()Tim Starling2022-08-171-10/+17
* | objectcache: Add trace to SqlBagOStuff DBError loggingTimo Tijhof2022-08-171-4/+4
|/
* objectcache: Remove unused WRITE_SYNC flagTimo Tijhof2022-08-021-39/+0
* PHPUnit: introduce setMainCachedaniel2022-07-071-1/+1
* objectcache: Optimise SqlBagOStuff::incrWithInit with WRITE_BACKGROUNDTim Starling2022-07-041-1/+43
* objectcache: Deprecate BagOStuff::addBusyCallback() and reduce to a stubTim Starling2022-05-271-10/+1
* objectcache: Simplify SqlBagOStuff class configurationTim Starling2022-05-272-170/+113
* Merge "objectcache: reduce function_exists() calls in SqlBagOStuff"jenkins-bot2022-05-131-2/+7
|\
| * objectcache: reduce function_exists() calls in SqlBagOStuffAaron Schulz2022-05-051-2/+7
* | Fix many typos in commentsMatěj Suchánek2022-05-101-4/+4
|/
* docs: Fix 'the the' typoKlein Muçi2022-05-051-5/+5
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-5/+6
* objectcache: remove "multiPrimaryMode" DB type assertionAaron Schulz2022-04-211-8/+2
* objectcache: fix comments for SqlBagOStuff::deleteServerObjectsExpiringBefore()Aaron Schulz2022-04-141-1/+2
* objectcache: Simplify docs of SqlBagOStuff 'purgePeriod' optionTimo Tijhof2022-04-131-2/+2
* Merge "installer: make 'db-replicated' an alias for CACHE_DB for sqlite"jenkins-bot2022-04-051-1/+3
|\
| * installer: make 'db-replicated' an alias for CACHE_DB for sqliteAaron Schulz2022-04-051-1/+3
* | objectcache: make "multiPrimaryMode" work with LB-based SqlBagOStuffAaron Schulz2022-04-051-1/+7
|/
* docs: Document how SqlBagOStuff::createTables() worksTimo Tijhof2022-03-251-4/+14
* http,objectcache: Use local-unaware floats in sprintf() callsAaron Schulz2022-03-241-2/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
* objectcache: add makeTimestampedModificationToken() type hintAaron Schulz2022-03-191-2/+2
* cache: Fix various scalar and null types to match documentationUmherirrender2022-03-141-13/+14
* Merge "Use updated ObjectFactory namespace"jenkins-bot2022-03-121-1/+1
|\
| * Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* | Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-091-1/+1
|\ \ | |/ |/|
| * Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* | SQLBagOStuff: Fix dbdomain argument in getConnectionViaLoadBalancerUmherirrender2022-03-091-2/+3