]> arthur.barton.de Git - bup.git/history - t
Adds a date option to save, split and bup.git.PackWriter._new_commit()
[bup.git] / t /
2010-09-08 David Roda--remote parameter requires a colon
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
2010-09-06 Avery Pennarunrot13 the t/testfile* sample data files.
2010-08-27 Avery Pennaruncmd/memtest: add a --existing option to test with exist...
2010-07-31 Avery Pennaruntest.sh: check the return code of 'bup random'
2010-07-14 Avery PennarunMove t/*.py to lib/bup/t/*.py.
2010-07-14 Avery PennarunUpdate to latest wvtest.py, wvtest.sh, and wvtestrun...
2010-07-12 Brandon Lowoptions.py: differentiate unset and set-to-negative...
2010-07-09 Avery Pennarunvfs: File.open() needs to do a seek(0) on the cached...
2010-07-09 Brandon LowUse common env utility rather than hard coded location...
2010-06-25 Avery Pennarunvfs: correctly handle reading small files.
2010-04-28 Jon Dowlandreplace test files with ones made up of bup code
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-03-21 Avery Pennarunclient: Extract 'bup server' connection code into its...
2010-03-21 Avery Pennarunsave/index/drecurse: correct handling for fifos and...
2010-03-14 Avery PennarunPackIdxList.refresh(): remember to exclude old midx... bup-0.12b
2010-03-14 Avery Pennarunbup.client: fix freeze when suggest-index after finishi...
2010-03-03 Avery Pennarunsave-cmd: don't fail an assertion when doing a backup...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery PennarunMove python library files to lib/bup/
2010-02-14 Avery Pennaruncmd-ls: use the new vfs layer.
2010-02-14 Avery Pennaruncmd-ftp: a new command-line client you can use for...
2010-02-14 Avery Pennarunhashsplit: smallish files (less than BLOB_MAX) weren...
2010-02-12 Avery Pennarunhashsplit: totally change the way the fanout stuff...
2010-02-11 Avery PennarunReplace randomgen with a new 'bup random' command.
2010-02-09 Avery Pennaruncmd-save: don't recurse into already-valid subdirs.
2010-02-09 Avery Pennaruncmd-index/cmd-save: correctly mark directories as dirty...
2010-02-08 Avery Pennaruntest.sh: don't try non-quick fsck on damaged repositories.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-06 Avery Pennaruncmd-ls: a line got lost and it didn't work at all.
2010-02-06 Avery Pennaruncmd-margin: work correctly in python 2.4 when a midx...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
2010-02-04 Avery PennarunFix bugs in new indexing code.
2010-02-02 Avery PennarunMassive speedups to bupindex code.
2010-02-02 Avery Pennarunmidx: the fanout table entries can be 4 bytes, not 8.
2010-01-31 Avery PennarunMove testfile[12] into t/
2010-01-31 Avery Pennarunfsck: add a -j# (run multiple threads) option. bup-0.07
2010-01-31 Avery PennarunBasic cmd-fsck for checking integrity of packfiles.
2010-01-14 Dave CoombsChange t/tindex.py to pass on Mac OS. bup-0.05
2010-01-12 Avery PennarunUse a PackBitmap file as a quicker way to check .idx...
2010-01-12 Avery Pennarunoptions parser: automatically convert strings to ints...
2010-01-12 Avery Pennarunclient-server: only retrieve index files when actually...
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Avery PennarunOops, 'bup save /' produced an invalid tree. bup-0.04
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
2010-01-10 Avery Pennaruncmd-save: completely reimplement using the indexfile.
2010-01-10 Avery PennarunMoved some reusable index-handling code from cmd-index...
2010-01-10 Avery PennarunA bunch of wvtests for the 'bup index' command.
2010-01-10 Avery PennarunStart using wvtest.sh for shell-based tests in test-sh.
2010-01-04 Avery PennarunForce generated pack indexes to be version 2.
2010-01-03 Avery PennarunRefactored client stuff into client.py; now cmd-save...
2010-01-03 Avery Pennarunbup save: handle symlinks correctly.
2010-01-03 Avery PennarunMoved some git.* globals into PackWriter; use BUP_DIR...
2010-01-03 Avery PennarunUse binary sha1 instead of hex sha1 whenever possible.
2010-01-03 Avery Pennarungit.PackIndex: a class for quickly searching a git...
2009-12-31 Avery PennarunAutomatically handle "--no-" prefix on long options.
2009-12-31 Avery PennarunCompletely revamped option parsing based on git-shell...