Age | Commit message (Collapse) | Author |
|
|
|
slight tweak to test, make it verify the length too
|
|
in the test that verifies key renegotiation during a large file "put", also
do a "get" of the large file (with prefetch) to verify that nothing screwy
happens.
|
|
bump copyright year to 2007
|
|
allow prefetch + readv to occur at the same time (even though it will be really inefficient). instead of a moving pointer, use the prefetched buffers as an indication of what we've downloaded so far. break up large readv requests into the max packet size. add 2 more unit tests to test this stuff.
|
|
readv should just yield results as it gets them (suggestion from robertc)
|
|
document readv, fix thinko, and add a readv unit test
|
|
move sftp big-file tests into a separate class and add one that does a prefetch, then seeks in random order
|