Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-10Handle errors on memcached level - fixes #17397Thomas Müller
2015-10-30Add support for Redis password authLukas Reschke
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-05Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell
2015-07-16Fix memcache factory unit testsRobin McCorkell
2015-07-16Missing memcache should not cause occ hard-failRobin McCorkell
2015-06-25update license headers and authorsMorris Jobke
2015-06-16Merge pull request #16832 from owncloud/memcache-failJoas Schilling
2015-06-12switch to using watch to implement cas and cad on redisRobin Appelman
2015-06-12add compare-and-delete to the memcache interfaceRobin Appelman
2015-06-12compare-and-set and compare-and-delete using lua scripts for redisRobin Appelman
2015-06-12Throw exception if memcache misconfigured or missingVincent Petry
2015-06-11Null -> NullCacheThomas Müller
2015-06-11Revert "Null -> NullCache"Thomas Müller
2015-06-11Null -> NullCacheThomas Müller
2015-06-02Check for redis to be 2.2.5+Joas Schilling
2015-06-01add seperate config option for locking memcache backendRobin Appelman
2015-06-01Fix Null memcache fallback to match interfaceVincent Petry
2015-06-01Add CAS methods to Null memcacheVincent Petry
2015-04-30use trait for cas polyfill for xcacheRobin Appelman
2015-04-30add compare and swap to memcacheRobin Appelman
2015-04-30extends memcache with add, inc and decRobin Appelman
2015-04-15Memcache\Redis Add DB Select FunctionalityMichael Telatynski
2015-03-26Update license headersJenkins for ownCloud
2015-03-25Do not use APCu when apc.enabled is Off.Andreas Fischer
2015-03-17Add version and path to cache prefixLukas Reschke
2015-03-05\OC\Memcache\Cache implements \OCP\ICacheRobin McCorkell
2015-03-05Refactor \OC\Memcache\FactoryRobin McCorkell
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-18Revert "add debug log for memcache instantiation"Lukas Reschke
2015-02-17Use APCu only if available in version 4.0.6 and higherLukas Reschke
2015-02-16add debug log for memcache instantiationJörn Friedrich Dreyer
2015-02-16Add an array implementation of cache and use it if we are not debuggingJoas Schilling
2015-01-20Json_(en|de)code values on redis to be able to cache arraysJoas Schilling
2015-01-09Add Null memcacherRobin McCorkell
2014-12-19HHVM: In APC cache clear, only request the cache key in APCIterator.Andreas Fischer
2014-12-19Merge pull request #12748 from owncloud/redis_cacheMorris Jobke
2014-12-17HHVM: Add workaround for missing Memcached::deleteMulti()Andreas Fischer
2014-12-10Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer
2014-07-29Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer
2014-05-08Memcached hasKey should test for success, the get can fail for other reasons.Bart Visscher
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-08Merge pull request #6247 from owncloud/memcached-multiple-serversAndreas Fischer
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-02-04Merge pull request #6647 from owncloud/memcache-publicicewind1991
2014-01-24Fix some phpdoc errors and rename interfaceRobin Appelman
2014-01-24Add check for apc.enabled optionOtto Sabart
2014-01-10Readd support for memcached_server config variable.Andreas Fischer