]> arthur.barton.de Git - bup.git/shortlog
bup.git
2013-07-04 Rob BrowningCompletely disable ACL support on OS X for now.
2013-07-04 Rob Browningconfig/configure: add and use bup_find_prog; remove...
2013-06-08 Rob Browninggit.py: flush idx_map before close so FILE* operations...
2013-06-07 Rob BrowningFix completely broken invocations of t/root-status.
2013-05-27 Rob BrowningSkip the large bloom filter test if mmap fails on 32...
2013-05-27 Rob Browningt/test.sh: skip two "tree SHA1 didn't change" tests...
2013-05-27 Rob BrowningREADME.md: add Cygwin dependencies.
2013-05-27 Rob Browningt/compare-trees: don't check ACLs on Cygwin (no support).
2013-05-27 Rob BrowningRemove lib.sh actually-root in favor of t/root-status.
2013-05-27 Rob Browningmetadata.py: use socket() instead of mknod(...IF_SOCK...
2013-05-27 Rob BrowningUse sys.platform instead of platform.system().
2013-05-27 Rob Browningmeta-cmd.py: mention --list in the invocation summary.
2013-05-25 Rob BrowningREADME.md: describe mmap problems with limited address...
2013-05-18 Yung-Chin OeiCatch errors when restoring Linux attrs into xfs or...
2013-05-15 Gabriel FilionDocumentation: replace ~/.bup with $BUP_DIR in bup...
2013-05-06 Rob Browningfsck-cmd.py: simplify do_pack() else clause.
2013-05-06 Rob Browningfsck-cmd.py: add par2_exists as a do_pack() argument.
2013-05-06 Rob BrowningRework "bup fsck" output; allow less verbosity.
2013-05-02 Tim Riemenschneiderrm-between-index-and-save.sh: fix race condition.
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...
next