]> arthur.barton.de Git - bup.git/history - t/test.sh
cmd/import-rsnapshot: eliminate use of readlink and stat commands.
[bup.git] / t / test.sh
2011-01-04 Avery Pennaruncmd/import-rsnapshot: eliminate use of readlink and...
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds a testcase for import-rsnapshot.
2011-01-03 Zoran ZaricAdds -f option to save to use a given indexfile.
2011-01-03 Zoran ZaricAdds testcases for --strip and --strip-path.
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2010-12-02 Zoran ZaricRenames --exclude-file to --exclude-from and encaspulat...
2010-12-02 Zoran ZaricAdds --exclude-file option to bup index.
2010-12-02 Zoran ZaricAdds --exclude option to bup index and bup drecurse
2010-12-01 Gabriel Filionadd a tag command
2010-12-01 Zoran ZaricAdds test for exclude-bupdir.
2010-11-13 Avery Pennarunt/test.sh: use /bin/pwd instead of just pwd.
2010-11-10 Avery PennarunFix 'make test' on MacOS ("wc -l" returns extra whitesp...
2010-11-09 Avery PennarunRevert (most of) "--remote parameter requires a colon"
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery Pennaruncmd/split: add a new --keep-boundaries option.
2010-09-08 David Roda--remote parameter requires a colon
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
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-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-03-21 Avery Pennarunsave/index/drecurse: correct handling for fifos and...
2010-03-03 Avery Pennarunsave-cmd: don't fail an assertion when doing a backup...
2010-02-14 Avery Pennaruncmd-ls: use the new vfs layer.
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-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-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 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.