summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-25Make all exceptions be based on obnamlib.AppException or obnamlib.Error.Lars Wirzenius6-9/+14
2011-07-25Work around problems setting fcntl flags.Lars Wirzenius1-3/+6
2011-07-25Add some tracing to help debug surprising exception.Lars Wirzenius1-0/+11
2011-07-25Add separate test for opening a file for reading.Lars Wirzenius1-1/+5
2011-07-24Fix --trace=foo option so it works again.Lars Wirzenius1-0/+2
2011-07-23Fix typo in error message.Lars Wirzenius1-1/+1
2011-07-20Fix reference to obnamlib versio.Lars Wirzenius1-1/+1
2011-07-20Bump version number and name it __version__ instead.Lars Wirzenius1-1/+1
2011-07-19Fix int atime as well.Lars Wirzenius1-8/+7
2011-07-19Fix code to not assume st_mtime is float.Lars Wirzenius1-1/+1
2011-07-19Handle missing fields in stat results.Lars Wirzenius1-1/+1
2011-07-19Handle backup root being on sftp.Lars Wirzenius1-3/+4
2011-07-18Remove unused constant.Lars Wirzenius1-1/+0
2011-07-18Report I/O stats for VFSs when closed.Lars Wirzenius2-0/+2
2011-07-18Rename VFS.__del__ to .log_stats.Lars Wirzenius1-2/+2
2011-07-18Add descriptions to all subcommands.Lars Wirzenius8-0/+16
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius12-87/+17
2011-07-18Open local files using O_NOATIME.Lars Wirzenius1-1/+6
2011-07-17Add --chunkids-per-group option.Lars Wirzenius1-1/+5
2011-07-17Switch to using cliapp.Lars Wirzenius13-435/+157
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius10-51/+49