]> arthur.barton.de Git - bup.git/history - cmd
mux: give stdin exclusively to subcommand
[bup.git] / cmd /
2012-10-20 Rob BrowningDefault to stdin/stdout in bup meta when -f is not...
2012-10-15 Rob BrowningMake "bup meta -tvv" output identical to "bup xstat".
2012-10-15 Rob BrowningAdd symbolic mode information to xstat output, i.e...
2012-10-09 Gabriel FilionRectify bup-split documentation for the fanout option.
2012-10-06 Zoran ZaricMake import-rdiff-backup's output more verbose
2012-10-06 Zoran ZaricCatch ^C in import-rdiff-backup
2012-10-06 Zoran ZaricImplement a import-rdiff-backup command
2012-09-24 Oei, Yung-ChinCalling bup-server with "-r host:" fails to activate...
2012-08-17 Gabriel FilionAdd BUP_DIR to the subprocess environment during set...
2012-08-17 Rob BrowningAdd a bup "tick" before indexing to avoid timestamp...
2012-08-17 Aneurin Pricecmd/drecurse: correctly pass excluded_paths to recursiv...
2012-08-17 Rob BrowningAdd "xstat" itself to the xstat optspec usage message.
2012-02-22 Avery Pennaruncmd/ftp: don't do MacOS readline bindings on non-MacOS.
2012-01-19 Avery Pennaruncmd/ftp: fix tab completion on MacOS.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. UckoCap timestamps in index to avoid needing to worry about...
2011-05-31 Aaron M. UckoImprove formatting of error and warning messages.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-29 Gabriel FilionRefactor: unify ls/ftp-ls code
2011-05-29 Gabriel Filionls: include hidden files when explicitly requested
2011-05-29 Gabriel Filionftp: implement ls -s (show hashes)
2011-05-29 Gabriel Filionftp/ls: columnate output attached to a tty, else don't
2011-05-29 Gabriel Filionftp: don't output trailing line for 'ls'
2011-05-15 Gabriel Filionftp: output a newline on EOF when on a tty
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennaruncmd/{split,save}: support any compression level using...
2011-05-15 Zoran ZaricAdd compression level options to bup save and bup split
2011-05-08 Rob BrowningRely on options.parse() for more of the meta and xstat...
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-05-08 Rob Browningxstst-cmd.py: test for _have_utimensat rather than...
2011-05-08 Avery PennarunMerge branch 'master' of git://github.com/thatch/bup
2011-04-16 Tim HatchMissing space in optspec
2011-03-20 Avery Pennaruncmd/xstat: don't report mtime/atime for symlinks if...
2011-03-20 Avery PennarunA bunch of IOError->OSError conversions.
2011-03-20 Avery Pennarunmetadata: recover politely if xattr/acl support is...
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-26 Gabriel Filionmidx/bloom: use progress() and debug1() for non-critica...
2011-02-20 Avery Pennarunhelpers: separately determine if stdout and stderr...
2011-02-20 Avery Pennaruncmd/newliner: restrict progress lines to the screen...
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-20 Avery Pennaruncmd/split: fixup progress message, and print -b output...
2011-02-20 Avery Pennarunhashsplit.py: convert from 'bits' to 'level' earlier...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery Pennaruncmd/midx, git.py: all else being equal, delete older...
2011-02-18 Avery Pennaruncmd/midx: add a --check option.
2011-02-18 Avery PennarunAdd git.shorten_hash(), printing only the first few...
2011-02-17 Avery Pennaruncmd/server: add a debug message saying which object...
2011-02-17 Avery Pennaruncmd/list-idx: a quick tool for searching the contents...
2011-02-17 Brandon LowAdd a bloom --ruin for testing failure cases
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.
2011-02-17 Avery Pennarunbloom.py: move bloom.ShaBloom.create to just bloom...
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-17 Avery Pennaruncmd/bloom: add a --force option to forget regenerating...
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-17 Brandon LowAdd a --check behavior to verify bloom
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-17 Avery Pennaruncmd/bloom: by default generate bloom filters in *all...
2011-02-16 Avery Pennaruncmd/newliner: avoid printing a blank line if the final...
2011-02-16 Avery Pennaruncmd/index: make the default mode '-u'.
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-13 Avery Pennaruncmd/daemon: FD_CLOEXEC the listener socket and don...
2011-02-13 Avery Pennaruncmd/daemon: close file descriptors correctly in parent...
2011-02-13 Avery Pennaruncmd/daemon: use SO_REUSEADDR.
2011-02-13 Avery Pennaruncmd/daemon: pass extra options along to 'bup server'.
2011-02-13 Avery Pennaruncmd/daemon: correctly report socket binding/listening...
2011-02-13 Avery Pennarun_helpers.c: Remove ugly 'python' junk from argv[0]...
2011-02-13 Avery Pennaruncmd/bloom: fix a message pluralization.
2011-02-13 Avery Pennaruncmd/join: add a new -o (output filename) option.
2011-02-13 Avery Pennaruncmd/ls: fix a typo causing 'bup ls foo/latest' to not...
2011-02-13 Avery Pennaruncmd/server: add a new 'help' command.
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Avery PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Avery Pennaruncmd/bloom: map only one .idx file at a time.
2011-02-08 Brandon LowFix updating of bloom with additional files
2011-02-07 Avery Pennaruncmd/bloom: actually, always use the same temp filename.
2011-02-07 Avery Pennaruncmd/bloom: use mkstemp() instead of NamedTemporaryFile().
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-02-07 Avery PennarunMerge branch 'daemon_msg' of git://github.com/leto/bup bup-0.22a
2011-02-05 Avery Pennaruncmd/memtest: don't die if /proc/self/status is the...
2011-02-05 Jonathan "Duke"... Make 'bup daemon' print a message at startup regardless...
2011-02-03 Brandon LowFix documentation for `bup daemon`
next