LockSet: make acquire() able to get the whole set
[ganeti-local] / lib / locking.py
2008-03-04 Guido TrotterLockSet: make acquire() able to get the whole set
2008-03-04 Guido TrotterLockSet: encapsulate acquire() in try-except
2008-03-04 Guido TrotterMake LockSet.__names() return a list, not a set
2008-03-04 Guido TrotterLockSet: improve remove() api
2008-03-04 Guido TrotterLockSet: make acquire() return the set of names
2008-03-04 Guido TrotterLockSet: invert try/for nesting in acquire()
2008-03-04 Guido TrotterInitial GanetiLockManager implementation
2008-02-28 Guido TrotterLockSet: make acquire() fail faster on wrong locks
2008-02-28 Guido TrotterLockSet implementation and unit tests
2008-02-19 Guido TrotterAdd the delete() operation to SharedLock
2008-02-18 Guido TrotterFix a couple of SharedLock docstrings
2008-02-08 Guido TrotterShared Lock implementation and unit tests.