]> arthur.barton.de Git - bup.git/history - Makefile
Extremely basic 'bup server' support.
[bup.git] / Makefile
2010-01-03 Avery PennarunExtremely basic 'bup server' support.
2010-01-03 Avery Pennarunbup save: handle symlinks correctly.
2010-01-03 Avery PennarunAdd 'bup init' command.
2010-01-03 Avery PennarunName temp files from 'make test' as *.tmp to make them...
2010-01-03 Avery Pennarun'make test' now tests the -t and -c options of bup...
2010-01-02 Avery Pennarunbup split: print extra output to stderr if -v or -vv...
2010-01-02 Avery PennarunFix 'bup split --bench'.
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...
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 PennarunCompletely revamped option parsing based on git-shell...
2009-12-31 Avery PennarunRename datagen.c to randomgen.c, to better reflect...
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 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 Pennarundatagen.c: a quick program to generate a repeatable...
2009-12-30 Avery Pennarunhashsplit.py is now much, much faster than before.
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...