Convert RenameInstance to (status, data)
[ganeti-local] / lib / locking.py
2008-12-11 Iustin PopFix epydoc format warnings
2008-09-11 Guido TrotterLockSet: forbid add() on a partially owned set
2008-09-11 Guido TrotterFix typo in a locking.py comment
2008-09-11 Guido TrotterAdd GanetiLockManager.is_owned function
2008-09-11 Guido TrotterFix LockSet._names() to work with the set-lock
2008-09-05 Guido TrotterAdd locking.ALL_SET constant and use it
2008-08-18 Guido TrotterLockSet: allow lists with duplicate values
2008-07-23 Guido TrotterInvert nodes/instances locking order
2008-07-08 Guido TrotterLocking: remove LEVEL_CONFIG lockset
2008-07-08 Guido TrotterLocking: add ssynchronized decorator
2008-04-15 Guido TrotterSharedLock: restrict assertion condition
2008-04-02 Guido TrotterLocking: fix one indentation error (codestyle)
2008-04-02 Guido TrotterLocking: fix superlong lines (codestyle)
2008-03-18 Guido TrotterLocking: remove an empty space at End Of Line
2008-03-18 Guido TrotterIncrease SharedLock fairness
2008-03-04 Guido TrotterLockSet: handle empty case
2008-03-04 Guido TrotterLockSet: collapse two try/except into one
2008-03-04 Guido TrotterSharedLock: remove wrong assertion in code
2008-03-04 Michael HanselmannCodestyle updates for locking code
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.