summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Use _ instead of real name for dummy variableLars Wirzenius1-1/+1
2015-12-12Break long lineLars Wirzenius1-1/+5
2015-12-12Add list of Obnam errors to manualLars Wirzenius3-0/+130
2015-12-12Do not ignore EPIPE in backupLars Wirzenius1-1/+1
2015-12-12Make logging of exception clearer, with tracebackLars Wirzenius1-3/+1
2015-12-06Move shared repo format hooks to RepositoryFactoryLars Wirzenius4-6/+13
2015-12-06Remove now-wrong docstring commentLars Wirzenius1-6/+1
2015-12-06Make REPO_* constant numbers less manualLars Wirzenius1-25/+35
2015-12-06Don't compute whole-file MD5 unless allowedLars Wirzenius2-6/+15
2015-12-06Refactor: Move metadata.md5 assignment into methodLars Wirzenius1-4/+3
2015-12-06Don't get MD5 in show plugin unless allowedLars Wirzenius1-2/+3
2015-12-06Only check whole-file MD5 if allowed by repositoryLars Wirzenius1-4/+5
2015-12-06Do not have whole-file MD5 in green-albatrossLars Wirzenius1-2/+1
2015-12-06Do not require while-file MD5 for all formatsLars Wirzenius1-1/+0
2015-12-06Fix use of RepositoryFileKeyNotAllowed exceptionLars Wirzenius1-0/+2
2015-12-06Add green-albatross cache settingsLars Wirzenius9-9/+103
2015-11-20Change find_chunk_ids_by_content to look up by tokenLars Wirzenius5-14/+14
2015-11-17Simplify find_chunk_ids_by_contentLars Wirzenius1-33/+73
2015-11-17Move _prepare_data into _load_dataLars Wirzenius1-10/+3
2015-11-15Prepare release 1.18.2obnam-1.18.2Lars Wirzenius1-1/+1
2015-11-15Fix exclusion of subdirectory contentsLars Wirzenius1-2/+15
2015-11-08Fix Green Alatross unit tests to clean upLars Wirzenius1-0/+4
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