summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2014-02-01Fix pre-1970 timestamps for FUSELars Wirzenius1-0/+5
2014-01-23Split of metadata encoding for fmt6 and general stuffLars Wirzenius10-200/+243
2014-01-20Remove wrong FIXMELars Wirzenius1-3/+0
2014-01-20Avoid using private attribute in repo fmt 6Lars Wirzenius1-9/+9
2014-01-20Use methods for (un)packing gen ids in fmt 6Lars Wirzenius1-28/+40
2014-01-20Add --exclude-from optionLars Wirzenius1-3/+23
2014-01-19Exclude statements from test coverageLars Wirzenius1-1/+1
2014-01-19Obey --always-set-setuid when restoringLars Wirzenius1-1/+4
2014-01-19Make set_metadata be able to set setuid/gid bits alwaysLars Wirzenius2-3/+15
2014-01-19Add --always-restore-setuid optionLars Wirzenius1-0/+6
2014-01-19Reformat awkwardly broken long statementsLars Wirzenius1-6/+11
2014-01-14Refresh FUSE mount when .pid is readLars Wirzenius1-11/+28
2014-01-11Add backup-finished hookLars Wirzenius1-0/+3
2014-01-11Document --quiet and --verbose betterLars Wirzenius1-2/+13
2014-01-11Remove private helper methodLars Wirzenius1-8/+3
2014-01-11Add got_*_lock methods to RepositoryInterfaceLars Wirzenius3-0/+78
2014-01-10Tweak stupid class nameLars Wirzenius1-37/+37
2014-01-10Document mandatory keys, key code persistenceLars Wirzenius1-1/+5
2014-01-10Ensure all common file metadata keys are allowedLars Wirzenius2-8/+55
2014-01-09Check whole-file md5 for in-tree chunk validationLars Wirzenius1-2/+9
2014-01-09Reword FIXME into explanation why it's not neededLars Wirzenius1-1/+2
2014-01-09Reword a FIXME into a comment saying it's undoableLars Wirzenius1-1/+4
2014-01-09Reword a FIXME into a long-term commentLars Wirzenius1-2/+7
2014-01-09Make has_chunk handle in-tree data in fmt 6Lars Wirzenius1-2/+7
2014-01-08Support in-tree file data for format 6Lars Wirzenius1-9/+29
2014-01-07Rewrite FIXME to document why it's not getting doneLars Wirzenius1-7/+14
2014-01-07Use API method in another placeLars Wirzenius1-4/+3
2014-01-07Change generation removal to use API methodLars Wirzenius1-2/+2
2014-01-07Add FIXMEs for in-tree data changes requiredLars Wirzenius1-0/+24
2014-01-06Add FIXME for private attribute accessLars Wirzenius1-0/+2
2014-01-01Rely on larch's journalling when removing generationsLars Wirzenius1-18/+13
2014-01-01Move all repo format 6 code into its own moduleLars Wirzenius15-31/+51
2013-12-30Add RepositoryInterface.get_client_extra_data_directoryLars Wirzenius4-8/+37
2013-12-28Optimise file-exists checks; fix file key cachingLars Wirzenius1-3/+5
2013-12-28Add _require_existing_client as a separate methodLars Wirzenius1-1/+6
2013-12-28Cache file key settings as well, in repo fmt 6Lars Wirzenius1-28/+54
2013-12-28Cache file key lookups in format 6Lars Wirzenius1-4/+20
2013-12-28Add missing fileLars Wirzenius1-0/+30
2013-12-28Move responsibility for gen start/end times to backupLars Wirzenius5-51/+9
2013-12-28Fix fsck for unused chunksLars Wirzenius4-5/+35
2013-12-28Move repo format specific fsck work to proper placeLars Wirzenius5-56/+50
2013-12-28Have fsck plugin do repo format specific workLars Wirzenius1-0/+2
2013-12-28Have RepositoryInterface return all potential matchesLars Wirzenius4-18/+36
2013-12-28Remove uninteresting FIXMELars Wirzenius1-4/+0
2013-12-28Improve FIXME commentLars Wirzenius1-1/+1
2013-12-28Remove file and data counting from ClientMetadataTreeLars Wirzenius3-145/+26
2013-12-28Remove fixme I've decided againstLars Wirzenius1-1/+0
2013-12-28Remove now-obsolete FIXMELars Wirzenius1-4/+0
2013-12-28Re-instate de-duplication during backupsLars Wirzenius1-38/+30
2013-12-28Fix backup plugin to use prepare_chunk_for_indexesLars Wirzenius1-15/+16