summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Prepare for 0.11 release.version_0_11Lars Wirzenius1-1/+1
2010-07-05Prepare for 0.11 release.Lars Wirzenius3-1/+33
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 Wirzenius12-39/+76
2010-07-05Change checkpoint interval to 1 GiB.Lars Wirzenius1-1/+1
2010-07-04Merge changes to allow user to choose node, chunk, chunk group sizes.Lars Wirzenius14-44/+82
2010-07-04Add --node-size option and make everywhere use that.Lars Wirzenius12-39/+46
2010-07-04Add --chunk-group-size option.Lars Wirzenius2-1/+8
2010-07-04Add --chunk-size option to set size of chunks.Lars Wirzenius4-5/+13
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-04Merge changes to implement checkpoints during backups.Lars Wirzenius12-7/+261
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-04Merge refactoring change to how files for backups are found.Lars Wirzenius1-46/+71
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-07-01Remove ROADMAP. All of it has been moved to the bug tracker.Lars Wirzenius1-121/+0
2010-06-30Speed up adding of newly created file to parent.Lars Wirzenius1-4/+7
2010-06-29Merge changes to speed up backups by better chunk filenaming.Lars Wirzenius1-4/+12
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-29Update setup.py so it installs the script and manpage.version_0_10Lars Wirzenius1-0/+3
2010-06-29Update debian/control for Python policy conformance.Lars Wirzenius1-0/+2
2010-06-29Update NEWS for version 0.10 release.Lars Wirzenius1-280/+4
2010-06-29Debian packaging fixes.Lars Wirzenius3-5/+7
2010-06-29Add Debian packaging.Lars Wirzenius9-2/+67
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-19Do not run seivot report, but do save log file.Lars Wirzenius1-2/+2
2010-06-17Remove largest benchmark size.Lars Wirzenius1-1/+1
2010-06-17Merge changes to put chunks in a hierarchy of directories, rather than a flat...Lars Wirzenius1-4/+11
2010-06-17Merged from trunk.Lars Wirzenius10-181/+258
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