]> arthur.barton.de Git - bup.git/shortlog
bup.git
2010-04-23 Avery Pennaruncmd/ftp: if 'get' command returns an error, print it...
2010-04-23 Avery Pennarunvfs: cache file sizes in the Node object.
2010-04-23 Avery Pennaruncmd/fuse: add missing Stat entries to appease older...
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-04-14 Avery PennarunFirst draft of a DESIGN document.
2010-04-07 Avery PennarunREADME: add some suggestions from the LWN article.
2010-04-07 Avery PennarunREADME: fix some capitalization and whitespace errors.
2010-04-02 Kirill Smelkovdoc: bup-split should mention bup-join (not git-join)
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery PennarunAdd a 'make install' target.
2010-04-01 Avery Pennaruncmd/fsck: correctly catch nonzero return codes of ... bup-0.13a
2010-04-01 Avery Pennarunhelpers.log(): run sys.stdout.flush() first.
2010-04-01 Avery PennarunGet rid of a sha-related DeprecationWarning in python...
2010-03-25 Rob BrowningAdd support for a global --bup-dir or -d argument.
2010-03-25 Rob BrowningAdd support for global command-line options (before...
2010-03-25 Rob Browningcmd/help-cmd.py: Use BUP_MAIN_EXE to invoke the correct...
2010-03-23 Avery PennarunAdd a LICENSE file to reflect that bup is licensed...
2010-03-21 Avery Pennarunserver: only suggest a max of one pack per receive... bup-0.13
2010-03-21 Avery Pennarunrbackup-cmd: we can now backup a *remote* machine to...
2010-03-21 Avery Pennarunclient: Extract 'bup server' connection code into its...
2010-03-21 Avery Pennarunoptions: allow user to specify an alternative to getopt...
2010-03-21 Avery Pennarunsave/index/drecurse: correct handling for fifos and...
2010-03-21 Avery Pennarunsave-cmd: exit nonzero if any errors were encountered.
2010-03-21 Avery Pennarunmain: when printing help, don't mix stdout/stderr.
2010-03-21 Avery Pennarunmain.py: don't leak a file descriptor.
2010-03-15 Lukasz Kosewskicmd/index-cmd.py: How it pains me to have to explicitl...
2010-03-15 Lukasz Kosewskilib/bup/index.py: mmap.mmap() objects need to be close...
2010-03-14 Avery PennarunPackIdxList.refresh(): remember to exclude old midx... bup-0.12b
2010-03-14 Avery Pennarunbup.client: fix freeze when suggest-index after finishi...
2010-03-14 Avery Pennarunhashsplit: no need to import bup.git.
2010-03-14 Avery Pennarunmain: even more fixes for signal handling.
2010-03-14 Avery Pennarunclient/server: correctly handle case where receive...
2010-03-14 Avery Pennarunsave-cmd: oops, left in some code that was forcing...
2010-03-13 Avery Pennaruncmd/{index,save}: handle ctrl-c without printing a... bup-0.12a
2010-03-13 Avery Pennarungit.PackWriter: avoid pack corruption if interrupted...
2010-03-13 Avery PennarunCorrectly pass along SIGINT to child processes.
2010-03-13 Avery Pennarunhashsplit: use posix_fadvise(DONTNEED) when available.
2010-03-13 Avery Pennarunsave-cmd: open files with O_NOATIME on OSes that suppor...
2010-03-04 Avery Pennarunsave-cmd: oops, byte counter was checking sha_missing...
2010-03-04 Avery Pennarunmain: fix problem when redirecting to newliner on MacOS X.
2010-03-04 Avery Pennarunsave-cmd: when verbose=1, print the dirname *before...
2010-03-04 Avery Pennarunsave-cmd: Fix --smaller and other behaviour when files...
2010-03-04 Avery Pennarunsave-cmd: progress meter wouldn't count identical files...
2010-03-03 Avery Pennarunsave-cmd: byte count was missing a few files.
2010-03-03 Avery Pennarunmain: initialize 'p' before the try/finally that uses it.
2010-03-03 Avery Pennarunsave-cmd: don't fail an assertion when doing a backup...
2010-03-03 Avery Pennarun'make stupid' stopped working when I moved subcommands...
2010-03-03 Avery Pennarunbup.options: remove reference to bup.helpers.
2010-03-03 Avery Pennarunlog(): handle situations where stderr gets set to nonbl...
2010-03-02 Avery PennarunAdd man pages for random, newliner, help, memtest,...
2010-03-02 Avery Pennarunbup random: fix progress output and don't print to...
2010-03-02 Avery Pennarunmain.py: clean up subprocesses dying on signal.
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-03-01 Avery Pennarunmain: list common commands before other ones.
2010-02-28 Avery PennarunAdd a 'bup help' command.
2010-02-28 Avery Pennarunvfs: supply ctime/mtime for the root of each commit.
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.
2010-02-28 Avery PennarunMove python library files to lib/bup/
2010-02-28 Avery Pennarunbup index --check: detect broken index entries.
2010-02-28 Avery Pennaruncmd-index: auto-invalidate entries without a valid...
2010-02-28 Avery PennarunAdd a new 'bup newliner' that fixes progress message...
2010-02-28 Avery PennarunAdd an options.fatal() function and use it.
2010-02-14 Avery Pennaruncmd-fuse: use the new vfs layer. bup-0.11
2010-02-14 Avery Pennaruncmd-ls: use the new vfs layer.
2010-02-14 Avery Pennaruncmd-ftp: a new command-line client you can use for...
2010-02-14 Avery PennarunAnother suspicious fix for CatPipe parallelism.
2010-02-14 Avery Pennarunhashsplit: smallish files (less than BLOB_MAX) weren...
2010-02-13 Avery PennarunMake CatPipe objects more resilient when interrupted.
2010-02-13 Avery Pennarunbup join: continue gracefully if one of the requested...
2010-02-12 Avery Pennarun_hashsplit.c: right shifting 32 bits doesn't work. bup-0.10
2010-02-12 Steve DiverFix building under cygwin.
2010-02-12 Avery Pennarunhashsplit: totally change the way the fanout stuff...
2010-02-12 Avery Pennaruncmd-split and hashsplit: cleaning up in preparation...
2010-02-12 Avery Pennaruncmd-join: don't restart git cat-file so frequently.
2010-02-11 Avery PennarunReplace randomgen with a new 'bup random' command.
2010-02-11 Avery PennarunDocumentation: correctly mark .md.tmp files as "precious".
2010-02-10 Avery Pennarunmidx: automatically ignore .midx files if one of their...
2010-02-10 Avery Pennarunmidx: prune redundant midx files automatically.
2010-02-10 Andrew SchleiferFix building on MacOS X on PowerPC.
2010-02-09 Avery PennarunREADME: bup now has more reasons it's cool and fewer...
2010-02-09 Avery Pennarunindex: if files were already deleted, don't dirty the... bup-0.09
2010-02-09 Avery Pennaruncmd-save: don't recurse into already-valid subdirs.
2010-02-09 Avery Pennaruncmd-index/cmd-save: correctly mark directories as dirty...
2010-02-09 Avery Pennarundrecurse.py: handle initial pathnames that aren't direc...
2010-02-09 Avery PennarunFix some list comprehensions that I thought were genera...
2010-02-08 Avery Pennaruntest.sh: don't try non-quick fsck on damaged repositories.
2010-02-06 Avery PennarunWrote man pages for bup(1) and all the subcommands.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-06 Avery Pennaruncmd-save: fix a potential divide by zero error.
2010-02-06 Avery Pennaruncmd-ls: a line got lost and it didn't work at all.
2010-02-06 Avery Pennaruncmd-margin: work correctly in python 2.4 when a midx...
2010-02-05 Avery PennarunInfrastructure for generating a markdown-based man...
2010-02-05 Avery Pennarunbup.py: list subcommands in alphabetical order.
2010-02-05 Avery Pennarunbup save: try to estimate the time remaining. bup-0.08a
2010-02-05 Avery PennarunWhen receiving an index from the server, print a handy...
2010-02-05 Avery Pennarunbup-server: revert to non-midx indexes when suggesting...
2010-02-05 Avery PennarunNarrow the exception handling in cmd-save.
2010-02-04 Avery Pennarunbup index: fix progress message printing when using -v.
2010-02-04 Avery PennarunOn python 2.4 on MacOS X, __len__() must return an...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
next