]> arthur.barton.de Git - bup.git/history - cmd
index: remove vestigial buffer and sys imports
[bup.git] / cmd /
2013-03-18 Zak WilcoxAdd a --no-check-device option to bup index (cf. tar).
2013-03-10 Jean-Baptiste Denissave-cmd.py: insist on having an index; check for the...
2013-03-10 Rob Browningfind_dir_item_metadata_by_name(): wait for the right...
2013-03-08 Rob BrowningInclude metadata when asked to restore individual non...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2013-02-16 Rob Browningclear_index(): remove unused "cleared" variable.
2013-02-16 Patrick Rouleaubloom-cmd: don't explicitly create the bloom file ...
2013-02-13 Zoran ZaricAdd "bup index --clear" to clear the index.
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-09 Rob BrowningChange index; include atime; pack time as xstat timespe...
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2013-01-27 Rob BrowningStop checking for empty stat values from recursive_dirl...
2013-01-27 Zoran ZaricPrint a more meaningful error message when help can...
2012-12-22 Rob BrowningDisallow empty graft points.
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
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.
next