]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_sftp.py
test_sftp.py: minor cosmetic changes
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_sftp.py
2013-04-14 Brian Warnertest_sftp.py: minor cosmetic changes
2013-03-19 David-Sarah HopwoodImprove SFTP error handling and remove use of IFinishab...
2011-09-03 david-sarahSFTP: add a comment about a subtle interaction between...
2011-08-02 Kevan Carstensenfrontends/sftpd: Resolve incompatibilities between...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-07-29 david-sarahSFTP: write an error message to standard error for...
2011-07-16 david-sarahtest_sftp.py cleanup: remove a redundant definition...
2011-01-28 david-sarahSFTP: report unknown sizes as "0" instead of "?", to...
2010-06-12 david-sarahSFTP: test that renaming onto a just-opened file fails.
2010-06-12 david-sarahSFTP: further small improvements to test coverage....
2010-06-11 david-sarahSFTP: further improve test coverage (paths containing...
2010-06-11 david-sarahSFTP: improve test coverage for no-write on mutable...
2010-06-10 david-sarahSFTP: add test for extension of file opened with FXF_AP...
2010-06-09 david-sarahSFTP: fix most significant memory leak described in...
2010-06-08 david-sarahSFTP: ignore permissions when opening a file (needed...
2010-06-07 david-sarahUnicode fixes.
2010-06-04 Zooko O'Whielacronxfix flakes
2010-06-02 david-sarahSFTP: further improvements to test coverage.
2010-06-02 david-sarahSFTP: improve test coverage. Also make creating a direc...
2010-06-01 david-sarahSFTP: changes for #1063 ('no-write' field) including...
2010-05-29 david-sarahSFTP: cater to clients that assume a file is created...
2010-05-25 david-sarahSFTP: handle removing a file while it is open. Also...
2010-05-25 david-sarahSFTP: a posix-rename response should actually return...
2010-05-25 david-sarahSFTP: fix problem with posix-rename code returning...
2010-05-24 david-sarahSFTP: name of the POSIX rename extension should be...
2010-05-23 david-sarahSFTP: fix pyflakes warnings; drop 'noisy' versions...
2010-05-23 david-sarahSFTP: fixes and test cases for renaming of open files.
2010-05-22 david-sarahSFTP: Increase test_sftp timeout to cater for francois...
2010-05-22 david-sarahSFTP: Fix error in support for getAttrs on an open...
2010-05-20 david-sarahSFTP tests: fix test_openDirectory_and_attrs that was...
2010-05-20 david-sarahSFTP: allow getAttrs to succeed on a file that has...
2010-05-20 david-sarahSFTP: improve logging so that results of requests are...
2010-05-19 david-sarahSFTP: add tests for more combinations of open flags.
2010-05-19 david-sarahSFTP: allow FXF_WRITE | FXF_TRUNC (#1050).
2010-05-18 david-sarahSFTP: fixes related to reporting of permissions (needed...
2010-05-18 david-sarahSFTP: change error code returned for ExistingChildError...
2010-05-17 david-sarahSFTP: fixed bugs that caused hangs during write (#1037).
2010-05-17 david-sarahSFTP: work around a probable bug in twisted.conch.ssh...
2010-05-16 david-sarahSFTP: Support statvfs extensions, avoid logging actual...
2010-05-16 david-sarahSFTP: fix error in SFTPUserHandler arguments introduced...
2010-05-16 david-sarahSFTP: implement execCommand to interoperate with client...
2010-05-14 david-sarahUpdate SFTP implementation and tests: fix #1038 and...
2010-05-12 david-sarahTests for new SFTP implementation