Age | Commit message (Collapse) | Author |
|
SFTPFile._async_response gets a new 'num' parameter giving the request
number. This can be matched up with the return value of
SFTPClient._async_request() to retrieve data specific to that request.
The prefetch queue SFTPFile._prefetch_reads is replaced with the dict
_prefetch_extents, which maps request numbers to (offset,length)
tuples.
A lock is used to exclude the case where a response arrives in
_async_response before _prefetch_thread has updated it.
|
|
|
|
|
|
|
|
|
|
|
|
can be used in multiprocess code
|
|
support for openssl keys
|
|
Untitled
|
|
|
|
Fix for issue 6: paramiko does not try all available address families
|
|
|
|
|
|
(http://www.mail-archive.com/paramiko@lag.net/msg00476.html)
|
|
|
|
|
|
|
|
|
|
when you try to open a new channel.
|
|
client constructor.
|
|
|
|
|
|
|
|
|
|
servers that remove the file immediately after it's been closed.
|
|
|
|
|
|
|
|
|
|
responding to an event and closing the channel.
|
|
|
|
|
|
|
|
|
|
|
|
comments on the same line (?).
|
|
|
|
|
|
|
|
|
|
|
|
in the ssh config file format. bug #332382
|
|
remote side doesn't ever answer, eventually we give up. bug #378511
|
|
don't get lost. bug #379240
|
|
|
|
|
|
|
|
|
|
|
|
|