aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/objectcache/RESTBagOStuff.php
Commit message (Expand)AuthorAgeFilesLines
* objectcache: Fix RestBagOStuff bytes sent statsHannah Okwelum2025-04-041-1/+1
* Remove unchecked exception annotationsAdam Wight2024-09-171-2/+0
* objectcache: Improve overall BagOStuff class docsTimo Tijhof2024-09-111-1/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+13
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-0/+1
* http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-121-1/+1
* objectcache: Reduce boilerplate and indirection around makeKey()Timo Tijhof2023-08-031-9/+0
* objectcache: remove deprecate BagOStuff::incr() methodAaron Schulz2023-03-101-16/+0
* objectcache: remove deprecate BagOStuff::decr() methodAaron Schulz2023-03-101-4/+0
* objectcache: make BagOStuff::makeKeyInternal protected in subclassesAaron Schulz2023-02-211-1/+1
* Remove unused arguments to private functionsUmherirrender2023-02-081-3/+3
* Remove unused local variable assignmentUmherirrender2023-02-041-1/+1
* cache: Deduplicate RESTBagOStuff error logsGergő Tisza2023-01-251-5/+9
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-2/+2
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-4/+4
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-211-4/+4
* | Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
|/
* objectcache: Remove unused WRITE_SYNC flagTimo Tijhof2022-08-021-9/+0
* session: Remove unrealized claims about WRITE_SYNC requirementsTimo Tijhof2022-08-011-16/+61
* libs/objectcache: Minor code cleanupReedy2022-06-261-3/+6
* cache: Fix various scalar and null types to match documentationUmherirrender2022-03-141-2/+2
* objectcache: deprecate BagOStuff incr() and decr() methodsAaron Schulz2022-02-181-4/+22
* objectcache: simplify BagOStuff::ATTR_* flags and set them for backendsAaron Schulz2021-08-311-3/+1
* Merge "SessionManager: Document expectations for storage backend"jenkins-bot2021-04-141-0/+1
|\
| * SessionManager: Document expectations for storage backendTimo Tijhof2021-01-081-0/+1
* | Comments: use only // instead of moreDannyS7122021-03-101-1/+1
* | objectcache: make MediumSpecificBagOStuff::updateOpStats more robustAaron Schulz2021-02-181-2/+2
* | objectcache: add statsd key metrics to BagOStuff classesAaron Schulz2021-01-251-22/+28
|/
* objectcache: make BagOStuff key encoding more consistentAaron Schulz2020-12-021-0/+8
* objectcache: only use memcached "gets" when tokens are neededAaron Schulz2020-07-151-1/+4
* Remove deprecated "legacy" serialization type from RESTBagOStuffBill Pirkle2020-07-131-32/+18
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Fix example Kask configuration in RESTBagOStuff class commentNikki Nikkhoui2019-10-151-1/+1
* Add optional serialization_type and hmac_key param values to RESTBagOStuffBill Pirkle2019-10-061-6/+79
* objectcache: improve BagOStuff arithmetic method signaturesAaron Schulz2019-08-241-2/+6
* objectcache: fix WRITE_ALLOW_SEGMENTS in BagOStuff cas() and add() methodsAaron Schulz2019-08-201-1/+1
* objectcache: add MediumSpecificBagOStuff base class for non-proxy subclassesAaron Schulz2019-07-191-1/+1
* objectcache: add object segmentation support to BagOStuffAaron Schulz2019-06-111-2/+3
* Add additional configuation parameters to RESTBagOStuffBill Pirkle2019-05-211-15/+103
* objectcache: merge getWithToken() into doGet() for simplicityAaron Schulz2019-03-271-7/+1
* objectcache: remove redundant merge() definitionsAaron Schulz2019-03-271-4/+0
* objectcache: remove BagOStuff::mergeViaLock() and update RESTBagOStuffAaron Schulz2019-03-241-22/+33
* Make BagOStuff::incr abstract to discourage bad implementationsAaron Schulz2019-03-181-0/+14
* objectcache: make BagOStuff::add() abstract to discourage non-atomic versionsAaron Schulz2019-03-151-0/+8
* objectcache: add $flags argument to BagOStuff::delete()Aaron Schulz2019-03-071-16/+3
* RESTBagOStuff: improve timeouts and loggingTim Starling2018-06-211-4/+33
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-5/+5
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+2
* Support masking the WRITE_SYNC latency from ChronologyProtectorAaron Schulz2016-09-121-0/+2