summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2015-03-22Prepare for release 1.9obnam-1.9Lars Wirzenius1-1/+1
2015-03-22Don't fix st_ctime, st_blksize that don't existLars Wirzenius1-2/+0
2015-03-22Fix SFTP stat result fields from None to 0Lars Wirzenius1-0/+12
2015-03-22sftp_plugin: use same mode for 2nd try after creating missing dirsThomas Waldmann1-2/+3
2015-03-22fix typosThomas Waldmann6-17/+17
2015-03-22Remove unused methodLars Wirzenius1-4/+0
2015-03-22add a XXX to a unused(?) broken piece of codeThomas Waldmann1-1/+1
2015-03-22show_plugin: fix call to undefined methodThomas Waldmann1-1/+1
2015-03-22Add an ObnamError subclass for errorThomas Waldmann1-1/+6
2015-03-22avoid shadowing builtinsThomas Waldmann6-15/+15
2015-03-22clientmetadatatree_tests: remove redeclared names without usageThomas Waldmann1-17/+0
2015-03-22fix typo in interface base classThomas Waldmann1-1/+1
2015-03-22more imports cleanup: remove unused, add missingThomas Waldmann3-3/+1
2015-03-22fuse_plugin: fix undefined "blocks"Thomas Waldmann1-1/+1
2015-03-22backup_plugin: fix wrong attribute referenceThomas Waldmann1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann18-27/+2
2015-03-22remove uneeded outer parens around boolean expressionsThomas Waldmann2-5/+5
2015-03-22refactor slightly misleading code, improve loggingThomas Waldmann1-5/+2
2015-03-22assertIn and assertNotIn are not available on Python 2.6Thomas Waldmann2-3/+3
2015-03-22Remove unused argument from get_fsck_work_itemsLars Wirzenius1-4/+1
2015-03-18Change how "obnam forget" locks to fix race conditionLars Wirzenius1-2/+43
2015-03-18Disable chunk verification in restoreLars Wirzenius1-2/+9
2015-03-06Verify that live data hasn't been appended toLars Wirzenius1-0/+4
2015-02-26PATCH: minor style fixes, no functional changeThomas Waldmann2-4/+4
2015-01-30Make end-of-backup message more informativeLars Wirzenius1-7/+33
2015-01-30Update copyright yearsLars Wirzenius2-2/+2
2015-01-30Add --silent as an alias for --quietLars Wirzenius1-1/+1
2015-01-30Remove unnecessary empty lineLars Wirzenius1-1/+0
2015-01-30Add filename to missing chunk error messageLars Wirzenius4-8/+23
2015-01-28Store key name, not code, in data.yamlLars Wirzenius1-9/+12
2015-01-24Fix copyright years, add missing gpl3 blurbLars Wirzenius8-8/+8
2015-01-24Make use of get_shared_directoriesLars Wirzenius1-4/+2
2015-01-24Add get_shared_directories interface callLars Wirzenius4-0/+22
2015-01-24Exclude a bit from test coverageLars Wirzenius1-1/+1
2015-01-24Implement hook repository-add-client in simple fmtLars Wirzenius1-6/+27
2015-01-24Change repository-add-client hookLars Wirzenius2-3/+3
2015-01-24Add tracing statementsLars Wirzenius1-0/+2
2015-01-24Fix things for simple fmt hooked fsLars Wirzenius1-12/+36
2015-01-24Make error message clearerLars Wirzenius1-1/+2
2015-01-23Use HookedFS in simple formatLars Wirzenius1-4/+55
2015-01-19Fix coverageLars Wirzenius1-5/+1
2015-01-19Fix comparsion to NoneLars Wirzenius1-1/+2
2015-01-19Return correct default value for file keysLars Wirzenius1-5/+12
2015-01-19Handle generation timestamps correctlyLars Wirzenius1-9/+18
2015-01-19Store generation time stamps as integersLars Wirzenius1-2/+2
2015-01-19Remove now-useless importLars Wirzenius1-1/+0
2015-01-19Undo the abstraction, obnamlib.App already provides itLars Wirzenius2-21/+9
2015-01-19Add a current time abstractionLars Wirzenius1-5/+28
2015-01-19Fix lock forcingLars Wirzenius1-2/+8
2015-01-18Return integer timestamps for generationsLars Wirzenius3-9/+17