summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Prepare for 0.11 release.Lars Wirzenius1-1/+1
2010-07-05Improve progress reporting during backups.Lars Wirzenius2-14/+23
2010-07-05Add --upload-queue-size for tweaking size of upload queue for B-tree nodes.Lars Wirzenius10-36/+70
2010-07-05Change checkpoint interval to 1 GiB.Lars Wirzenius1-1/+1
2010-07-04Add --node-size option and make everywhere use that.Lars Wirzenius10-36/+43
2010-07-04Add --chunk-group-size option.Lars Wirzenius2-1/+8
2010-07-04Add --chunk-size option to set size of chunks.Lars Wirzenius3-4/+10
2010-07-04Add new option type for specifying sizes in bytes.Lars Wirzenius2-0/+16
2010-07-04Add --exclude option.Lars Wirzenius1-1/+26
2010-07-04Mark checkpoint generations as such, and report them in generation listing.Lars Wirzenius4-4/+44
2010-07-04Fix parsing of b-less units.Lars Wirzenius2-8/+20
2010-07-04Reset the right vfs written counter when making a checkpoint.Lars Wirzenius1-1/+1
2010-07-04Remove unused variables.Lars Wirzenius1-2/+0
2010-07-04Make checkpoints at suitable intervals.Lars Wirzenius1-1/+9
2010-07-04Add counter of written bytes to VFS.Lars Wirzenius3-1/+14
2010-07-04Add a --checkpoint option.Lars Wirzenius1-0/+10
2010-07-04Add new option type: processed.Lars Wirzenius2-0/+14
2010-07-04Implement ByteSizeParser.Lars Wirzenius3-4/+76
2010-07-04Add tests for a library to parse file sizes.Lars Wirzenius3-0/+87
2010-07-04Read metadata for a file only once.Lars Wirzenius1-11/+10
2010-07-04Change backup plugin to use a generator instead of recursion.Lars Wirzenius1-46/+72
2010-07-04Fix NodeStoreVfs.mkdir to create parents, too.Lars Wirzenius1-1/+1
2010-07-01Store chunk filenames using base 16.Lars Wirzenius1-3/+3
2010-07-01Only store metadata if it has changed.Lars Wirzenius1-1/+7
2010-06-30Speed up adding of newly created file to parent.Lars Wirzenius1-4/+7
2010-06-29Simplify chunk directory hierarchy.Lars Wirzenius1-3/+2
2010-06-29Make put_chunk jump to random id if there's a collision.Lars Wirzenius1-0/+1
2010-06-29Change Store.put_chunk to choose randomly only the first chunk id.Lars Wirzenius1-1/+9
2010-06-29Add Debian packaging.Lars Wirzenius1-0/+3
2010-06-28Only create the directory for chunks if it does not exist.Lars Wirzenius1-1/+2
2010-06-28Change how directory contents are stored, for higher speed.Lars Wirzenius1-26/+7
2010-06-26Fix Store test to not make assumption about generation ids.Lars Wirzenius1-1/+1
2010-06-20Remove unnecessary variables and imports, suggested by pyflakes.Lars Wirzenius6-12/+1
2010-06-17Merged from trunk.Lars Wirzenius7-168/+72
2010-06-14Fix --quiet option in terminal_status_plugin.py.Lars Wirzenius2-8/+14
2010-06-14Prefix error messages with 'Error: '; blackboxtest assumes it.Lars Wirzenius1-1/+1
2010-06-14Remove spurious call to progress-found-file-hook with None filename.Lars Wirzenius1-2/+0
2010-06-14Use python-ttystatus for terminal progress and status output.Lars Wirzenius1-128/+20
2010-06-05Re-do how checksum trees work.Lars Wirzenius1-32/+8
2010-06-05Add --log-level option and make INFO the default.Lars Wirzenius1-1/+14
2010-06-05Add NodeStoreVfs.mkdir.Lars Wirzenius1-0/+4
2010-06-05Do not make .bak files when overwriting file in store.Lars Wirzenius1-1/+1
2010-06-05Fix overwrite_file to handle make_backup=False and no previous file.Lars Wirzenius2-1/+8
2010-06-05Add make_backup optional argument to VFS.overwrite_file.Lars Wirzenius3-3/+11
2010-06-04Merged from main branch.Lars Wirzenius1-4/+4
2010-06-01Use a 64-bit counter for chunks with same checksum, not 16-bit.Lars Wirzenius1-4/+4
2010-05-29Merged from upstream.Lars Wirzenius1-2/+2
2010-05-28Do not create a new tree every time a checksum tree is modified.Lars Wirzenius1-1/+1
2010-05-28Mark obviously correct method as being outside of test coverage.Lars Wirzenius1-1/+1
2010-05-26Store chunks in a directory hierarchy.Lars Wirzenius1-4/+11