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
/
libs
/
objectcache
/
RESTBagOStuff.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
objectcache: Fix RestBagOStuff bytes sent stats
Hannah Okwelum
2025-04-04
1
-1
/
+1
*
Remove unchecked exception annotations
Adam Wight
2024-09-17
1
-2
/
+0
*
objectcache: Improve overall BagOStuff class docs
Timo Tijhof
2024-09-11
1
-1
/
+1
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+13
*
Add namespace and deprecation alias to MultiHttpClient
Ebrahim Byagowi
2024-05-20
1
-0
/
+1
*
http: MultiHttpClient supports TelemetryHeadersInterface
Piotr Miazga
2023-09-12
1
-1
/
+1
*
objectcache: Reduce boilerplate and indirection around makeKey()
Timo Tijhof
2023-08-03
1
-9
/
+0
*
objectcache: remove deprecate BagOStuff::incr() method
Aaron Schulz
2023-03-10
1
-16
/
+0
*
objectcache: remove deprecate BagOStuff::decr() method
Aaron Schulz
2023-03-10
1
-4
/
+0
*
objectcache: make BagOStuff::makeKeyInternal protected in subclasses
Aaron Schulz
2023-02-21
1
-1
/
+1
*
Remove unused arguments to private functions
Umherirrender
2023-02-08
1
-3
/
+3
*
Remove unused local variable assignment
Umherirrender
2023-02-04
1
-1
/
+1
*
cache: Deduplicate RESTBagOStuff error logs
Gergő Tisza
2023-01-25
1
-5
/
+9
*
Remove unused variable from unpacking arrays
Umherirrender
2022-11-22
1
-2
/
+2
*
Merge "Use short array destructuring instead of list()"
jenkins-bot
2022-10-21
1
-4
/
+4
|
\
|
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-4
/
+4
*
|
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
|
/
*
objectcache: Remove unused WRITE_SYNC flag
Timo Tijhof
2022-08-02
1
-9
/
+0
*
session: Remove unrealized claims about WRITE_SYNC requirements
Timo Tijhof
2022-08-01
1
-16
/
+61
*
libs/objectcache: Minor code cleanup
Reedy
2022-06-26
1
-3
/
+6
*
cache: Fix various scalar and null types to match documentation
Umherirrender
2022-03-14
1
-2
/
+2
*
objectcache: deprecate BagOStuff incr() and decr() methods
Aaron Schulz
2022-02-18
1
-4
/
+22
*
objectcache: simplify BagOStuff::ATTR_* flags and set them for backends
Aaron Schulz
2021-08-31
1
-3
/
+1
*
Merge "SessionManager: Document expectations for storage backend"
jenkins-bot
2021-04-14
1
-0
/
+1
|
\
|
*
SessionManager: Document expectations for storage backend
Timo Tijhof
2021-01-08
1
-0
/
+1
*
|
Comments: use only // instead of more
DannyS712
2021-03-10
1
-1
/
+1
*
|
objectcache: make MediumSpecificBagOStuff::updateOpStats more robust
Aaron Schulz
2021-02-18
1
-2
/
+2
*
|
objectcache: add statsd key metrics to BagOStuff classes
Aaron Schulz
2021-01-25
1
-22
/
+28
|
/
*
objectcache: make BagOStuff key encoding more consistent
Aaron Schulz
2020-12-02
1
-0
/
+8
*
objectcache: only use memcached "gets" when tokens are needed
Aaron Schulz
2020-07-15
1
-1
/
+4
*
Remove deprecated "legacy" serialization type from RESTBagOStuff
Bill Pirkle
2020-07-13
1
-32
/
+18
*
Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-2
/
+2
*
Fix example Kask configuration in RESTBagOStuff class comment
Nikki Nikkhoui
2019-10-15
1
-1
/
+1
*
Add optional serialization_type and hmac_key param values to RESTBagOStuff
Bill Pirkle
2019-10-06
1
-6
/
+79
*
objectcache: improve BagOStuff arithmetic method signatures
Aaron Schulz
2019-08-24
1
-2
/
+6
*
objectcache: fix WRITE_ALLOW_SEGMENTS in BagOStuff cas() and add() methods
Aaron Schulz
2019-08-20
1
-1
/
+1
*
objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses
Aaron Schulz
2019-07-19
1
-1
/
+1
*
objectcache: add object segmentation support to BagOStuff
Aaron Schulz
2019-06-11
1
-2
/
+3
*
Add additional configuation parameters to RESTBagOStuff
Bill Pirkle
2019-05-21
1
-15
/
+103
*
objectcache: merge getWithToken() into doGet() for simplicity
Aaron Schulz
2019-03-27
1
-7
/
+1
*
objectcache: remove redundant merge() definitions
Aaron Schulz
2019-03-27
1
-4
/
+0
*
objectcache: remove BagOStuff::mergeViaLock() and update RESTBagOStuff
Aaron Schulz
2019-03-24
1
-22
/
+33
*
Make BagOStuff::incr abstract to discourage bad implementations
Aaron Schulz
2019-03-18
1
-0
/
+14
*
objectcache: make BagOStuff::add() abstract to discourage non-atomic versions
Aaron Schulz
2019-03-15
1
-0
/
+8
*
objectcache: add $flags argument to BagOStuff::delete()
Aaron Schulz
2019-03-07
1
-16
/
+3
*
RESTBagOStuff: improve timeouts and logging
Tim Starling
2018-06-21
1
-4
/
+33
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-1
/
+1
*
Fix spacing for @param and indent of function comments
Umherirrender
2017-08-15
1
-5
/
+5
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-2
/
+2
*
Support masking the WRITE_SYNC latency from ChronologyProtector
Aaron Schulz
2016-09-12
1
-0
/
+2
[next]