]> arthur.barton.de Git - bup.git/shortlog
bup.git
2010-07-12 Gabriel Filioncmd/web: tiny fix to make redirects work with Firefox. bup-0.15b
2010-07-12 Joe BedaAdd new 'bup web' command.
2010-07-12 Brandon Lowoptions.py: differentiate unset and set-to-negative...
2010-07-12 Brandon Lowcmd/split: minor correction to an error message.
2010-07-09 Avery Pennaruncmd/ftp: only import readline if necessary.
2010-07-09 Avery Pennarunvfs: File.open() needs to do a seek(0) on the cached...
2010-07-09 Brandon LowUse common env utility rather than hard coded location...
2010-07-07 Avery PennarunREADME: one less reason that we suck. bup-0.15a
2010-07-07 koomREADME improvement.
2010-06-27 Gabriel FilionInline git.cat() inside server-cmd.py
2010-06-27 Gabriel FilionRemove trailing spaces from git.py
2010-06-26 Avery Pennarunbup-fuse.1: mention how to unmount the filesystem when...
2010-06-25 Avery Pennarunvfs: correctly handle reading small files.
2010-06-25 Avery Pennaruncmd/random: support lengths that aren't a multiple...
2010-06-25 Gabriel FilionMakefile: allow PYTHON variable to override python...
2010-06-08 Gabriel FilionDocstrings for the git.py library
2010-06-08 Avery Pennarunmake install: don't fail if documentation couldn't...
2010-06-08 Avery Pennaruncmd/newliner: if input starts getting too long, print...
2010-06-08 Avery Pennaruncmd/{random,split}: call handle_ctrl_c() for cleaner...
2010-06-07 Avery Pennaruncmd/{save,split}: add a --bwlimit option. bup-0.15
2010-06-03 Peter McCurdyWork around extra space added by some readline versions.
2010-05-11 Avery Pennarunbup ftp: work even if the 'readline' module isn't avail...
2010-05-11 Joe BedaStop using '%s' formatter in strftime.
2010-04-30 Gabriel Filioncode clarity: one-letter var carried for too long bup-0.14a
2010-04-30 Gabriel FilionAvoid len as a variable name
2010-04-28 Jon Dowlandadjust .md files to make lexgrog happy
2010-04-28 Gabriel FilionDocumentation: some placeholders are lost
2010-04-28 Jon Dowlandadd -o/--allow-other to bup-fuse
2010-04-28 Jon Dowlandreplace test files with ones made up of bup code
2010-04-27 Avery Pennarungit log --format= isn't in older git, but git log ...
2010-04-24 Gabriel Filionbup-fuse: friendliness when python-fuse not found
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 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...
next