]> arthur.barton.de Git - bup.git/shortlog
bup.git
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2013-01-27 Rob BrowningAvoid partial writes of config/config.h.
2013-01-27 Yung-Chin OeiDon't pass --tmpdir to mktemp or expect it to have...
2013-01-27 Rob BrowningDon't pass -AX to rsync in t/compare-trees if xattrs...
2013-01-27 Rob BrowningMove tree comparison to t/compare-trees; compare conten...
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...
2013-01-27 Alexander BartonExplicitly use "du -k" to set block size in t/test.sh.
2013-01-26 Alexander BartonAdd *.tmp.meta to .gitignore and to "make clean".
2013-01-26 Rob BrowningUpdate bup repository address in Documentation/bup.md.
2013-01-26 holmboeFix path to git repository in ./README.md.
2013-01-25 Rob BrowningTry again to create a HACKING link in README.md.
2013-01-25 Rob BrowningTry to create a HACKING link in README.md.
2013-01-25 Rob BrowningAdd ./HACKING and refer to it from README.md.
2013-01-23 Rob BrowningExplicitly select the "du" block size in t/test.sh.
2013-01-23 Yung-Chin OeiMakefile: clean config/ during clean.
2013-01-23 Yung-Chin OeiRemove dependency on linux/ext2_fs.h
2013-01-22 Rob BrowningNote linux-libc-dev build dependency (for ext2_fs.h).
2013-01-13 Rob BrowningExplain current installation process in README.md ...
2013-01-13 Rob BrowningCheck the arguments passed to ./configure.
2013-01-12 Rob BrowningProperly escape \r in bup-newliner.md.
2013-01-12 Rob BrowningNote additional repositories that may be needed for...
2013-01-10 Rob BrowningAdd missing "install" argument to yum command in README.md.
2013-01-10 Rob BrowningAdd instructions for CentOS 6 to README.md.
2013-01-06 Rob BrowningDon't assume that the tester's $top_dir will sort ...
2012-12-31 Martin ZimmermannCheck for a Node's parent before trying to print its...
2012-12-30 Rob BrowningAdd a metadata() method to Node, File, Symlink, and...
2012-12-25 Rob BrowningDefer errors when the restore target doesn't support...
2012-12-22 Rob BrowningDisallow empty graft points.
2012-12-22 Rob BrowningUpdate README regarding metadata support.
2012-12-22 Rob BrowningHandle the possibility of a sgid/suid parent dir in...
2012-12-22 Rob BrowningQuote EXIT cleanup trap properly in test-meta.sh.
2012-12-22 Rob BrowningUse python, not groups to grab a user group in t/test...
2012-12-22 Oei, Yung-Chint/test.sh: fix test failure when $top_dir has a dot...
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-12-22 Rob BrowningUnmount and remove testfs instances correctly during...
2012-11-23 Rob BrowningSince 'latest' is computed by revs[0], it must exist...
2012-11-23 Rob BrowningUse branch tip, not newest date to choose 'latest'...
2012-10-20 Rob BrowningAdd _open_noatime() and use it bup_get_linux_file_attr().
2012-10-20 Rob BrowningDepend on the kernel headers, not the ext2 headers...
2012-10-20 Rob BrowningAlways run metadata tests; disable root-level tests...
2012-10-20 Rob BrowningConvert BUP_DIR to an absolute path so chdir() won...
2012-10-20 Rob BrowningDefault to stdin/stdout in bup meta when -f is not...
2012-10-20 Rob BrowningChange metadata "owner" to "user" everywhere to match...
2012-10-20 Rob BrowningFix metadata._set_up_path() to allow restoration of...
2012-10-18 Rob BrowningDon't attempt to remove the Linux attr extents flag...
2012-10-15 Rob BrowningMake "bup meta -tv" output look somewhat like "ls ...
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-14 Rob BrowningDon't try to restore read-only chattr(1) attributes.
2012-10-14 Rob BrowningFix typo in _create_via_common_rec() exception message.
2012-10-14 Rob BrowningRecord the file size as Metadata.size when possible.
2012-10-14 Rob BrowningFix types and add missing elements to Entry.__repr__...
2012-10-14 Rob BrowningOn ENOTTY or ENOSYS, assume filesystem doesn't support...
2012-10-09 Gabriel FilionRectify bup-split documentation for the fanout option.
2012-10-06 Gabriel FilionDocumentation: Protect file extensions from start of...
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 ZaricAdd a testcase for the import-rdiff-backup command
2012-10-06 Zoran ZaricAdd documentation for import-rdiff-backup
2012-10-06 Zoran ZaricImplement a import-rdiff-backup command
2012-09-28 Yung-Chin Oeigit.py: avoid repeated string-copying in tree_decode()
2012-09-27 Zoran ZaricEnable the reflog when initializing the repository.
2012-09-26 Rob BrowningChange a few Makefile vars using ${} to use $() to...
2012-09-26 Thomas KlausnerFix GNU make detection and usage.
2012-09-24 Oei, Yung-ChinCalling bup-server with "-r host:" fails to activate...
2012-09-24 Rob BrowningChange userfullname() default back to "user%d" for...
2012-09-22 Michael WittenFallbacks for missing GECOS data; this solves a test...
2012-09-08 Yung-Chin Oeit/test.sh: add "-a" to ls invocation when testing for...
2012-08-17 Gabriel FilionAdd BUP_DIR to the subprocess environment during set...
2012-08-17 Gabriel FilionRemove useless code in main.py around the -d option
2012-08-17 Gabriel FilionChange --strip-prefix to --strip-path in the bup save...
2012-08-17 Rob BrowningMention DESIGN in the README.
2012-08-17 Daniel HahlerResolve bup argv[0] symlinks.
2012-08-17 Rob BrowningFix and regularize "<>-" escaping in Documentation...
2012-08-17 Rob BrowningAdd a bup "tick" before indexing to avoid timestamp...
2012-08-17 Rob Browninglib/bup/bloom.py: fix minor documentation typos.
2012-08-17 Jakob MatthesDocumentation/bup-save.md: change --strip-prefix to...
2012-08-17 Jakob MatthesDocumentation/bup-save.md: document --date option.
2012-08-17 Greg TroxelExtend README for NetBSD.
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-08-17 Rob BrowningSet python-mode python-indent to 4 in .dir-locals.el.
2012-08-17 Rob BrowningMention that option values will be converted to integer...
2012-08-17 Yung-Chin OeiAdd test for "child named after parent" bug.
2012-08-17 Gabriele SantilliAdjust Node.__cmp__() to compare full paths.
2012-08-14 Avery PennarunImport new wvtest.py.
2012-07-25 Avery Pennarunshquote: add docstrings and a new quotify_list() function.
2012-03-20 Avery Pennarunoptions.py: get rid of end-of-line whitespace.
2012-03-19 Avery Pennarunoptions.py: clean up handling of --no-* options.
2012-03-19 Avery Pennarunoptions.py: don't crash given semi-invalid optspecs.
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-11-04 Avery Pennarunoptions.py: relicense to 2-clause BSD license.
2011-10-31 Avery Pennarunbupsplit.c: remove extra-large stack-allocated array...
2011-06-09 Avery PennarunDisable t/test-meta.sh in 'make test' unless TEST_META=1 bup-0.25-rc1
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningAdd utimes/lutimes implementations of _helpers utime...
next