summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Fix date in NEWS fileobnam-0.26Lars Wirzenius1-1/+1
2012-03-26debian/control: Bump Standards-Version to 3.9.3. No other changes needed.Lars Wirzenius2-1/+2
2012-03-26Only run fast checks during Debian package buildLars Wirzenius2-2/+4
2012-03-25Only check metadata for changesLars Wirzenius1-2/+2
2012-03-25Release version 0.26Lars Wirzenius6-6/+14
2012-03-25Fix repository corruption problems due to crashingLars Wirzenius5-1/+109
2012-03-25Fix exception creation by adding missing messageLars Wirzenius1-1/+1
2012-03-24Oops, had forgotten to add the crash-test scriptLars Wirzenius1-0/+73
2012-03-24Add crash-test to setup.pyLars Wirzenius1-0/+3
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-14Remove --wiki option from obnam-benchmarkLars Wirzenius1-4/+0
2012-03-11Add locking tests to setup.py checkLars Wirzenius1-0/+16
2012-03-10Update manual page about lockingLars Wirzenius1-0/+19
2012-03-06Add repository locking between clientsLars Wirzenius19-87/+570
2012-03-06Allow user to specify number of generations to testLars Wirzenius1-5/+10
2012-03-06Update NEWS about new featureLars Wirzenius1-0/+7
2012-03-06Re-open repository after committing checkpointLars Wirzenius1-0/+1
2012-03-05Allow access to backup repository via sftpLars Wirzenius3-20/+22
2012-03-05Refactor to hide magic number behind variable with descriptive nameLars Wirzenius1-1/+3
2012-03-04Increate number of test generations for locking to 16Lars Wirzenius1-1/+1
2012-03-03Fix problem with adding clients during backupLars Wirzenius1-5/+10
2012-03-03Be a bit more verbose in the verification testLars Wirzenius0-0/+0
2012-03-03Add tracing to allow easier debugging of problemsLars Wirzenius1-0/+1
2012-03-03Add tracing to log files, so it'll be easier to debug problemsLars Wirzenius0-0/+0
2012-03-03Run tests with 8 generations instad of 2Lars Wirzenius1-1/+1
2012-03-03Handle obnam read-only errors sanelyLars Wirzenius1-5/+16
2012-03-03Do not run test-many-generations with set -e, so we can catch errorsLars Wirzenius1-1/+1
2012-03-03During lock testing, handle obnam restore failures gracefullyLars Wirzenius2-2/+22
2012-03-03Fix creation of LocalFS baseurl race conditionLars Wirzenius1-1/+7
2012-03-02Save output from childrenLars Wirzenius1-1/+1
2012-03-01Test two generations per client, instead of just oneLars Wirzenius1-1/+1
2012-03-01Fix write_file for LocalFSLars Wirzenius1-8/+2
2012-03-01Lock first, check format version afterwards.Lars Wirzenius1-1/+1
2012-03-01Store golden summain files with per-client namesLars Wirzenius1-3/+5
2012-03-01Generate different and random contents every timeLars Wirzenius1-3/+3
2012-02-27Add test tools for testing individual lock filesLars Wirzenius2-0/+100
2012-02-25Fix argument passing to the utimensat wrapperLars Wirzenius1-4/+10
2012-02-25Fix LockManager._sleep to not be given argumentsLars Wirzenius2-4/+3
2012-02-25Implement --lock-timeoutLars Wirzenius3-12/+15
2012-02-25Set default for --lock-timeoutLars Wirzenius2-3/+5
2012-02-25Add --lock-timeout optionLars Wirzenius1-0/+6
2012-02-25Undo debugging thingLars Wirzenius1-1/+1
2012-02-25Add commit_shared and related changes to how locking happensLars Wirzenius7-9/+112
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