]> arthur.barton.de Git - bup.git/history - lib/bup/t/tmetadata.py
t/tmetadata.py: fix a typo st_uid -> st_gid.
[bup.git] / lib / bup / t / tmetadata.py
2011-03-10 Eduardo Bacchi Kienetzt/tmetadata.py: fix a typo st_uid -> st_gid.
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-10 Rob BrowningMerge remote branch 'origin/master' into meta
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-05 Rob BrowningRemove MetadataAcquireError and make error handling...
2010-11-13 Rob BrowningRename metadata exceptions and add a parent MetadataErr...
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-09-25 Rob BrowningDon't allow negative ns in metadata timestamps; normali...
2010-09-22 Rob BrowningAdd initial support for metadata archives.