| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
* | Merge pull request #21072 from owncloud/db-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -3/+3 |
|\ |
|
| * | Remove all locks after ttl from the db | Robin Appelman | 2015-12-09 | 1 | -3/+3 |
* | | ttl for memcache locking backends that support it | Robin Appelman | 2015-12-09 | 3 | -2/+11 |
|/ |
|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+2 |
* | add phpdoc | Robin Appelman | 2015-10-21 | 2 | -0/+13 |
* | Keep shared locks until the end of the request so we can reuse them | Robin Appelman | 2015-10-21 | 2 | -18/+94 |
* | catch all exception if table doesn't exists | Björn Schießle | 2015-10-20 | 1 | -1/+1 |
* | Catch "missing table" exception when cleaning up locks | Joas Schilling | 2015-10-08 | 1 | -1/+8 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -3/+1 |
* | remove warning when trying to get a lock while in transaction | Robin Appelman | 2015-09-25 | 1 | -4/+0 |
* | reduce amount of db calls needed for file-locks | Individual IT Services | 2015-09-22 | 1 | -12/+24 |
* | improve doc | Robin Appelman | 2015-09-17 | 1 | -1/+1 |
* | expire old lock rows | Robin Appelman | 2015-09-17 | 1 | -11/+45 |
* | Remove the need for the transaction in the database locking backend | Robin Appelman | 2015-09-17 | 1 | -16/+1 |
* | Adding path to log message | Thomas Müller | 2015-08-25 | 1 | -1/+1 |
* | log a warning while trying to acquire a db lock from within a transaction | Robin Appelman | 2015-08-10 | 1 | -1/+13 |
* | cleanup empty locks | Robin Appelman | 2015-08-10 | 1 | -0/+14 |
* | more phpdoc | Robin Appelman | 2015-08-03 | 1 | -1/+1 |
* | more phpdoc | Robin Appelman | 2015-08-03 | 1 | -1/+9 |
* | rename path field to key | Robin Appelman | 2015-08-03 | 1 | -8/+13 |
* | initialize unused (for now) ttl field to 0 | Robin Appelman | 2015-08-03 | 1 | -1/+1 |
* | Fix db schema | Robin Appelman | 2015-08-03 | 2 | -10/+8 |
* | Add database backend for high level locking | Robin Appelman | 2015-08-03 | 1 | -0/+131 |
* | split off keeping track of acquire locks | Robin Appelman | 2015-08-03 | 2 | -36/+100 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -0/+4 |
* | 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 |
* | fix nooplockingprovider | Robin Appelman | 2015-06-01 | 1 | -2/+9 |
* | 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 |
* | Added config switch for file locking | Vincent Petry | 2015-06-01 | 1 | -0/+60 |
* | 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 |