0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ [email protected]] if a chunk has been requested in prefetch, don't bother doing an overlapping prefetch during readv More... about 19 years ago
[project @ [email protected]] don't fetch readv chunks that we have reason to believe are already in prefetch buffers. no longer need to order the prefetch requests either. More... about 19 years ago
[project @ [email protected]] 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. More... about 19 years ago
[project @ [email protected]] attempt to implement support for kex-gex 'old' packet type, which is apparently used by putty (this would only affect paramiko in server mode) More... about 19 years ago
[project @ [email protected]] clean up pyc files too More... about 19 years ago
[project @ [email protected]] clean up use of expected_packet and make it accept a tuple of packet types More... about 19 years ago
[project @ [email protected]] fix SSHException references in demos More... about 19 years ago
[project @ [email protected]] bump version to 1.6 (oops, forgot to check this in a few days ago) More... about 19 years ago
[project @ [email protected]] apparently some sftp servers may return an mtime of 0xffffffff -- just in case, ignore that value More... about 19 years ago
[project @ [email protected]] new ignores More... about 19 years ago
[project @ [email protected]] anal-retentive conversion to 'while True' More... about 19 years ago
[project @ [email protected]] make HostKeys use odict to ensure order is preserved, and add HostKeys.save() More... about 19 years ago
[project @ [email protected]] add PKey.from_private_key to read from a file object More... about 19 years ago
[project @ [email protected]] log mkdir mode when given More... about 19 years ago
[project @ [email protected]] catch and discard exceptions thrown when sending a status response during an exception More... about 19 years ago
[project @ [email protected]] add PKey.write_private_key to write a private key into a file object, and add tests for it More... about 19 years ago
[project @ [email protected]] add __setitem__ for HostKeys More... about 19 years ago
[project @ [email protected]] missed the client id More... about 19 years ago
[project @ [email protected]] convert an EOFError into SSHException during sftp negotation More... about 19 years ago
[project @ [email protected]] fix new cygwin test failures reported by alexander More... about 19 years ago
[project @ [email protected]] trim more of the history More... about 19 years ago
[project @ [email protected]] bump version to 1.6, fix up docs a little bit More... about 19 years ago
[project @ [email protected]] fix a few bugs found by pycheck More... about 19 years ago
[project @ [email protected]] new parent exception for all auth failures, and new specific exception for bad host key More... about 19 years ago
[project @ [email protected]] pulled out openssh config parsing into its own class More... about 19 years ago
[project @ [email protected]] check off a few readme items More... about 19 years ago
[project @ [email protected]] couple of doc fixes More... about 19 years ago
[project @ [email protected]] add unit tests for SSHClient, and fix a few bugs that uncovered More... about 19 years ago
[project @ [email protected]] channel operations raise an exception on error now instead of returning a bool More... about 19 years ago
[project @ [email protected]] if open_channel fails, it now raises ChannelException. added a unit test for that too. renegotiate_keys will also raise an exception now instead of returning a bool. More... about 19 years ago