]> arthur.barton.de Git - bup.git/shortlog
bup.git
2014-04-10 Rob BrowningMerge work to have "bup split" produce a top-level...
2014-04-10 Rob BrowningAlways name the top-level split file "data", instead...
2014-04-06 Yung-Chin OeiMake bup-split commits appear as files to the vfs layer.
2014-04-04 Rob Browningvfs.py: don't redundantly _populate_metadata for Dir()s.
2014-04-03 Rob BrowningAdd initial support for ls(1) style "-d" argument to...
2014-04-03 Rob Browningindex.py: fix typo in Writer._add.
2014-04-02 Patryck Rouleauindex-cmd: prevent a division by zero while computing...
2014-03-29 Mark J Hewittt/tmetadata.py: accommodate changes to xattr.set error...
2014-03-27 Rob Browningt/test-meta.sh: fix xattr.set test broken by path outpu...
2014-03-23 Rob BrowningPass any VFS Dir() constructor keywords on to Node().
2014-03-23 Rob Browningwvtest.sh: add WVDIE().
2014-03-23 Rob Browningmetadata.py: xattr exception strings don't have path...
2014-03-23 Rob Browningtest-ls.sh: don't check the symlink file size on NetBSD...
2014-03-22 Rob Browningtest-ls.sh: get the group and gid from the filesystem.
2014-03-21 Rob Browning_helpers.c: use "unsigned long long" in ASSIGN_PYLONG_T...
2014-03-20 Rob Browningwvtest.sh: print a backtrace on failure when running...
2014-03-20 Rob Browningwvtest.sh: declare non-global variables to be local.
2014-03-20 Rob BrowningReport paths/s in index progress information.
2014-03-20 Rob BrowningUse "EXAMPLES" consistently in the manpages.
2014-03-20 Rob Browningwvtest.sh: add "Local Variables" for file's current...
2014-03-20 Rob Browningwvtest.sh: remove unused LVL variable.
2014-03-18 Rob BrowningDisable -Wtautological-compare for INTEGER_TO_PY()...
2014-03-17 Rob Browningtest-on.sh: add some simple "bup on" tests.
2014-02-18 Rob Browningtest-ls.sh: take only the first 10 chars from ls -l...
2014-02-17 Rob Browningtest-compression.sh: use "tar ... | wc -c" instead...
2014-02-17 Rob Browningtest-ls.sh: get the symlink mode from the host ls;...
2014-02-17 Dmitry PolushkinAdd acl and attr to Debian/Ubuntu build deps and defaul...
2014-02-15 Aidan Hobson... Always return a level 0 blob from _splitbuf() for BLOB_...
2014-02-14 Rob Browningsave-cmd.py, split-cmd.py: end the commit message with...
2014-02-14 Rob Browningsplit-cmd.py: respect --compress for remote repos too.
2014-02-14 Rob BrowningMove Client compression spec from constructor to new_pa...
2014-02-06 Rob Browningmetadata.summary_str(): don't ignore a size of 0 (i...
2014-02-06 Rob Browningtest-ls.sh: eliminate timezone dependencies; test dates...
2014-02-05 Rob BrowningRestore ls -l item sizes, and add initial tests for...
2014-02-04 Rob BrowningFix the ls -laAF options with respect to the VFS synthe...
2014-01-31 Rob Browningmetadata.py: add a more meaningful repr() to Metadata.
2014-01-31 Rob BrowningAdd --exclude-rx and --exclude-rx-from support to ...
2014-01-31 Rob BrowningFix drecurse relative --excludes, quash duplicates...
2014-01-31 Rob Browningbup-index.md: remove misleading --exclude expansion...
2014-01-29 Rob Browningvfs.py: replace "X" placeholder with the instance id...
2014-01-29 Rob Browninggit.py: remove unused home_repodir variable.
2014-01-29 Rob Browningt/test.sh: use a tmpdir in t/tmp instead of working...
2014-01-29 Rob Browningtmetadata.py, txstat.py: don't remove tmpdirs when...
2014-01-29 Rob Browningtmetadata.py, txstat.py: use t/tmp as the tmpdir parent.
2014-01-29 Rob Browningtindex.py: use a tmpdir in t/tmp instead of working...
2014-01-29 Rob Browningtclient.py: use a tmpdir in t/tmp instead of working...
2014-01-27 Rob Browningsave-cmd.py: disallow backup set names containing "/".
2014-01-25 Rob Browningtbloom.py: use a tmpdir in t/tmp instead of working...
2014-01-25 Rob BrowningChange -x/--xdev/--one-filesystem to include the mount...
2014-01-25 Rob Browningtgit.py: use a tmpdir in t/tmp instead of working direc...
2014-01-24 Rob Browningmetadata.py: remove obsolete comments.
2014-01-17 Rob BrowningMention par2 as one of the reasons you might want to...
2014-01-14 itxx00bup-restore.md: always initialize root_meta in do_root.
2014-01-12 Rob Browningbup-join.md bup-save.md: note that even with "-r" a...
2014-01-07 Rob BrowningCheck for overflow when converting from Python to unsig...
2013-12-31 Rob BrowningMove the main fsck tests from test.sh to test-fsck.sh.
2013-12-31 Rob BrowningMove clear-index tests from test.sh to test-index-clear.sh.
2013-12-31 Rob BrowningMove test.sh exclude tests to renamed test-save-restore...
2013-12-31 Rob BrowningMove compression tests from test.sh to test-compression.sh.
2013-12-31 Rob BrowningMove import-rdiff-backup tests from test.sh to test...
2013-12-31 Rob BrowningMove save --strip/--graft tests from test.sh to test...
2013-12-28 Rob BrowningDon't require non-negative timespec ns; fix stat timest...
2013-12-28 Rob BrowningRemove ancient lib/tornado in favor of an external...
2013-12-28 Rob BrowningAlways publish (l)utimes in helpers when available...
2013-12-28 Rob BrowningRemove vestigial and inappropriate isnan()/isinf()...
2013-12-24 Rob BrowningAdd -n, -A, -F, --file-type, --numeric-ids and detailed...
2013-12-21 Rob BrowningAlways publish utimensat in helpers when available...
2013-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
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...
next