Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Lock to PSR-4 | Roeland Jago Douma | 2016-04-14 | 1 | -122/+0 |
* | Make lock ttl configurable | Robin Appelman | 2016-04-07 | 1 | -2/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | ttl for memcache locking backends that support it | Robin Appelman | 2015-12-09 | 1 | -0/+9 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -2/+0 |
* | split off keeping track of acquire locks | Robin Appelman | 2015-08-03 | 1 | -36/+4 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
* | clear memcache keys in locking | Robin Appelman | 2015-06-12 | 1 | -1/+2 |
* | Fixing undefined index 'foo' | Thomas Müller | 2015-06-01 | 1 | -0/+3 |
* | shared lock around hooks | Robin Appelman | 2015-06-01 | 1 | -0/+4 |
* | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 1 | -0/+20 |
* | dont release shared lock if we dont have any | Robin Appelman | 2015-06-01 | 1 | -2/+4 |
* | release all locks on shutdown | Robin Appelman | 2015-06-01 | 1 | -0/+27 |
* | allow getting the path from the lockedexception | Robin Appelman | 2015-04-30 | 1 | -2/+2 |
* | add memcache based shared/exclusive locking | Robin Appelman | 2015-04-30 | 1 | -0/+86 |