]> arthur.barton.de Git - bup.git/history - Makefile
test-restore-map-owner: accommodate python 3 and test there
[bup.git] / Makefile
2010-02-28 Avery PennarunAdd a new 'bup newliner' that fixes progress message...
2010-02-14 Avery Pennaruncmd-ftp: a new command-line client you can use for...
2010-02-12 Steve DiverFix building under cygwin.
2010-02-11 Avery PennarunReplace randomgen with a new 'bup random' command.
2010-02-10 Andrew SchleiferFix building on MacOS X on PowerPC.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-05 Avery PennarunInfrastructure for generating a markdown-based man...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
2010-02-03 Avery PennarunSplit directory recursion stuff from cmd-index.py into...
2010-02-02 Avery Pennaruncmd-margin: a command to find out the max bits of overl...
2010-01-31 Avery PennarunBasic cmd-fsck for checking integrity of packfiles.
2010-01-31 Avery Pennaruncmd-damage: a program for randomly corrupting file...
2010-01-27 Avery Pennaruncmd-ls and cmd-fuse: toys for browsing your available...
2010-01-25 Avery Pennaruncmd-midx: a command for merging multiple .idx files...
2010-01-25 Avery PennarunRename chashsplit.so to _hashsplit.so.
2010-01-24 Avery PennarunMakefile: build module using python distutils instead...
2010-01-24 Avery PennarunMakefile: oops, all the $^ and $< were backwards.
2010-01-12 Avery Pennarunmemtest.py: a standalone program for testing memory...
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-11 Avery PennarunMakefile: work with cygwin on different windows versions.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz KosewskiMakefile: On Windows, executable files must end with...
2010-01-10 Lukasz KosewskiMakefile: Build on Windows under Cygwin.
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
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-08 Avery Pennaruncmd-index: basic index reader/writer/merger.
2010-01-07 Avery PennarunMore compile options for MacOS X.
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 Michael WolfFigure out where Python dynamic libraries live. Use...
2010-01-05 Avery PennarunMakefile: avoid using backquotes.
2010-01-05 David WoleverMake now calls python2.5-config.
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...