Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all locks after ttl from the db | Robin Appelman | 2015-12-09 | 1 | -7/+1 |
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
* | expire old lock rows | Robin Appelman | 2015-09-17 | 1 | -1/+55 |
* | log a warning while trying to acquire a db lock from within a transaction | Robin Appelman | 2015-08-10 | 1 | -1/+1 |
* | Fix db schema | Robin Appelman | 2015-08-03 | 1 | -1/+1 |
* | Add database backend for high level locking | Robin Appelman | 2015-08-03 | 1 | -0/+43 |
* | split off keeping track of acquire locks | Robin Appelman | 2015-08-03 | 1 | -0/+30 |
* | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 1 | -0/+53 |
* | unit test for releaseall | Robin Appelman | 2015-06-01 | 1 | -0/+24 |
* | allow getting the path from the lockedexception | Robin Appelman | 2015-04-30 | 1 | -0/+19 |
* | add memcache based shared/exclusive locking | Robin Appelman | 2015-04-30 | 2 | -0/+163 |