summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-11encryption_tests: make robust against bad default keyringsBen Boeckel1-3/+12
2015-10-11encryption: support custom gpghome in symmetric key functionsBen Boeckel1-6/+7
2015-10-11encryption: refactor _gpg_pipe to use _gpgBen Boeckel1-12/+5
2015-10-10Make BackupPlugin.pretend be a real attributeLars Wirzenius1-4/+1
2015-10-10Drop now-obsolete benchmark programsLars Wirzenius3-559/+0
2015-09-28Fix un-idiomatic type checks (thanks, pylint)Lars Wirzenius7-9/+12
2015-09-28Silence pylint by initialising more Metadata members by nameLars Wirzenius1-0/+3
2015-09-28Avoid using assertTrue(True) in unit testLars Wirzenius3-5/+4
2015-09-28Split out stuff from __init__.py to placate pep8Lars Wirzenius5-46/+119
2015-09-28Drop obsolete paramiko deprecation warning suppressionLars Wirzenius1-10/+1
2015-09-28Run pylint only if >= 1.3.1, and fix same for pep8Lars Wirzenius1-4/+16
2015-09-27Use multiline ttystatus when availableLars Wirzenius2-5/+21
2015-09-26Run pep8 conditionally depending on its versionLars Wirzenius1-1/+8
2015-09-23Update NEWS about sftp ipv6 address fixLars Wirzenius1-0/+8
2015-09-23use urlparse for hostname, port and usernameWilliam Boughton1-25/+4
2015-09-23Add test to test-sftpfs for sftp://[::1]/ URLsLars Wirzenius1-0/+17
2015-09-15Update copyright years (check, obnam.1.in)Lars Wirzenius2-2/+2
2015-09-12build: support build/ being a symlinkBen Boeckel2-2/+6
2015-09-12manpage: remove rogue trailing whitespaceBen Boeckel1-1/+1
2015-09-12Prepare release version 1.17obnam-1.17Lars Wirzenius4-3/+9
2015-09-10Update NEWSLars Wirzenius1-0/+5
2015-09-10Don't see if root is file, it isn'tLars Wirzenius1-8/+0
2015-09-10Move backup progress reporting to its own moduleLars Wirzenius4-138/+160
2015-09-10Fix typo in parameter name in RootIsNotADirectoryLars Wirzenius1-1/+1
2015-09-07coverage-4.0a6 compatibilityMichel Alexandre Salim1-1/+2
2015-09-07Update NEWSLars Wirzenius1-0/+7
2015-09-07fsck: add an option to not check checksumsLukáš Poláček1-5/+11
2015-09-06Prepare files for release version 1.16obnam-1.16Lars Wirzenius4-5/+5
2015-09-05Add another Debian bug closed by the new versionLars Wirzenius1-0/+1
2015-08-29Update NEWSLars Wirzenius1-0/+2
2015-08-29Merge Lukas's changes to unlock if gpg failsLars Wirzenius3-2/+16
2015-08-29Thank Mesar Hameed for fix to exclusion pluginLars Wirzenius1-1/+2
2015-08-29Add note to debian/changelog of bug fixedLars Wirzenius1-0/+7
2015-08-29Add credit for bug fix to Diane TroutLars Wirzenius1-0/+4
2015-08-29Update NEWSLars Wirzenius1-1/+6
2015-08-29Fix bugs and style issues found by pylintLars Wirzenius49-386/+426
2015-08-29Unpack tuple correctlyLars Wirzenius1-1/+1
2015-08-29Run pylint in ./check -nLars Wirzenius1-0/+6
2015-08-29Add missing copyright yearLars Wirzenius1-1/+1
2015-08-29Enable pylint check blacklisted_nameLars Wirzenius1-1/+0
2015-08-29Enable bad-builtin pylint checkLars Wirzenius1-1/+0
2015-08-29Disable some more warningsLars Wirzenius1-0/+3
2015-08-29Drop dead codeLars Wirzenius1-2/+0
2015-08-29Drop unnecessary no-op statement (pass)Lars Wirzenius1-1/+0
2015-08-29Let logging function do string formattingLars Wirzenius1-1/+1
2015-08-29Make class be new-styleLars Wirzenius1-1/+1
2015-08-29Drop unused importLars Wirzenius1-1/+0
2015-08-29Change VFS.open to have optional bufsize argumentLars Wirzenius2-2/+2
2015-08-29Change mkdir to have optional mode argumentLars Wirzenius2-2/+2
2015-08-29Fix call to logging functionLars Wirzenius1-1/+1