]> arthur.barton.de Git - bup.git/history - t
Use mkstemp() when creating temporary packfiles.
[bup.git] / t /
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...