Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-18 | Changelog re #2002, re #2003, closes #2002 | Jeff Forcier | |
2022-03-14 | Cut 2.10.2 | Jeff Forcier | |
2022-03-14 | Use args, not kwargs, to retain py2 compat for now | Jeff Forcier | |
2022-03-11 | Cut 2.10.1 | Jeff Forcier | |
2022-03-11 | Fix CVE re: PKey.write_private_key chmod race | Jeff Forcier | |
CVE-2022-24302 (see changelog for link) | |||
2022-03-11 | Cut 2.10.0 | Jeff Forcier | |
2022-03-11 | Fix up changelog entry with real links | Jeff Forcier | |
2022-03-11 | Changelog enhancement | Jeff Forcier | |
2022-03-11 | Add to changelog | Jason Brand | |
2022-03-11 | Add %C to doc | Jason Brand | |
2022-03-11 | Tweak changelog language a bit | Jeff Forcier | |
2022-03-11 | Changelog re #1509, re #1837, closes #1868 | Jeff Forcier | |
2022-03-07 | Massively speed up low-level SFTP read/write | Jeff Forcier | |
This doesn't impact most users who perform reads/writes using SFTPClient.get(fo)/put(fo) as those naturally perform chunking. However, users accessing the raw SFTPFile objects via SFTPClient.open() and then reading/writing large (more than a few MB) files, may experience severe slowdown due to inefficient slicing of the file being read/written. This change replaces the naive "slice a list of bytes" code with bytearray and memoryview, which are significantly more performant in these use cases, while remaining backwards compatible. Patch courtesy of Sevastian Tchernov. | |||
2022-02-25 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-02-25 | Comment and changelog re #1985 | Jeff Forcier | |
2022-02-11 | Clarify disabled algorithms keys vs pubkeys in changelog | Jeff Forcier | |
2022-01-08 | Cut 2.9.2 | Jeff Forcier | |
2022-01-08 | Fix up logging and exception handling re: pubkey auth and presence/lack of ↵ | Jeff Forcier | |
server-sig-algs Re #1961 | |||
2022-01-08 | Add more visible backwards compat warning re 2.9 RSA2 changes | Jeff Forcier | |
2021-12-24 | Cut 2.9.1 | Jeff Forcier | |
2021-12-24 | Changelog and test re #1955 | Jeff Forcier | |
2021-12-23 | Cut 2.9.0 | Jeff Forcier | |
2021-12-23 | Changelog format tweak | Jeff Forcier | |
2021-12-23 | Add agent RSA-SHA2 support, also tweak changelog w/ more tickets | Jeff Forcier | |
2021-12-23 | Add support for RSA SHA2 host and public keys | Jeff Forcier | |
Includes a handful of refactors and new semiprivate attributes on Transport and AuthHandler for better test visibility. | |||
2021-11-28 | Cut 2.8.1 | Jeff Forcier | |
2021-11-28 | Fix changelog reference | Jeff Forcier | |
2021-11-28 | Changelog format fix re #992 | Jeff Forcier | |
2021-11-28 | Credit re #992 | Jeff Forcier | |
2021-11-28 | Add changelog entry for #992 | Martin Packman | |
2021-11-28 | Changelog re #1024 | Jeff Forcier | |
2021-11-28 | Changelog closes #1257, re #1266 | Jeff Forcier | |
2021-11-28 | Changelog re security flaw email, re #908 | Jeff Forcier | |
2021-10-09 | Cut 2.8.0 | Jeff Forcier | |
2021-10-09 | Classify bug as major in case I don't cut a bugfix for 2.7 | Jeff Forcier | |
2021-10-01 | Badges? We do need some stinkin' badges! | Jeff Forcier | |
2021-10-01 | README / www-index overhaul | Jeff Forcier | |
- Nuke old README in its entirety: - We don't want people using demos if possible, stop advertising them - Nix a bunch of bits that will now be replaced by standard PyPI sidebar links (docs, tests etc) - Ditto the 'headers', most of that stuff is either PyPI metadata or the about to be added shields.io badges - Some stuff deleted was also just old, eg IRC is no longer a support channel and I think librelist is dead too - Rip out www site index for use as README and inject back in via include - Rewrite a bunch of that too for clarity - Leverage it in long_description too | |||
2021-10-01 | Changelog re: administrivia overhaul | Jeff Forcier | |
2021-09-24 | Link to new roadmap on BPO | Jeff Forcier | |
2021-09-24 | Merge branch '2.7' into master | Jeff Forcier | |
2021-09-24 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-09-24 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-09-24 | Tweak changelog re: correct credit for bugfix | Jeff Forcier | |
2021-07-23 | Merge branch '2.7' into master | Jeff Forcier | |
2021-07-23 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-07-23 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-07-23 | Changelog closes #1882, closes #1883 | Jeff Forcier | |
2021-06-06 | Changelog and docstring tweaks re #1846 | Jeff Forcier | |
2021-05-27 | Contact methods update | Jeff Forcier | |
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/ | |||
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |