]> arthur.barton.de Git - bup.git/history - t/test.sh
Update base_version to 0.34~ for 0.34 development
[bup.git] / t / test.sh
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.