]> arthur.barton.de Git - bup.git/shortlog
bup.git
2010-01-10 Avery PennarunStart using wvtest.sh for shell-based tests in test-sh.
2010-01-10 Avery Pennaruncmd-index: default indexfile path is ~/.bup/bupindex...
2010-01-10 Avery Pennaruncmd-index: skip merging the index if nothing was writte...
2010-01-10 Avery Pennaruncmd-index: only update if -u is given; print only given...
2010-01-10 Avery Pennaruncmd-index: correct reporting of deleted vs. added vs...
2010-01-09 Avery PennarunGeneralize the multi-index-walking code.
2010-01-09 Avery Pennaruncmd-index: indexfiles should start with a well-known...
2010-01-08 Avery Pennaruncmd-index: eliminate redundant paths from index update...
2010-01-08 Avery Pennaruncmd-index: some handy options.
2010-01-08 Avery Pennarunindex: add --xdev (--one-file-system) option.
2010-01-08 Avery PennarunFix some bugs with indexing '/'
2010-01-08 Avery Pennaruncmd-index: basic index reader/writer/merger.
2010-01-07 Avery PennarunOn MacOS X, "wc -l" returns extra whitespace.
2010-01-07 Avery PennarunMore compile options for MacOS X.
2010-01-06 Avery Pennarunsplitting to a remote server would cause "already busy... bup-0.03
2010-01-06 Avery Pennarunclient: enhance the PATH when searching for the 'bup...
2010-01-06 Avery Pennarunwvtest: coerce non-string arguments when printing.
2010-01-06 Avery PennarunMuch more user-friendly error messages when bup can...
2010-01-06 Avery PennarunAdd a 'make stupid' target that does 'make test' with...
2010-01-06 Michael WolfMerge remote branch 'remotes/apenwarr-master/master'
2010-01-06 Avery Pennarunsplit: Prevent memory drain from excessively long shalists. bup-0.02
2010-01-06 Avery PennarunSplit packs around 100M objects or 1G bytes.
2010-01-06 Avery PennarunOOPS! Was writing one byte at a time to the server.
2010-01-06 Avery PennarunFix compatibility with git 1.5.4.3 (Ubuntu Hardy).
2010-01-06 Michael WolfFigure out where Python dynamic libraries live. Use...
2010-01-06 Avery PennarunOlder git needs 'git --bare init' instead of 'git init...
2010-01-05 Avery Pennaruntest-sh: don't truncate stderr.
2010-01-05 Avery PennarunMakefile: avoid using backquotes.
2010-01-05 David WoleverMake now calls python2.5-config.
2010-01-04 Avery PennarunFix two bugs reported by dcoombs.
2010-01-04 Avery PennarunAdd a README for v0.01. bup-0.01
2010-01-04 Avery PennarunForce generated pack indexes to be version 2.
2010-01-04 Avery PennarunRewrite bup-join in python and add remote server support.
2010-01-04 Avery PennarunWe can now update refs when we do a backup.
2010-01-03 Avery PennarunRefactored client stuff into client.py; now cmd-save...
2010-01-03 Avery PennarunFix some problems running on older Debian.
2010-01-03 Avery PennarunSupport incremental backups to a remote server.
2010-01-03 Avery PennarunExtremely basic 'bup server' support.
2010-01-03 Avery Pennarunbup save: handle symlinks correctly.
2010-01-03 Avery Pennaruncmd-join didn't honour $BUP_DIR.
2010-01-03 Avery PennarunAdd 'bup init' command.
2010-01-03 Avery PennarunMoved some git.* globals into PackWriter; use BUP_DIR...
2010-01-03 Avery PennarunName temp files from 'make test' as *.tmp to make them...
2010-01-03 Avery PennarunBetter behaviour with --verbose.
2010-01-03 Avery PennarunUse binary sha1 instead of hex sha1 whenever possible.
2010-01-03 Avery Pennarun'make test' now tests the -t and -c options of bup...
2010-01-03 Avery Pennarungit.PackIndex: a class for quickly searching a git...
2010-01-02 Avery PennarunWrite git pack files instead of loose object files.
2010-01-02 Avery Pennarunbup split: print extra output to stderr if -v or -vv...
2010-01-02 Avery Pennarun'bup split': speed optimization for never-ending blocks.
2010-01-02 Avery PennarunFix 'bup split --bench'.
2010-01-02 Avery PennarunFix generated commit messages.
2010-01-02 Avery Pennarun'bup save' now generates a hierarchical set of git...
2010-01-01 Avery PennarunInitial version of 'bup save'.
2010-01-01 Avery Pennarun'bup join' now takes objects on the command line and...
2010-01-01 Avery PennarunRefactor splitting functions from cmd-split.py into...
2010-01-01 Avery PennarunOops, multi-file split forced a split between each...
2010-01-01 Avery Pennarunsplit: name chunkfiles more carefully to prevent name...
2009-12-31 Avery Pennarun'bup split' takes a list of filenames on the command...
2009-12-31 Avery Pennarun'bup split' now outputs any combination of blobs, tree...
2009-12-31 Avery Pennarun'bup split' can now update a git ref if you give it...
2009-12-31 Avery PennarunAutomatically handle "--no-" prefix on long options.
2009-12-31 Avery Pennarun'bup split' now has a -c option to generate a git commi...
2009-12-31 Avery PennarunCompletely revamped option parsing based on git-shell...
2009-12-31 Avery PennarunImport wvtestrun and wvtest.py from the wvtest.git...
2009-12-31 Avery PennarunRename datagen.c to randomgen.c, to better reflect...
2009-12-30 Avery PennarunAdd a '-t' option to 'bup split' and make 'bup join...
2009-12-30 Avery PennarunGet rid of extra CFLAGS/LDFLAGS that I don't understand...
2009-12-30 Avery PennarunAdd a 'bup' wrapper program.
2009-12-30 Avery PennarunRemove old hashsplit.c, since hashsplit.py replaces it.
2009-12-30 Avery PennarunDo less work for objects that occur more than once.
2009-12-30 Avery PennarunClean up buffering to reduce number of buffer copies.
2009-12-30 Avery PennarunUse t# instead of et# for hashsplit parameter type.
2009-12-30 Avery PennarunHey wow, turning on -O2 gives about a 50% speedup.
2009-12-30 Avery PennarunAdd a C module to do the rolling checksum.
2009-12-30 Avery Pennarunhashsplit.py: print performance timings to stderr on...
2009-12-30 Avery Pennarundatagen.c: a quick program to generate a repeatable...
2009-12-30 Avery Pennarunhashsplit.py: less excessive logging, more suitable...
2009-12-30 Avery Pennarunhashsplit.py: create blob objects by hand, not with...
2009-12-30 Avery Pennarunhashsplit.py is now much, much faster than before.
2009-12-29 Avery Pennarunhashsplit.py: a python version of hashsplit.c
2009-12-29 Avery PennarunMake split condition depend on ~0, not 0.
2009-12-29 Avery PennarunReport the block size when splitting each block.
2009-10-04 Avery PennarunAdd a README
2009-10-04 Avery PennarunAdd some comments so nobody thinks I think fgetc/fputc...
2009-10-04 Avery PennarunAdd a comment to stupidsum_add() so people don't think...
2009-10-04 Avery PennarunRename hsplit/hjoin to hashsplit/hashjoin.
2009-10-04 Avery PennarunAdd a trivial hjoin, the reverse of hsplit.
2009-10-04 Avery PennarunAha, fixed a bug causing the split points not to resync.
2009-10-04 Avery PennarunActually hash stuff, and add a basic 'make test'.
2009-10-03 Avery PennarunExtremely cheesy initial implementation of rolling...