summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-02Release version 0.23.obnam-0.23Lars Wirzenius5-6/+17
2011-10-02Add --fsck-fix.Lars Wirzenius2-1/+12
2011-10-02Update NEWS.Lars Wirzenius1-0/+3
2011-10-02Adapt to larch fsck API change and add --fsck-fix option.Lars Wirzenius1-1/+9
2011-09-20Make "obnam fsck" check larch B-tree integrity, too.Lars Wirzenius4-9/+88
2011-09-20Update NEWS.Lars Wirzenius1-0/+4
2011-09-20Check the per-client B-trees.Lars Wirzenius1-2/+4
2011-09-19fsck chunklist and chunksums, if they exist.Lars Wirzenius1-2/+5
2011-09-19Run larch fsck on individual B-trees (clientlist for now).Lars Wirzenius1-2/+24
2011-09-19Add logging to better keep track of what is going on.Lars Wirzenius1-0/+17
2011-09-19Check that all generations have unique ids.Lars Wirzenius1-0/+18
2011-09-19Refactor: remove duplicate method.Lars Wirzenius3-6/+3
2011-09-19Make fsck check generation metadata exists.Lars Wirzenius2-3/+19
2011-09-19Warn if encryption key is not given, for encryption subcommands.Lars Wirzenius2-0/+20
2011-09-19Give warning to user (not just log) if client does not exist in repository.Lars Wirzenius2-2/+6
2011-09-17Optimize SFTP use over slow links.Lars Wirzenius6-76/+119
2011-09-17Remove commented-out code.Lars Wirzenius1-3/+0
2011-09-17Fix sftp listdir2 to fix the encoding of filenames for ino generation.Lars Wirzenius1-3/+5
2011-09-17Add VFS.listdir2, which returns stat info as well.Lars Wirzenius3-48/+84
2011-09-17Report the actual values when verify finds a problem.Lars Wirzenius1-2/+5
2011-09-16Remove pipelining, it causes errors.Lars Wirzenius1-3/+1
2011-09-16Set buffer size when writing.Lars Wirzenius1-9/+10
2011-09-16When reading a file, prefetch it.Lars Wirzenius1-0/+1
2011-09-16Set SFTPFiles to use pipelining.Lars Wirzenius1-1/+3
2011-09-16Avoid some unnecessary lstat calls by read_metadata.Lars Wirzenius2-3/+3
2011-09-16Remove a couple of round trip times from overwrite_file.Lars Wirzenius1-8/+5
2011-09-16Remove unnecessary check for file existence from write_file.Lars Wirzenius1-2/+2
2011-09-16Add _remove_if_exists and use it in unlock and rename.Lars Wirzenius1-7/+10
2011-09-16Remove unnecessary round trip from unlock.Lars Wirzenius1-1/+4
2011-09-13Add obnam-benchmark --sftp-delay option.Lars Wirzenius1-0/+4
2011-09-11Add --sftp-delay option.Lars Wirzenius3-5/+46
2011-09-08Fix list_chunks to list only chunk names, not encryption files.Lars Wirzenius1-1/+3
2011-09-08Update ttystatus versioned dependency.Lars Wirzenius2-4/+4
2011-09-08Improve fsck.Lars Wirzenius3-53/+210
2011-09-08Update NEWS.Lars Wirzenius1-0/+2
2011-09-08Use non-zero exit code if something went wrong.Lars Wirzenius1-8/+17
2011-09-08Check for extra chunks at the end.Lars Wirzenius2-2/+31
2011-09-08Check whole-file checksums.Lars Wirzenius1-4/+23
2011-09-08Check that chunk is in chunksums.Lars Wirzenius1-0/+3
2011-09-08Report chunk missing from chunklist.Lars Wirzenius1-3/+7
2011-09-08Check chunk checksums.Lars Wirzenius1-0/+6
2011-09-08Report missing chunk with error message, not exception.Lars Wirzenius1-1/+2
2011-09-08Convert the rest of the checks to new style.Lars Wirzenius1-19/+31
2011-09-08Add back some more tests.Lars Wirzenius1-21/+33
2011-09-08Remove useless code.Lars Wirzenius1-17/+0
2011-09-08Refactor.Lars Wirzenius1-7/+2
2011-09-08Don't have separate scan and check stages.Lars Wirzenius1-23/+30
2011-09-08Allow work items to set a more descriptive name.Lars Wirzenius1-1/+7
2011-09-08Allow work items to generate more.Lars Wirzenius1-7/+27
2011-09-08Remove debugging time.sleep.Lars Wirzenius1-2/+0