summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-11Add obnamlib.plugins to packages to install in setup.py.version_0_12Lars Wirzenius2-1/+2
2010-07-11Prepare for release of version 0.12.Lars Wirzenius5-5/+29
2010-07-11Fix backup plugin to not reset bytes_written at each checkpoint.Lars Wirzenius1-4/+7
2010-07-11Log obnam starting and ending.Lars Wirzenius1-0/+2
2010-07-11When VFS closes, log I/O stats.Lars Wirzenius3-0/+8
2010-07-11Update README to reflect current state of the world.Lars Wirzenius1-8/+18
2010-07-11Update comments to reflect reality.Lars Wirzenius1-6/+1
2010-07-11Merge changes to move VFS to plugins and to fix SftpFS so it works.Lars Wirzenius18-533/+816
2010-07-11Add test-sftpfs to README.Lars Wirzenius1-0/+1
2010-07-11Add missing .connect() calls to filesystems.Lars Wirzenius4-0/+5
2010-07-11Fix makedirs to not create parent if it exists already.Lars Wirzenius1-1/+1
2010-07-11Disable hardlink test for sftp.Lars Wirzenius1-0/+3
2010-07-11Fix leading double-slash.Lars Wirzenius1-1/+1
2010-07-11Fix backup plugin to use bytes_written.Lars Wirzenius1-2/+2
2010-07-11Use decorator to convert paramiko's IOErrors to OSErrors.Lars Wirzenius1-20/+37
2010-07-11Raise OSError if lutimes returned error.Lars Wirzenius1-1/+3
2010-07-11Have lutimes wrapper return errno if there was an error.Lars Wirzenius1-0/+3
2010-07-11Change overwrite_file to use a temporary name while writing.Lars Wirzenius1-1/+35
2010-07-11Fix LocalFS to use bytes_written and bytes_read.Lars Wirzenius1-2/+3
2010-07-11Add tests for error handling for various VFS operations.Lars Wirzenius1-4/+40
2010-07-11Update bytes_read and bytes_written.Lars Wirzenius1-0/+2
2010-07-11Rename .written to .bytes_written, add .bytes_read.Lars Wirzenius1-4/+13
2010-07-11Make write_file check for existing file.Lars Wirzenius1-0/+2
2010-07-11Fix test in test-sftpfs.Lars Wirzenius1-1/+1
2010-07-11Fix _write_helper to create only parent directory.Lars Wirzenius1-1/+3
2010-07-11Fix SftpFS.rmdir to translate paramiko's IOError to OSError.Lars Wirzenius1-1/+4
2010-07-11Fix SftpFS.reinit to change directory, if possible.Lars Wirzenius1-0/+5
2010-07-11Fix VfsTests.test_reinit_works so it does not assume LocalFS.Lars Wirzenius1-2/+4
2010-07-11Add tests for initial path.Lars Wirzenius1-1/+4
2010-07-11Add test for lstat raising OSError for nonexistent target.Lars Wirzenius2-1/+7
2010-07-11Fix SftpFS.chmod to call sftp.chmod, not sftp.chown. Oops.Lars Wirzenius1-1/+1
2010-07-11Fix SftpFS.chdir to raise OSError, not IOError.Lars Wirzenius1-1/+4
2010-07-11Set basepath attribute for SftpTests, as required by VfsTests.Lars Wirzenius1-3/+3
2010-07-11Run tests on localhost.Lars Wirzenius1-2/+9
2010-07-11Move two tests to LocalFSTests, where they belong.Lars Wirzenius2-7/+8
2010-07-11Add test to make sure initial working directory is correct.Lars Wirzenius1-0/+3
2010-07-11Make a first attempt at implementing each of the vfs methods.Lars Wirzenius1-110/+135
2010-07-11Make test-sftpfs run tests in VfsTests.Lars Wirzenius1-4/+1
2010-07-10Move SftpFS into a plugin and start getting it to work.Lars Wirzenius4-6/+73
2010-07-10Merge speedups to metadata coding.Lars Wirzenius3-3/+124
2010-07-10Minor speedups.Lars Wirzenius1-8/+10
2010-07-10Implement metadata coding with struct instead of pickle.Lars Wirzenius2-4/+51
2010-07-10Add tests for metadata coding.Lars Wirzenius1-0/+24
2010-07-10Wrote script to measure metadata encoding/decoding speed.Lars Wirzenius1-0/+48
2010-07-10Cache results of find_generation, for speed.Lars Wirzenius1-0/+5
2010-07-06Run viewprof from $PATH, since it is now in extrautils.Lars Wirzenius1-2/+2
2010-07-06Change benchmark sizes.Lars Wirzenius1-1/+1
2010-07-06Ignore log files.Lars Wirzenius1-0/+1
2010-07-06Removed useless scripts.Lars Wirzenius2-75/+0
2010-07-06Add plugin to register LocalFS with the app's VfsFactory.Lars Wirzenius5-11/+46