]> arthur.barton.de Git - bup.git/shortlog
bup.git
2013-12-21 Rob BrowningAdd restore option "--exclude-rx-from FILE".
2013-12-21 Rob BrowningAdd simple test for "index --exclude-rx-from FILE".
2013-12-21 Rob BrowningMove the --exclude-rx tests from test.sh to test-save...
2013-12-21 Thomas KlausnerAdd index option "--exclude-rx-from FILE".
2013-12-19 Rob BrowningStop testing negative timestamps -- they're not necessa...
2013-12-18 Rob BrowningRequire utimensat or utimes/lutimes.
2013-12-18 Rob BrowningHACKING: update to reflect 0.25 release.
2013-12-10 Rob BrowningUpdate README.md for 0.25. 0.25 0.25-rc5
2013-12-10 Rob Browningid-other-than: exclude names based on their underlying...
2013-12-10 Rob Browningt/test-meta.sh: handle systems that have sgid directories.
2013-12-06 Thomas Klausnertmetadata.py: chmod tree before deletion to fix NetBSD...
2013-12-05 Rob BrowningAdd helpers.fdatasync(); fix interleaved mmap/read...
2013-12-04 Rob BrowningRemove t/ from the test-meta.sh test tree now that...
2013-12-03 Rob BrowningCreate t/force-delete from t/lib.sh force-delete and...
2013-12-03 Rob BrowningDon't compute local script_home in lib.sh realpath...
2013-11-29 Aurelien JarnoUse the correct types when calling FS_IOC_GETFLAGS...
2013-11-25 Rob BrowningDon't check ACLs in t/compare-trees on NetBSD.
2013-11-25 Rob BrowningRevert "Don't check ACLs in t/compare-trees on FreeBSD."
2013-11-24 Rob BrowningDon't check ACLs in t/compare-trees on FreeBSD.
2013-11-23 Rob BrowningFix off-by-one in MAX_PER_TREE guard in _squish().
2013-11-23 Rob BrowningEnforce MAX_PER_TREE by always _squish()ing in spit_to_...
2013-11-20 Rob BrowningRemove redundant *bits assignment in bupsplit_find_ofs().
2013-11-19 Rob BrowningDESIGN: fix typo.
2013-11-19 Thomas KlausnerCompletely disable ACL support on NetBSD for now.
2013-11-19 Rob Browningmetadata.py: fix incorrectly indented line in Writer...
2013-11-19 Rob Browningmetadata.py: fix variable access in Writer.add(); tmax...
2013-11-19 Rob BrowningManually set TMPDIR to $(CURDIR)/tmp for all tests...
2013-11-15 Rob BrowningMakefile: simplify runtests-python since metadata tests...
2013-11-12 Rob BrowningDon't crash; defer an error when a path changes while... 0.25-rc4
2013-11-11 Rob Browningtest.sh: accommodate platforms where root defaults...
2013-11-11 Rob BrowningREADME.md: change python-dev to python-devel for CentOS.
2013-11-11 Rob BrowningRevert "Makefile: avoid using -Werror with clang for...
2013-11-11 Rob BrowningAccommodate systems where paths inherit their group...
2013-11-10 Rob Browning_helpers.c: be smarter when converting unknown integer...
2013-11-10 Rob BrowningOnly allow "index --clear" to clear the default index...
2013-11-10 Rob BrowningMakefile: avoid using -Werror with clang for now.
2013-11-09 Rob Browningtag-cmd.py: add "FIXME: review for safe writes.".
2013-11-09 Ben KellyAdd 'tag -f' support.
2013-11-09 Rob Browningbup-index.md: make it clear that *bup* doesn't expand...
2013-11-09 Rob Browningxstat.py: include "s" for socket in mode strings, i...
2013-11-08 Rob Browningtest-meta.sh: add a missing WVPASS in the ownership...
2013-11-08 Rob Browningindex.py: compute the index metadata offset more carefully.
2013-11-07 Rob Browningcurrent-filesystem(): accommodate NetBSD and SunOS.
2013-11-07 Rob Browningbup-restore.md: add more detail to the restore --map...
2013-11-07 Rob BrowningAdd --map-user --map-group --map-uid and --map-gid...
2013-11-07 Rob BrowningTreat stat fields correctly as signed, unsigned, or...
2013-11-06 Rob BrowningCorrect thanks for commit ff5e91840c92fbb3af70731ede869...
2013-11-06 Rob BrowningDon't include atime when determining hardlink compatibi...
2013-11-05 Rob BrowningUse "type -p" instead of "which" in test.sh.
2013-11-05 Rob BrowningAdd current-filesystem and path-filesystems to t/lib...
2013-11-05 Rob BrowningInclude the chattr value in the ApplyError.
2013-11-05 Rob Browning_apply_linux_xattr_rec(): do nothing if no rec; fix...
2013-11-04 Rob Browningtest.sh: remove "wc -l" quoting until/unless we fix...
2013-11-04 Thomas Klausnertest-meta.sh: prefer the more portable test '=' to...
2013-11-04 Thomas KlausnerCall date with -d since it's more portable than --date.
2013-11-03 Rob Browningimport-rsnapshot-cmd.sh: add a few missing failure...
2013-11-03 Rob BrowningSet pipefail so that "x | y || exit $?" will work properly.
2013-11-02 Rob Browningbup-index.md: indicate that non-rx --exclude paths...
2013-11-02 Rob Browningindex-cmd.py: pass exclude_rxs as an argument to update...
2013-11-01 Rob Browningtest-cat-file.sh: use -l instead of -b; explain differe...
2013-11-01 Rob BrowningDon't expect an attr error when the metadata has no...
2013-11-01 Rob Browningtmetadata.py: don't look for attr and xattr errors...
2013-11-01 Rob BrowningMake force-delete more flexible, and more likely to...
2013-11-01 Rob BrowningDon't use "set -e" in import-rdiff-backup.sh.
2013-11-01 Rob BrowningRemove all of the remaining test-related "set -e" usage.
2013-11-01 Rob BrowningFix xattr tests and bugs revealed (fully remove set...
2013-11-01 Rob BrowningFix ACL tests, and the bugs revealed thereby.
2013-11-01 Rob BrowningRemove more of the "set -e" dependency from test-meta.sh.
2013-11-01 Rob BrowningFix the "set -e" problem in the test-meta.sh chattr...
2013-11-01 Phil HordAdd /t/tmp/ to .gitignore.
2013-11-01 Phil HordREADME.md: fix typo; cited article is about 'git'.
2013-10-31 Rob Browningmeta-cmd.py: actually respond to recursion options.
2013-10-30 Aidan Hobson... Remove misleading -1 from BUP_WINDOWSIZE definition.
2013-10-30 Aidan Hobson... Correct DESIGN to refer to 64 byte rolling window.
2013-10-25 Aidan Hobson... HACKING: correct output folder in the format-patch...
2013-10-23 Rob BrowningFix top-level non-dir metadata restoration with /foo...
2013-10-23 Rob BrowningIgnore atime when testing bup cat-file --meta.
2013-10-23 Rob BrowningDon't create ACL objects until they're needed.
2013-10-22 Rob Browningmetadata_file(): don't load metadata objects for all...
2013-10-22 Rob BrowningAdd "bup cat-file [--meta|--bupm] /branch/revision...
2013-10-22 Rob BrowningFix id-other-than usage message.
2013-10-19 Rob BrowningOnly forward signals when appropriate; on SIGTSTP suspe...
2013-10-18 Patrick RouleauUpdate version extraction for _version.py to work with...
2013-10-08 Rob Browningbloom-cmd.py: close open file object for tfname before...
2013-10-08 Rob BrowningFall back from mknod() to socket()/bind() on EPERM...
2013-10-07 Rob BrowningHandle EOPNOTSUPP as an indicator that Linux attrs...
2013-10-07 Rob BrowningBe more careful when testing that repeated saves can...
2013-09-23 Rob BrowningMove _helper.c's Python.h back up (now to the top)... 0.25-rc3
2013-09-20 Rob BrowningMove non-system includes after system includes in _help...
2013-09-20 Rob Browningconfigure: since the *BSDs have GNU make as gmake,...
2013-09-18 Rob BrowningIgnore unimplemented metadata record during read (_rec_...
2013-09-18 Rob BrowningQuash stat(2) st_rdev unless we're going to need it...
2013-09-17 Rob Browningwrite_idx: make filename char* non-const (fixes python...
2013-09-17 Rob BrowningMention --git-ids in bup split -h output sample commands.
2013-09-17 Gabriel FilionUpdate bup split -h output (optspec) to distinguish...
2013-09-17 Gabriel FilionUpdate bup-split(1); document -d, clarify the split...
2013-09-17 Rob BrowningFix ./configure handling of OS_* for GNU/kFreeBSD.
2013-09-16 Rob BrowningFix path ownership restoration problems on Cygwin.
2013-09-16 Rob BrowningTreat ENOSYS like EOPNOTSUPP in _add_posix1e_acl().
2013-09-16 Rob BrowningFix minor typo in Metadata.read() in metadata.py.
next