| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | 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 | 1 | -2/+0 |
|/ |
|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+2 |
* | add phpdoc | Robin Appelman | 2015-10-21 | 1 | -0/+6 |
* | Keep shared locks until the end of the request so we can reuse them | Robin Appelman | 2015-10-21 | 1 | -18/+86 |
* | 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 | 1 | -0/+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 |
* | 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 | 1 | -8/+8 |
* | Add database backend for high level locking | Robin Appelman | 2015-08-03 | 1 | -0/+131 |