summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Prepare release 1.19.1obnam-1.19.1Lars Wirzenius1-1/+1
2016-01-30Fix check for paramiko version for 1.7.8...1.10.4Lars Wirzenius1-1/+27
2016-01-15Update copyright yearsLars Wirzenius1-1/+1
2016-01-15Prepare release 1.19Lars Wirzenius1-1/+1
2016-01-15Update copyright yearsLars Wirzenius12-12/+12
2016-01-15Comment out dead test codeLars Wirzenius1-25/+25
2016-01-15Add a default StructuredMessage.msg (None)Lars Wirzenius1-0/+2
2016-01-15Simplify comparison of bags in unit testLars Wirzenius1-3/+1
2016-01-15Rename unused variables to _Lars Wirzenius1-13/+12
2016-01-15Use enumerate for clarity, brevityLars Wirzenius2-4/+3
2016-01-15Get EEXIST from errno, instead of exceptionLars Wirzenius2-2/+4
2016-01-15Reorder importsLars Wirzenius5-11/+13
2016-01-09Update copyright yearliw/prefetchLars Wirzenius1-1/+1
2016-01-09Really fix Paramiko 1.16+ prefetchingLars Wirzenius1-3/+3
2015-12-21Implement GA remove_unused_chunksLars Wirzenius1-3/+47
2015-12-21Change GA remove_generations to find unused chunksLars Wirzenius1-2/+14
2015-12-21Make forget remove now-unused chunksLars Wirzenius1-2/+5
2015-12-21Make backup keep indexes lock while removing unused chunkdLars Wirzenius1-1/+0
2015-12-21Make forget remove unused chunks before unlockingLars Wirzenius1-1/+1
2015-12-21Make remove_unused_chunks require chunk indexes lockLars Wirzenius4-7/+11
2015-12-21Change remove_generation to return list of chunksLars Wirzenius3-2/+11
2015-12-20Fix to work with old and new Paramiko prefetchLars Wirzenius1-1/+16
2015-12-17Show time zone in "obnam generations"Lars Wirzenius1-1/+16
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