index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
objectcache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
objectcache: Move main cache to internal "_LocalClusterCache" service
Timo Tijhof
2023-02-21
1
-3
/
+1
*
objectcache: make BagOStuff::makeKeyInternal protected in subclasses
Aaron Schulz
2023-02-21
1
-1
/
+1
*
Allow some maintenance scripts to be called without a LocalSettings
daniel
2023-02-16
1
-3
/
+8
*
ObjectCache: Make newFromParams() more suitable for internal re-use
Timo Tijhof
2023-02-15
1
-5
/
+6
*
Remove unused arguments to private functions
Umherirrender
2023-02-08
1
-21
/
+9
*
Remove unused local variable assignment
Umherirrender
2023-02-04
1
-1
/
+0
*
objectcache: Fix DI for MultiWriteBagOStuff sub caches
Timo Tijhof
2023-01-17
1
-1
/
+1
*
objectcache: Fix lack of DI for MultiWriteBagOStuff sub caches
Timo Tijhof
2023-01-13
1
-3
/
+14
*
objectcache: Move default 'stats' assignment with the others
Timo Tijhof
2023-01-11
1
-4
/
+1
*
rdbms: Consolidate logger channels into one
Timo Tijhof
2023-01-03
1
-2
/
+1
*
Merge "objectcache: suppress TransactionProfiler in occasionallyGarbageCollec...
jenkins-bot
2022-11-17
1
-0
/
+2
|
\
|
*
objectcache: suppress TransactionProfiler in occasionallyGarbageCollect()
Aaron Schulz
2022-11-10
1
-0
/
+2
*
|
objectcache: use multi-row upsert support in SqlBagOStuff
Aaron Schulz
2022-11-17
1
-64
/
+71
|
/
*
Merge "Use array_key_first()/array_key_last() in some places"
jenkins-bot
2022-10-21
1
-2
/
+1
|
\
|
*
Use array_key_first()/array_key_last() in some places
Tim Starling
2022-10-21
1
-2
/
+1
*
|
Merge "Use short array destructuring instead of list()"
jenkins-bot
2022-10-21
1
-14
/
+14
|
\
\
|
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-14
/
+14
|
|
/
*
/
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
|
/
*
Merge "SqlBagOStuff: Fix modtoken comparison"
jenkins-bot
2022-08-19
1
-1
/
+2
|
\
|
*
SqlBagOStuff: Fix modtoken comparison
Tim Starling
2022-08-19
1
-1
/
+2
*
|
SqlBagOStuff: Migrate from IDatabase::select to SelectQueryBuilder
Derick Alangi
2022-08-18
1
-36
/
+46
|
/
*
Merge "SqlBagOStuff: use cancelAtomic()"
jenkins-bot
2022-08-17
1
-10
/
+17
|
\
|
*
SqlBagOStuff: use cancelAtomic()
Tim Starling
2022-08-17
1
-10
/
+17
*
|
objectcache: Add trace to SqlBagOStuff DBError logging
Timo Tijhof
2022-08-17
1
-4
/
+4
|
/
*
objectcache: Remove unused WRITE_SYNC flag
Timo Tijhof
2022-08-02
1
-39
/
+0
*
PHPUnit: introduce setMainCache
daniel
2022-07-07
1
-1
/
+1
*
objectcache: Optimise SqlBagOStuff::incrWithInit with WRITE_BACKGROUND
Tim Starling
2022-07-04
1
-1
/
+43
*
objectcache: Deprecate BagOStuff::addBusyCallback() and reduce to a stub
Tim Starling
2022-05-27
1
-10
/
+1
*
objectcache: Simplify SqlBagOStuff class configuration
Tim Starling
2022-05-27
2
-170
/
+113
*
Merge "objectcache: reduce function_exists() calls in SqlBagOStuff"
jenkins-bot
2022-05-13
1
-2
/
+7
|
\
|
*
objectcache: reduce function_exists() calls in SqlBagOStuff
Aaron Schulz
2022-05-05
1
-2
/
+7
*
|
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-4
/
+4
|
/
*
docs: Fix 'the the' typo
Klein Muçi
2022-05-05
1
-5
/
+5
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
1
-5
/
+6
*
objectcache: remove "multiPrimaryMode" DB type assertion
Aaron Schulz
2022-04-21
1
-8
/
+2
*
objectcache: fix comments for SqlBagOStuff::deleteServerObjectsExpiringBefore()
Aaron Schulz
2022-04-14
1
-1
/
+2
*
objectcache: Simplify docs of SqlBagOStuff 'purgePeriod' option
Timo Tijhof
2022-04-13
1
-2
/
+2
*
Merge "installer: make 'db-replicated' an alias for CACHE_DB for sqlite"
jenkins-bot
2022-04-05
1
-1
/
+3
|
\
|
*
installer: make 'db-replicated' an alias for CACHE_DB for sqlite
Aaron Schulz
2022-04-05
1
-1
/
+3
*
|
objectcache: make "multiPrimaryMode" work with LB-based SqlBagOStuff
Aaron Schulz
2022-04-05
1
-1
/
+7
|
/
*
docs: Document how SqlBagOStuff::createTables() works
Timo Tijhof
2022-03-25
1
-4
/
+14
*
http,objectcache: Use local-unaware floats in sprintf() calls
Aaron Schulz
2022-03-24
1
-2
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+3
*
objectcache: add makeTimestampedModificationToken() type hint
Aaron Schulz
2022-03-19
1
-2
/
+2
*
cache: Fix various scalar and null types to match documentation
Umherirrender
2022-03-14
1
-13
/
+14
*
Merge "Use updated ObjectFactory namespace"
jenkins-bot
2022-03-12
1
-1
/
+1
|
\
|
*
Use updated ObjectFactory namespace
Alexander Vorwerk
2022-03-09
1
-1
/
+1
*
|
Merge "Fix various documentation related to null types (part II)"
jenkins-bot
2022-03-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix various documentation related to null types (part II)
Umherirrender
2022-03-08
1
-1
/
+1
*
|
SQLBagOStuff: Fix dbdomain argument in getConnectionViaLoadBalancer
Umherirrender
2022-03-09
1
-2
/
+3
[prev]
[next]