summaryrefslogtreecommitdiffstats
path: root/lib/private/lock/memcachelockingprovider.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Lock to PSR-4Roeland Jago Douma2016-04-141-122/+0
* Make lock ttl configurableRobin Appelman2016-04-071-2/+4
* Happy new year!Thomas Müller2016-01-121-1/+1
* ttl for memcache locking backends that support itRobin Appelman2015-12-091-0/+9
* update licence headers via scriptMorris Jobke2015-10-051-2/+0
* split off keeping track of acquire locksRobin Appelman2015-08-031-36/+4
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* clear memcache keys in lockingRobin Appelman2015-06-121-1/+2
* Fixing undefined index 'foo'Thomas Müller2015-06-011-0/+3
* shared lock around hooksRobin Appelman2015-06-011-0/+4
* add method to atomically change between shared and exclusive lockRobin Appelman2015-06-011-0/+20
* dont release shared lock if we dont have anyRobin Appelman2015-06-011-2/+4
* release all locks on shutdownRobin Appelman2015-06-011-0/+27
* allow getting the path from the lockedexceptionRobin Appelman2015-04-301-2/+2
* add memcache based shared/exclusive lockingRobin Appelman2015-04-301-0/+86