summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Prepare 1.18.1 releaseobnam-1.18.1Lars Wirzenius1-1/+1
2015-11-06Make --quiet stop end-of-backup statistics to stdoutLars Wirzenius2-26/+30
2015-11-04Prepare release 1.18obnam-1.18Lars Wirzenius1-1/+1
2015-11-02Revert "Change type checking in object serialisation"Lars Wirzenius1-3/+2
2015-11-02Avoid referring to B-trees in backup progressLars Wirzenius1-8/+10
2015-11-02Deprecate --small-files-in-btree in help textLars Wirzenius1-4/+2
2015-11-01Change type checking in object serialisationLars Wirzenius1-2/+3
2015-11-01Handle number of strings with struct.packliw/optnopLars Wirzenius1-2/+5
2015-11-01Serialise dict int values speciallyLars Wirzenius1-1/+20
2015-11-01Encode a list of strings speciallyLars Wirzenius1-6/+38
2015-11-01Set a GADirectory's contents as one dictLars Wirzenius1-6/+4
2015-11-01Allow some blob cachingLars Wirzenius1-1/+1
2015-11-01Avoid calling _require_file_existsLars Wirzenius1-2/+5
2015-10-27Make RepositoryFS be explicit about what it supportsLars Wirzenius1-6/+36
2015-10-25Store bags in a directory hierachyliw/bagtreeLars Wirzenius1-1/+7
2015-10-24Reformat code for pep8Lars Wirzenius1-2/+2
2015-10-24Reimplement scan_tree without recursionLars Wirzenius1-26/+48
2015-10-19Avoid storing compressed data when the tagged compressed data would be longer...Henri Sivonen1-2/+9
2015-10-13Output final backup summary to stdoutLars Wirzenius2-11/+18
2015-10-11kdirstat: Handled named pipes (fifos)Ian Campbell1-0/+5
2015-10-11Add extra space before in-line commentLars Wirzenius1-1/+1
2015-10-11encryption_plugin: add a gnupghome configuration optionBen Boeckel1-6/+21
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-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 Wirzenius4-46/+115
2015-09-28Drop obsolete paramiko deprecation warning suppressionLars Wirzenius1-10/+1
2015-09-27Use multiline ttystatus when availableLars Wirzenius1-5/+16
2015-09-23use urlparse for hostname, port and usernameWilliam Boughton1-25/+4
2015-09-12Prepare release version 1.17obnam-1.17Lars Wirzenius1-1/+1
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 Wirzenius3-138/+159
2015-09-10Fix typo in parameter name in RootIsNotADirectoryLars Wirzenius1-1/+1
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 Wirzenius1-1/+1
2015-08-29Merge Lukas's changes to unlock if gpg failsLars Wirzenius3-2/+16
2015-08-29Unpack tuple correctlyLars Wirzenius1-1/+1
2015-08-29Add missing copyright yearLars Wirzenius1-1/+1
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