]> arthur.barton.de Git - bup.git/history - lib/bup/t
do_bloom(): remove unused "count" variable
[bup.git] / lib / bup / t /
2014-08-06 Rob Browningatomically_replaced_file: ensure error leaves original
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Rob Browningthelpers.py: use t/tmp as the tmpdir parent
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-05-21 Rob BrowningUse CatPipe, not show, in git_commit_dates()
2014-05-10 Rob BrowningRead ARG_MAX directly via os.sysconf('SC_ARG_MAX').
2014-05-10 Rob BrowningRevert "Write the system ARG_MAX to an autogenerated...
2014-05-08 Rob BrowningAdd a batchpipe() command to helpers that behaves somew...
2014-05-08 Rob BrowningWrite the system ARG_MAX to an autogenerated config...
2014-05-08 Rob BrowningMerge work to make helpers.next() match the newer Pytho...
2014-05-08 Rob BrowningOnly define helpers.next() if Python's isn't new enough.
2014-05-02 Rob Browninghelpers.py: use returncode to get the subprocess exit...
2014-03-29 Mark J Hewittt/tmetadata.py: accommodate changes to xattr.set error...
2014-02-15 Aidan Hobson SayersAlways return a level 0 blob from _splitbuf() for BLOB_...
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-25 Rob Browningtbloom.py: use a tmpdir in t/tmp instead of working...
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...
next