aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix various documentation related to falseUmherirrender2022-03-031-1/+1
|/
* Add explicit casts between scalar typesUmherirrender2022-03-011-4/+4
* Avoid references to DefaultSettings.daniel2022-02-221-2/+2
* objectcache: deprecate BagOStuff incr() and decr() methodsAaron Schulz2022-02-181-5/+4
* objectcache: add "globalKeyLbDomain" option to use with "globalKeyLB"Aaron Schulz2022-01-311-5/+21
* Fix typos in comments (S)Siddharth VP2022-01-091-2/+2
* objectcache: Change variable name from master to primaryUmherirrender2021-10-141-4/+4
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* objectcache: simplify BagOStuff::ATTR_* flags and set them for backendsAaron Schulz2021-08-311-3/+1
* Merge "objectcache: call silenceTransactionProfiler() in SqlBagOStuff::fetchB...jenkins-bot2021-08-281-1/+3
|\
| * objectcache: call silenceTransactionProfiler() in SqlBagOStuff::fetchBlobs()Aaron Schulz2021-08-281-1/+3
* | objectcache: cleanup config injection and method names in SqlBagOStuffAaron Schulz2021-08-282-14/+20
|/
* objectcache: make use of new `modtoken` field in SqlBagOStuff (ii)Aaron Schulz2021-08-201-377/+1059
* Revert "objectcache: make use of new `modtoken` field in SqlBagOStuff"Ladsgroup2021-08-171-1018/+377
* objectcache: make use of new `modtoken` field in SqlBagOStuffAaron Schulz2021-08-051-377/+1018
* ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPosJames D. Forrester2021-08-021-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* objectcache: make BagOStuff::lock/unlock easier to overrideAaron Schulz2021-07-191-52/+21