]> arthur.barton.de Git - bup.git/shortlog
bup.git
2013-04-27 Rob Browningbup-save.md: note that restoration requires --name...
2013-04-14 Rob Browningtgit.py: set BUP_MAIN_EXE and BUP_DIR in testpacks().
2013-04-13 Rob Browning.dir-locals: rename python-indent (obsolete) to python...
2013-03-25 Tim RiemenschneiderAdd tests for file and dir removal between index and...
2013-03-25 Damien Robertsave-cmd.py: don't crash when a path disappears between...
2013-03-24 Rob BrowningAdd support for "bup restore --exclude-rx <pattern...
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-24 Zoran Zarict/test.sh: work around NetBSD setting -A for 'ls' when...
2013-03-23 Rob BrowningLICENSE: mention the lib/tornado license in lib/tornado...
2013-03-23 Thomas Hallerwvtest.py: add a fallback definition of relpath() for...
2013-03-18 Rob Browningrestore-cmd.py: make sure restore paths have at least...
2013-03-18 Rob BrowningAdd tests for index --no-check-device, and support...
2013-03-18 Rob BrowningAdd index --no-check-device to the index manpage.
2013-03-18 Zak WilcoxAdd a --no-check-device option to bup index (cf. tar).
2013-03-18 Gabriel FilionIgnore artefacts from sampledata
2013-03-17 Rob Browningconfigure-sampledata: test -h before -e when appropriat...
2013-03-17 Rob BrowningCreate symlinks in t/configure-sampledata; remove them...
2013-03-17 Rob BrowningAdd "set -eo pipefail" to "exclude" and "exclude-from...
2013-03-17 Jakob Matthesbup drecurse/index: allow non-directory --exclude and...
2013-03-16 Rob Browningmetadata.py: ignore posix1e if platform.system() includ...
2013-03-16 Rob Browningtmetadata.py: skip test_apply_to_path_restricted_access...
2013-03-16 Rob Browningmetadata.py: always set xattr to None by default.
2013-03-16 Rob BrowningDon't even test for Linux xattrs if platform.system...
2013-03-16 Rob BrowningTake additional precautions with the Python/C conversio...
2013-03-16 Mark J HewittUse the correct C types when converting between C and...
2013-03-11 Rob BrowningAdd a test to check that bup save without an index...
2013-03-10 Jean-Baptiste... save-cmd.py: insist on having an index; check for the...
2013-03-10 Rob BrowningNormalize stat(2) timespecs in _helpers.c.
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 BrowningMove force-delete to t/lib.sh from test.sh and test...
2013-03-08 Rob Browningt/test.sh: remove a few calls to force-delete that...
2013-03-08 Ryan BrownAdd a force-delete function to t/test.sh
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-03 Rob BrowningUpdate bup-restore.md to match reality; document "...
2013-03-03 Rob Browningbup-save.md: fix --graft documentation bug; use "chroot...
2013-03-03 Rob Browningwvtestrun: invoke perl via /usr/bin/env for portability.
2013-03-02 Rob BrowningMention what's "in-scope" for 0.25 in HACKING.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2013-02-19 Rob BrowningUpdate HACKING to reflect the glorious death of tmp...
2013-02-19 Rob BrowningAttempt to fix HACKING link in README.md.
2013-02-16 Anton EliassonAdd 'x' to the getopts call in t/compare-trees (i.e...
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 BrowningAdd the filename/fd and invalid value to stat_struc_to_...
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-12 Rob BrowningDocument accommodations for filesystems with low-resolu...
2013-02-09 Rob BrowningChange index; include atime; pack time as xstat timespe...
2013-02-03 Rob BrowningHandle nonexistent groups in Metadata._apply_common_rec().
2013-02-03 Rob BrowningCache all password (pwd) and group (grp) database lookups.
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...
next