]> arthur.barton.de Git - bup.git/shortlog
bup.git
2010-01-12 Avery Pennarunmemtest.py: a standalone program for testing memory...
2010-01-12 Avery Pennarunoptions parser: automatically convert strings to ints...
2010-01-12 Avery Pennaruncmd-save: if verbose==1, don't bother printing unmodifi...
2010-01-12 Avery Pennarunclient-server: only retrieve index files when actually...
2010-01-12 Avery PennarunReduce default max objects per pack to 200,000 to save...
2010-01-12 Avery Pennarunsplit_to_blob_or_tree was accidentally not using the...
2010-01-11 Avery Pennaruncmd-server: receive-objects should return a relative...
2010-01-11 Avery PennarunUpdate the README to reflect recent changes. bup-0.04a
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 Kosewski.gitignore sanity.
2010-01-10 Lukasz KosewskiMakefile: On Windows, executable files must end with...
2010-01-10 Lukasz Kosewskiclient.py: Windows files don't support ':', so rename...
2010-01-10 Lukasz Kosewskiindex.py: os.rename() fails on Windows if dstfile...
2010-01-10 Lukasz KosewskiDon't try to rename tmpfiles into existing open files.
2010-01-10 Lukasz Kosewskihelpers.py: Cygwin doesn't support `hostname -f`,...
2010-01-10 Lukasz Kosewskicmd-index.py: Retry os.open without O_LARGEFILE if...
2010-01-10 Lukasz KosewskiMakefile: Build on Windows under Cygwin.
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 PennarunMinor fix for python 2.4.4 compatibility.
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-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.
next