]> arthur.barton.de Git - bup.git/history - lib/bup/t
Add compat.items() and use it
[bup.git] / lib / bup / t /
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.
2010-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.
2010-10-24 Rob BrowningAdd helpers.fstat and _helpers._have_ns_fs_timestamps.
2010-10-24 Rob BrowningAdd a helpers.FSTime class to handle filesystem timesta...
2010-10-23 Rob BrowningAttempt to unlink or rmdir existing paths as appropriat...
2010-10-10 Rob BrowningCheck stat() after attempted restore of nonexistent...
2010-10-09 Rob BrowningDon't try to restore owner unless root; handle nonexist...
2010-10-09 Rob BrowningAdd metadata test_restore_restricted_user_group().
2010-10-09 Rob BrowningAdd helpers.detect_fakeroot() and use it in relevant...
2010-10-09 Rob BrowningDefer metadata aquisition and application errors during...
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-25 Rob BrowningDon't allow negative ns in metadata timestamps; normali...
2010-09-22 Avery Pennarungit.py: support the old git pack .idx version 1 format.
2010-09-22 Rob BrowningAdd vint tests and signed vint support via write_vint...
2010-09-22 Rob BrowningAdd initial support for metadata archives.
2010-09-08 Avery Pennarunoptions.py: handle optspecs that include inline square...
2010-09-08 Avery Pennarunoptions.py: better support for explicit no-* options.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
2010-07-28 Avery Pennarun_hashsplit.c: refactor a bit, and add a self-test.
2010-07-14 Avery PennarunMove t/*.py to lib/bup/t/*.py.