summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Bump version number.Lars Wirzenius1-1/+1
2011-08-24(no commit message)Lars Wirzenius1-1/+9
2011-08-24Log keyboard interrupts, for clarity.Lars Wirzenius1-0/+3
2011-08-24Don't catch GeneratorExit in a generator.Lars Wirzenius1-1/+3
2011-08-24Only unlock client on crash if it is still locked.Lars Wirzenius1-2/+3
2011-08-23Fix typo.Lars Wirzenius1-1/+1
2011-08-23Don't require _obnam extension always.Lars Wirzenius1-1/+13
2011-08-22Bump version number.Lars Wirzenius1-1/+1
2011-08-22Move memory profile dumping to cliapp.Lars Wirzenius2-43/+5
2011-08-22Catch errors during a backup, and unlock client if they happen.Lars Wirzenius1-10/+15
2011-08-22Refactor: move stuff around into a more logical order.Lars Wirzenius1-7/+3
2011-08-22Refactor: move compilation of exclusion patterns into helper method.Lars Wirzenius1-9/+12
2011-08-22Refactor: move backing up of roots into its own method.Lars Wirzenius1-49/+53
2011-08-22Refactor: move some stuff into a helper method.Lars Wirzenius1-7/+8
2011-08-20Fix all plugins to close live data and repository filesystems properly.Lars Wirzenius5-0/+10
2011-08-20Close repo and live data filesystems properly in restore plugin.Lars Wirzenius1-0/+3
2011-08-19Fix --checkpoint unit size documentation bug.Lars Wirzenius1-2/+3
2011-08-14Fudge SFTP timestamps to fit into signed 32-bit values.Lars Wirzenius1-0/+19
2011-08-14Fix struct format for metadata timestamps to handle negative timestamps.Lars Wirzenius1-2/+2
2011-08-11Bump version number.Lars Wirzenius1-1/+1
2011-08-10Fix more cases where SFTP returns Unicode strings instead of plain ones.Lars Wirzenius2-4/+27
2011-08-09Fix test to run even in C locale.Lars Wirzenius1-1/+1
2011-08-09Bump version number.Lars Wirzenius1-1/+1
2011-08-08Add support for Unix sockets.Lars Wirzenius1-0/+8
2011-08-08Only use obnamlib.Error, get rid of obnamlib.AppException.Lars Wirzenius8-24/+18
2011-08-08Fix backup to count all files, not just backed up files.Lars Wirzenius1-2/+1
2011-08-08Fix Unicode/plain string confusion from sftp listdir.Lars Wirzenius2-1/+8
2011-08-08Exclude hard-to-test error from coverage.Lars Wirzenius1-1/+1
2011-08-05Make better error message if trying to use encrypted repository without encry...Lars Wirzenius1-1/+8
2011-08-05Format columns so they're all of the same width.Lars Wirzenius1-6/+25
2011-08-05Don't print formatted lines at once.Lars Wirzenius1-2/+6
2011-08-05Refactor formatting of fields from formatting of whole line.Lars Wirzenius1-5/+9
2011-08-03Bump version number.Lars Wirzenius1-1/+1
2011-08-03Undo logging of Repository objects.Lars Wirzenius1-3/+0
2011-08-03Log when Repository objects are created.Lars Wirzenius1-0/+3
2011-08-02Require newer version of larch, and bump repository format.Lars Wirzenius1-1/+1
2011-08-02Fix backup plugin to log why it's excluding files, and what it's backing up.Lars Wirzenius1-3/+8
2011-08-02Split long line into two.Lars Wirzenius1-1/+2
2011-07-31Move idpath to larch.Lars Wirzenius4-107/+3
2011-07-29Fake missing stat fields for sftp.Lars Wirzenius1-1/+17
2011-07-29Change lstat test to verify all necessary fields are present.Lars Wirzenius1-2/+5
2011-07-29Change use of "with fs.open(...)" to not use with.Lars Wirzenius1-3/+5
2011-07-29Handle sftp URLs in verify plugin.Lars Wirzenius1-2/+8
2011-07-27Clarify --no-act/--pretend/--dry-run documentation: it only works for forget.Lars Wirzenius2-4/+2
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius9-23/+19
2011-07-27Use cliapp.Setting.require instead of our own implementation.Lars Wirzenius1-3/+1
2011-07-27Bugfix: Without --log, the current working directory was excluded from backup.Lars Wirzenius1-2/+4
2011-07-26Add tracing and logging to help finding missing node bugs.Lars Wirzenius9-2/+93
2011-07-25Change all lock decorators to be normal methods.Lars Wirzenius2-76/+47
2011-07-25Fix one more place in backup where files going missing caused trouble.Lars Wirzenius1-3/+8