]> arthur.barton.de Git - bup.git/history - lib/bup/t
Adjust rm-cmd and bup.rm for python 3 and enable test-rm
[bup.git] / lib / bup / t /
2014-01-25 Rob Browningtgit.py: use a tmpdir in t/tmp instead of working direc...
2013-12-28 Rob BrowningDon't require non-negative timespec ns; fix stat timest...
2013-12-28 Rob BrowningAlways publish (l)utimes in helpers when available...
2013-12-21 Rob BrowningAlways publish utimensat in helpers when available...
2013-12-19 Rob BrowningStop testing negative timestamps -- they're not necessa...
2013-12-06 Thomas Klausnertmetadata.py: chmod tree before deletion to fix NetBSD...
2013-11-05 Rob Browning_apply_linux_xattr_rec(): do nothing if no rec; fix...
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 BrowningFix xattr tests and bugs revealed (fully remove set...
2013-08-10 Robert S. EdmondsSkip test_handling_of_incorrect_existing_linux_xattrs...
2013-07-30 Zoran ZaricCurrently bup only indexes physical parent paths; adjus...
2013-05-27 Rob BrowningSkip the large bloom filter test if mmap fails on 32...
2013-05-27 Rob BrowningUse sys.platform instead of platform.system().
2013-04-14 Rob Browningtgit.py: set BUP_MAIN_EXE and BUP_DIR in testpacks().
2013-03-16 Rob Browningtmetadata.py: skip test_apply_to_path_restricted_access...
2013-03-16 Rob BrowningDon't even test for Linux xattrs if platform.system...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2012-12-30 Rob BrowningAdd a metadata() method to Node, File, Symlink, and...
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-10-20 Rob BrowningChange metadata "owner" to "user" everywhere to match...
2012-07-25 Avery Pennarunshquote: add docstrings and a new quotify_list() function.
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.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-06-09 Rob BrowningVerify the expected length of saved_errors in tmetadata.py.
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. UckoCap timestamps in index to avoid needing to worry about...
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennarunoptions.py: add support for '-#' style compression...
2011-05-15 Aneurin PriceUse is_superuser() rather than checking euid directly
2011-05-09 Zoran ZaricRemove a file created in a index test
2011-05-08 Avery PennarunEarlier "negative timestamp" patch had a 64-bit timesta...
2011-05-08 Zoran ZaricPrefix paths in grafting- and stripping-tests
2011-05-08 Rob BrowningAdd initial timespec behavior tests.
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-05-08 Rob BrowningDrop xstat floating point timestamp support -- use...
2011-05-08 Avery PennarunMerge branch 'master' of git://github.com/thatch/bup
2011-04-16 Tim HatchFix a bug where marginally old files couldn't be stored...
2011-03-21 Rob Browningtgit.py: provoke ENOTDIR rather than EACCES in test_che...
2011-03-21 Rob Browningtmetadata.py: call helpers.unlink() rather than unlink().
2011-03-20 Avery PennarunGet rid of some python syntax not compatible with pytho...
2011-03-20 Avery Pennaruntmetadata: the "non existent group name" test didn...
2011-03-20 Avery Pennaruntmetadata.py: don't call subprocesses for trivial opera...
2011-03-20 Avery Pennarunmetadata: don't die if Linux attr (not xattr) support...
2011-03-20 Avery Pennarunmetadata: recover politely if xattr/acl support is...
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-20 Dickon ReedAllow chown to uid:0 to succeed.
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-10 Eduardo Bacchi Kienetzt/tmetadata.py: fix a typo st_uid -> st_gid.
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-27 Rob BrowningDon't touch correct target xattrs; remove inappropriate...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery Pennaruntclient.py: add some additional tests that objcache...
2011-02-17 Avery Pennarunbloom.py: move bloom.ShaBloom.create to just bloom...
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Brandon Lowmidx4: Fix name offsets when generated from idx
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Brandon Lowbloom: Use truncate not writing zeros in create
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-20 Rob BrowningChange os.geteuid to os.geteuid() in tmetadata.py.
2011-01-19 Rob BrowningImprove some metadata error messages.
2011-01-19 Rob BrowningRemove bup: prefix from metadata error messages.
2011-01-19 Rob BrowningRemove MetadataError and make apply error handling...
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-18 Brandon LowFix test by forcing order
2011-01-18 Avery PennarunRemove seemingly unnecessary abspath() call from the...
2011-01-18 Brandon LowFreeBSD + os.mknod => broken, open().close()
2011-01-10 Brandon Lowclient/server:Handle multiple suggestions and misc
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-08 Avery PennarunMerge branch 'zz/strip_path_fix' bup-0.21
2011-01-08 Zoran ZaricAdd a testcase for strip_path
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Brandon LowTeach bup about URLs and non-ssh remotes
2011-01-06 Brandon LowAdd optional dumb-server mode
2011-01-05 Rob BrowningRemove MetadataAcquireError and make error handling...
2011-01-04 Brandon LowImprove test pass condition
2011-01-04 Zoran ZaricAdds --graft option to bup save.
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds a strip and strip-path option to bup save.
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2010-11-13 Rob BrowningRename metadata exceptions and add a parent MetadataErr...
2010-10-25 Rob BrowningModify drecurse.py and index.py to use xstat functions.
next