]> arthur.barton.de Git - bup.git/history - lib
cmd/{save,split}: add a --bwlimit option.
[bup.git] / lib /
2010-06-07 Avery Pennaruncmd/{save,split}: add a --bwlimit option. bup-0.15
2010-05-11 Joe BedaStop using '%s' formatter in strftime.
2010-04-30 Gabriel FilionAvoid len as a variable name
2010-04-24 Avery Pennaruncmd/version, etc: fix version number detection stuff.
2010-04-23 Avery Pennarunvfs: take advantage of bup chunking to make file seekin... bup-0.14
2010-04-23 Avery Pennarungit.CatPipe: more resilience against weird errors.
2010-04-23 Avery Pennaruncmd/ftp: 'ls' command should print filenames in columns.
2010-04-23 Avery Pennarunvfs: cache file sizes in the Node object.
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
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-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-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 Pennarunclient/server: correctly handle case where receive...
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: progress meter wouldn't count identical files...
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 Pennarunbup random: fix progress output and don't print to...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery Pennarunvfs: supply ctime/mtime for the root of each commit.
2010-02-28 Avery PennarunMove python library files to lib/bup/