0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ [email protected]] document readv, fix thinko, and add a readv unit test More... over 19 years ago
[project @ [email protected]] add test to verify that 'for x in hostkeys' works More... over 19 years ago
[project @ [email protected]] generalize the prefetching a bit so that it can be reused for a readv method More... over 19 years ago
[project @ [email protected]] revise the prefetch machinery so that it doesn't assert if you seek to earlier than the prefetched buffers. also, keep around any prefetched data that has been seeked around, so that jumping around in the file will still get the benefit of prefetch, though only the first time any chunk is read. More... over 19 years ago
[project @ [email protected]] reads were being rounded up to an 8k buffer size, even with no buffering specified when the file was opened. i traced this back to the old ChannelFile where it worked correctly. fix to only buffer when asked to. More... over 19 years ago
[project @ [email protected]] fix up the manifest More... over 19 years ago
[project @ [email protected]] move sftp big-file tests into a separate class and add one that does a prefetch, then seeks in random order More... over 19 years ago
[project @ [email protected]] improve HostKeys so that it more correctly emulates a dict, and add a unit test to verify that More... over 19 years ago
[project @ [email protected]] heh, this import will always fail unless we have 'os' handy More... over 19 years ago
[project @ [email protected]] this demo doesn't need to import interactive More... over 19 years ago
[project @ [email protected]] bump version to 1.5.3 More... over 19 years ago
[project @ [email protected]] remove @since that predate 1.0 More... over 19 years ago
[project @ [email protected]] explain why paths aren't, and can't be, unicode strings when passed to SFTPServerInterface More... over 19 years ago
[project @ [email protected]] add SFTPClient.truncate. add chmod, chown, utime, and truncate to SFTPFile. and of course tests. More... over 19 years ago
[project @ [email protected]] update copyright year More... over 19 years ago
[project @ [email protected]] add HostKeys, a helper for reading/parsing openssh known_hosts files, including hashed-host support More... over 19 years ago
[project @ [email protected]] not all sftp servers obey the 'all filenames are utf8' requirement, so if both ascii and utf8 codecs fail, just return the filename as a byte string More... over 19 years ago
[project @ [email protected]] this del is also useless More... over 19 years ago
[project @ [email protected]] packetizer doesn't need a __del__, and the keepalive should use a weakref More... over 19 years ago
[project @ [email protected]] doing a close() on Transport.__del__ is useless: because a Transport can't go away until all its Channels are collected, it will never make a difference. so don't do it, cuz __del__ is pretty hairy. More... over 19 years ago
[project @ [email protected]] avoid really obvious/brainfart reference loop. found by andrew bennetts More... over 19 years ago
[project @ [email protected]] add getpeername() call to make asyncore work better More... over 19 years ago
[project @ [email protected]] Transport doesn't need HMAC More... over 19 years ago
[project @ rob...@dhcp-192-168-1-88.danger.com-20060202005930-3248b8be189d5d23] reorder the event check so that a positive event is noticed before a closed channel More... over 19 years ago
[project @ [email protected]] don't clear the select pipe when the recv buffer is cleared out, if we're at EOF (found by thomas steinacher) More... over 19 years ago
[project @ [email protected]] add more logging to sftp client More... over 19 years ago
[project @ [email protected]] tone down the packet logging More... over 19 years ago
[project @ [email protected]] describe auth types better in logs More... over 19 years ago
[project @ [email protected]] add a demo for sftp More... over 19 years ago
[project @ [email protected]] a few more pychecker warning fixups More... over 19 years ago