| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |