summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2012-03-25Release version 0.26Lars Wirzenius1-1/+1
2012-03-25Fix exception creation by adding missing messageLars Wirzenius1-1/+1
2012-03-23Add more crash pointsLars Wirzenius1-1/+7
2012-03-17Fix setting nameLars Wirzenius1-1/+1
2012-03-17Add --crash-limit optionLars Wirzenius1-0/+10
2012-03-17Add optional crashing to LocalFSLars Wirzenius1-0/+16
2012-03-06Re-open repository after committing checkpointLars Wirzenius1-0/+1
2012-03-03Fix problem with adding clients during backupLars Wirzenius1-5/+10
2012-03-03Fix creation of LocalFS baseurl race conditionLars Wirzenius1-1/+7
2012-03-01Fix write_file for LocalFSLars Wirzenius1-8/+2
2012-03-01Lock first, check format version afterwards.Lars Wirzenius1-1/+1
2012-02-25Fix LockManager._sleep to not be given argumentsLars Wirzenius2-4/+3
2012-02-25Implement --lock-timeoutLars Wirzenius2-11/+12
2012-02-25Set default for --lock-timeoutLars Wirzenius2-3/+5
2012-02-25Add --lock-timeout optionLars Wirzenius1-0/+6
2012-02-25Add commit_shared and related changes to how locking happensLars Wirzenius6-8/+111
2012-02-25Add methods to lock/unlock shared directoriesLars Wirzenius2-0/+43
2012-02-25Use LockManager to create root, per-client locksLars Wirzenius1-18/+11
2012-02-25Sort directories to be lockedLars Wirzenius2-2/+9
2012-02-25If one lock fails, do not lock anythingLars Wirzenius2-1/+15
2012-02-25Add tests for (un)locking more than one directory at onceLars Wirzenius1-0/+11
2012-02-25Change LockManager.lock and unlock to take lists of directoriesLars Wirzenius2-9/+20
2012-02-25Add test for lock that goes away while we waitLars Wirzenius1-0/+7
2012-02-25Stop busywaiting for lock to go awayLars Wirzenius2-0/+5
2012-02-25Add re-trying of lock until a timeout happensLars Wirzenius4-5/+32
2012-02-25Add LockManager.unlockLars Wirzenius2-0/+8
2012-02-25Add LockManager.lockLars Wirzenius2-1/+12
2012-02-25Add a do-nothing lock manager and test for itLars Wirzenius3-0/+71
2012-02-24Make compression and encryption plugins add hooks in right orderLars Wirzenius2-10/+10
2012-02-24Pass in the reverse argument from HookManager to HookLars Wirzenius1-2/+2
2012-02-24Make it possible to add callbacks in reverse orderLars Wirzenius2-2/+21
2012-02-24Fix typoLars Wirzenius1-1/+1
2012-02-23Fix zero division errorsLars Wirzenius1-2/+8
2012-02-21Report checkpoint removal and final transfer statisticsLars Wirzenius1-19/+64
2012-02-18Release version 0.25Lars Wirzenius1-1/+1
2012-01-18Make backup --pretend be much faster, if less accurate.Lars Wirzenius1-2/+7
2012-01-16make --pretend work for backupsLars Wirzenius2-28/+60
2011-12-29make checkpoints happen in the middle of filesLars Wirzenius1-13/+27
2011-12-29refactor checkpoint creation into its own methodLars Wirzenius1-15/+18
2011-12-29implement strict-ssh-host-keys and ssh-known-hosts settings for opensshLars Wirzenius1-0/+7
2011-12-29add ssh-known-hosts settingLars Wirzenius1-1/+8
2011-12-29add strict-ssh-host-keys settingLars Wirzenius1-0/+10
2011-12-29fix host key checkingLars Wirzenius1-16/+23
2011-12-29improve sftp plugin loggingLars Wirzenius1-11/+31
2011-12-29implement --ssh-key setting for openssh authenticationLars Wirzenius1-1/+4
2011-12-29make it possible to force use of paramiko and related changesLars Wirzenius1-6/+28
2011-12-29add --ssh-key settingLars Wirzenius1-0/+7
2011-12-29inherit fsck WorkItem from larch's corresponding classLars Wirzenius1-13/+3
2011-12-29fix out-of-date doc commentLars Wirzenius1-2/+1
2011-12-29make LocalFS use utimensat instead of lutimesLars Wirzenius2-4/+9