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-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
2014-01-10Add support for multiple memcached servers.Andreas Fischer
2014-01-06Remove the static dependency on OC_Util from MemcacheRobin Appelman
2014-01-06Use APCIterator for Memcache\APC::clear()Robin Appelman
2014-01-02Fix APCIterator syntax in \OC\Memcache\APCU::clearRobin Appelman
2013-12-18Merge remote-tracking branch 'owncloud/master' into fixing-3417-masterAndreas Fischer
2013-12-17Do not use xcache variable cache if cache size is 0.Andreas Fischer
2013-12-14Merge remote-tracking branch 'owncloud/master' into fixing-3417-masterAndreas Fischer
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller