Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Memcache to PSR-4 | Roeland Jago Douma | 2016-04-18 | 1 | -189/+0 |
| | |||||
* | Fix errors in memcached implementation | Joas Schilling | 2016-03-14 | 1 | -4/+17 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Handle errors on memcached level - fixes #17397 | Thomas Müller | 2015-11-10 | 1 | -8/+30 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-05 | 1 | -0/+5 |
| | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data. | ||||
* | add compare-and-delete to the memcache interface | Robin Appelman | 2015-06-12 | 1 | -0/+2 |
| | |||||
* | add compare and swap to memcache | Robin Appelman | 2015-04-30 | 1 | -0/+2 |
| | |||||
* | extends memcache with add, inc and dec | Robin Appelman | 2015-04-30 | 1 | -1/+38 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
| | |||||
* | HHVM: Add workaround for missing Memcached::deleteMulti() | Andreas Fischer | 2014-12-17 | 1 | -1/+7 |
| | |||||
* | Memcached hasKey should test for success, the get can fail for other reasons. | Bart Visscher | 2014-05-08 | 1 | -1/+1 |
| | | | | One of the other failures is no running server. | ||||
* | Readd support for memcached_server config variable. | Andreas Fischer | 2014-01-10 | 1 | -1/+9 |
| | |||||
* | Add support for multiple memcached servers. | Andreas Fischer | 2014-01-10 | 1 | -2/+2 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+76 |
Conflicts: lib/private/vcategories.php |