openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
paramiko-ng
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 29, 2024 — Aug 29, 2025
Showing page 103 of 113
Search / Filter on:
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
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add test to verify that 'for x in hostkeys' works
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] generalize the prefetching a bit so that it can be reused for a readv method
Robey Pointer
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.
Robey Pointer
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.
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] fix up the manifest
Robey Pointer
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
Robey Pointer
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
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] heh, this import will always fail unless we have 'os' handy
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] this demo doesn't need to import interactive
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] bump version to 1.5.3
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] remove @since that predate 1.0
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] explain why paths aren't, and can't be, unicode strings when passed to SFTPServerInterface
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add SFTPClient.truncate. add chmod, chown, utime, and truncate to SFTPFile. and of course tests.
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] update copyright year
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add HostKeys, a helper for reading/parsing openssh known_hosts files, including hashed-host support
Robey Pointer
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
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] this del is also useless
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] packetizer doesn't need a __del__, and the keepalive should use a weakref
Robey Pointer
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.
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] avoid really obvious/brainfart reference loop. found by andrew bennetts
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add getpeername() call to make asyncore work better
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] Transport doesn't need HMAC
Robey Pointer
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
Robey Pointer
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)
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add more logging to sftp client
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] tone down the packet logging
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] describe auth types better in logs
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add a demo for sftp
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] a few more pychecker warning fixups
Robey Pointer
More...
over 19 years ago
←
1
2
…
99
100
101
102
103
104
105
106
107
…
112
113
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree