summaryrefslogtreecommitdiff
path: root/obnamlib/lockmgr.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Drop unused importLars Wirzenius1-1/+0
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-2/+2
2015-05-23Don't put any content into lock filesLars Wirzenius1-15/+1
2015-05-14Fixes for nitpickersLars Wirzenius1-1/+1
2015-05-14Add LockManager.force methodLars Wirzenius1-0/+17
2015-05-10Add LockManager.got_lock methodLars Wirzenius1-0/+8
2015-04-12Add LockManager.get_lock_name methodLars Wirzenius1-5/+4
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-02-25Move LockFail into vfs.py where it belongsLars Wirzenius1-1/+3
2013-12-28Add LockManager.is_locked and use it in testsLars Wirzenius1-0/+9
2013-08-24Patches to port Obnam to FreeBSDLars Wirzenius1-2/+2
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-9/+9
2012-06-17When lock fails, include lock name in exceptionLars Wirzenius1-2/+3
2012-04-28Restructure code for clarity and to placate coverage.pyLars Wirzenius1-6/+9
2012-04-21Ensure content of lock files is somewhat more usefulDaniel Silverstone1-3/+13
2012-04-14Make lock files contain data, instead of being emptyLars Wirzenius1-1/+2
2012-04-13Change variable name to be clearerLars Wirzenius1-2/+2
2012-03-25Fix exception creation by adding missing messageLars Wirzenius1-1/+1
2012-02-25Fix LockManager._sleep to not be given argumentsLars Wirzenius1-1/+1
2012-02-25Sort directories to be lockedLars Wirzenius1-2/+8
2012-02-25If one lock fails, do not lock anythingLars Wirzenius1-1/+8
2012-02-25Change LockManager.lock and unlock to take lists of directoriesLars Wirzenius1-2/+13
2012-02-25Stop busywaiting for lock to go awayLars Wirzenius1-0/+4
2012-02-25Add re-trying of lock until a timeout happensLars Wirzenius1-2/+17
2012-02-25Add LockManager.unlockLars Wirzenius1-0/+3
2012-02-25Add LockManager.lockLars Wirzenius1-1/+8
2012-02-25Add a do-nothing lock manager and test for itLars Wirzenius1-0/+24