summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Early break if chunks_to_remove becomes emptyliw/forgetLars Wirzenius1-0/+2
2017-02-12Drop unused importLars Wirzenius1-1/+0
2017-02-12Fix typosLars Wirzenius1-2/+2
2017-02-12Drop more debug loggingLars Wirzenius1-1/+0
2017-02-12Drop a bit of debug loggingLars Wirzenius1-2/+0
2017-02-12Add a bit more loggingLars Wirzenius1-1/+5
2017-02-12Drop more memory profile dumpingLars Wirzenius1-8/+0
2017-02-12Update copyright year and log deleted pathnamesLars Wirzenius1-1/+3
2017-02-12Avoid growing DirectoryObjectCache too muchLars Wirzenius1-0/+8
2017-02-12Simplify logging callLars Wirzenius1-2/+2
2017-02-12Reduce memory dumping a bitLars Wirzenius1-8/+0
2017-02-12Log length of remaining chunks to removeLars Wirzenius1-0/+3
2017-02-12Use more generators to save memoryLars Wirzenius1-11/+9
This might cost in terms of time.
2017-02-12Change how uniquely-in-remove-gen computation is doneLars Wirzenius1-17/+13
Rather than computing a large union of all chunk ids in all genearations tha will remain, we iterate over the chunk ids and remove them from the set of chunk ids in the generation that is getting removed. This should cut down on memory use.
2017-02-12Log as we count filesLars Wirzenius1-0/+2
2017-02-12Count files in generationLars Wirzenius1-0/+3
2017-02-12Attempt to comput chunk ids in a geneartion more efficientlyLars Wirzenius1-6/+7
2017-02-12Update copyright years; reformat to pacify pep8, pylintLars Wirzenius4-12/+22
2017-02-12Rewrite get_generation_chunk_idsLars Wirzenius1-13/+14
2017-02-12Add more memory profile debuggingLars Wirzenius1-1/+12
2017-02-12Add more memory profile debuggingLars Wirzenius1-1/+2
2017-02-12Add more memory profile debuggingLars Wirzenius1-0/+7
2017-02-12Add more memory profile debuggingLars Wirzenius1-1/+1
2017-02-12Add more memory profile debuggingLars Wirzenius1-0/+4
2017-02-12Add more memory profile dumpingLars Wirzenius1-1/+4
2017-01-29Update NEWSLars Wirzenius1-0/+3
2017-01-29Update manual about restoring using abs pathsLars Wirzenius1-0/+4
2017-01-29Update manpage about restoring abspathsLars Wirzenius1-0/+2
2017-01-29Forbid restoring without absolute pathsLars Wirzenius1-0/+10
2017-01-08Update copyright yearsLars Wirzenius2-2/+2
2017-01-08Break long linesLars Wirzenius1-2/+6
2017-01-08Update NEWSLars Wirzenius1-0/+3
2017-01-08Log multiline StructuredError messages in fullLars Wirzenius2-2/+6
2016-12-29Bump version number post-release to 1.21+gitLars Wirzenius3-2/+12
2016-12-29Prepare to release version 1.21obnam-1.21Lars Wirzenius3-5/+5
2016-12-29Fix --one-filesystemLars Wirzenius3-1/+8
Something broke --one-filesystem, at least for some people, when Obnam learnt to detect bind mounts. This change reverts that functionality, rather then fixing the bug. Thus: no bind mount detection, go back to previous functionality. This is fairly urgent due to an upcoming Debian release and it's ongoing freeze. A proper fix and re-adding the bind mount detection to be added later.
2016-12-15Bump version number post-release to 1.20.3+gitLars Wirzenius3-2/+12
2016-12-15Prepare to release version 1.20.3obnam-1.20.3Lars Wirzenius3-5/+5
2016-12-15Update NEWSLars Wirzenius1-0/+2
2016-12-15Disable yarnsLars Wirzenius2-1/+4
In some circumstances, the encryption related yarns fail. gpg fails to start a gpg-agent, but doesn't say why. I'm giving up. I've spent days on this now, and I don't understand why it fails. It always works when running Obnam for real. I want 1.20 to get into Debian strach, so I'm disabling yarns while packge is built. I'll return to this later.
2016-10-30Bump version number post-release to 1.20.2+gitLars Wirzenius3-2/+12
2016-10-30Prepare to release version 1.20.2obnam-1.20.2Lars Wirzenius4-7/+9
2016-10-30Bump version number post-release to 1.20.1+gitLars Wirzenius3-2/+12
2016-10-30Prepare to release version 1.20.1obnam-1.20.1Lars Wirzenius3-5/+5
2016-10-30Depend on gpgLars Wirzenius3-0/+5
2016-10-29Ignore version.py when nitpickingLars Wirzenius1-0/+1
2016-10-29Bump version number post-release to 1.20+gitLars Wirzenius3-2/+12
2016-10-29Prepare to release version 1.20obnam-1.20Lars Wirzenius3-22/+5
2016-10-29Update debian/changelog to close a fixed bugLars Wirzenius1-1/+2
2016-10-29Fix typo in NEWSLars Wirzenius1-4/+4