Code and docstring style fixes
[ganeti-local] / lib / locking.py
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-12 Michael Hanselmannlocking.LockSet: Implement acquire timeouts
2009-10-02 Michael HanselmannMore locking tests race conditions fixes
2009-10-01 Guido TrotterSingleActionPipeCondition =~ s/Action/Notify/
2009-10-01 Guido TrotterAbstract "base" condition code in a separate class
2009-10-01 Michael Hanselmannlocking.SharedLock: Fix bug in delete function
2009-10-01 Michael HanselmannRename LockSet.acquire parameter “blocking” to “timeout”
2009-09-30 Michael HanselmannChange SharedLock to new pipe(2)-based condition
2009-09-30 Michael HanselmannAdd _PipeCondition class
2009-09-30 Michael HanselmannAdd _SingleActionPipeCondition class
2009-09-30 Michael HanselmannSharedLock: implement timeouts
2009-09-14 Michael Hanselmannlocking: Acquire SharedLock in shared mode in separate...
2009-09-14 Michael Hanselmannlocking: Add level name dict
2009-09-11 Michael Hanselmannlocking: Don't swallow exceptions
2009-07-07 Michael HanselmannFix some typos
2009-01-29 Iustin Poplocking.LockSet: don't modify input arguments
2009-01-29 Iustin PopRe-wrap some lines to keep them under 80 chars
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.