0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ [email protected]] only create the log filter once, so it doesn't get applied more than once (tiny thing that bothered me during debugging) More... over 19 years ago
[project @ [email protected]] oops, forgot to add this file -- guess friday really is hawaiian shirt day :) More... over 19 years ago
[project @ [email protected]] add tentative compression support (off by default) More... over 19 years ago
[project @ [email protected]] nail down select() on EOF: occasionally a channel would be closed remotely but select() wouldn't trigger. when a channel gets EOF or is closed, set the pipe FOREVER. More... over 19 years ago
[project @ [email protected]] dumb test to verify utf8 encoding More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-82] convert_status is already called. calling it again was breaking van dyke sftp servers, which add garbage to the end of their sftp packets More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-81] copy from jaramiko: only check for rekey at the beginning of a packet More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-80] add 'x' flag to open to allow O_EXCL behavior More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-79] in Transport.__del__, don't try to clean up attributes that were never created More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-78] oops, this file wasn't saved yet when i did the randpool.stir() commit More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-77] bump up version to 1.5.1 More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-76] add a few more randpool.stir() calls More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-75] fix a few windows bugs (and broken str() on SFTPAttributes) reported by grzegorz makarewicz More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-74] raise the max packet size so that the max sftp packet will fit More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-73] packet read sizes were overestimated by 1 byte More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-72] don't attempt to start a rekey negotiation from within send_message -- always do it from the feeder thread. this prevents a situation where more than one thread may decide spontaneously to rekey, sending multiple kexinit messages, which confuses the hell out of the remote host :) also, do some locking around the clear-to-send event, to avoid a race when we first go into rekeying. add some tests for these things too More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-71] the window-adjust can be sent outside of the lock, as long as the window size tracking is done within the lock (ie: allocate window space within the lock, then send the ack later) -- helps avoid deadlocks More... over 19 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-70] add SFTPFile.prefetch() to allow pre-fetching a file that will be downloaded in full -- quick testing showed this could speed up downloads 3x or more More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-69] i think seek_cur had a bug here More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-68] set errno for some errors More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-67] oops, dont forget to export SFTPFile for docs :) More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-66] fix a test that failed once: the encoding of R or S in dss signatures might not always be exactly 20 bytes More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-65] remove unnecessary shebangs, fix import lines to be explicit about imports from within paramiko, and a bit of whitespace cleanup More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-64] track channels seen and throw away (without error) messages bound for nonexistent channels that *used* to exist -- fixes a bug found by gordon good More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-63] fix doc typo More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-62] readme comments, bump version to 1.5 paras More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-61] add server-side support for keyboard-interactive auth, and a couple of unit tests More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-60] add file pipelining for writes More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-59] add auth_none and auth_interactive to support 'no auth' and 'keyboard-interactive auth'; for password auth, add a mode where it will try to fallback to keyboard-interactive in a pinch More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-58] make the str form of BadAuthenticationType describe the allowed auth types More... almost 20 years ago