Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-23 | Add some tests for server-mode Diffie-Hellman key exchange. | Benno Rice | |
Tests existed for diffie-hellman-group1-sha1 in both client and server modes but tests for diffie-hellman-group14-sha256 and diffie-hellman-group16-sha512 were missing in server mode. | |||
2021-07-23 | Don't force all algorithms to use sha1 if they don't want to. | Benno Rice | |
Fixes #1882 | |||
2021-06-06 | Blacken | Jeff Forcier | |
2021-06-06 | Changelog and docstring tweaks re #1846 | Jeff Forcier | |
2021-06-06 | Merge branch 'master' into 1846-int | Jeff Forcier | |
2021-05-27 | Contact methods update | Jeff Forcier | |
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/ | |||
2021-04-30 | Fixup readability: Add Test for get() without using prefetch | Tim Stolarski | |
2021-04-28 | Add Test fpr get() without using prefetch | Tim Stolarski | |
2021-04-26 | Make prefetching optional in get() and getfo() | h3ll0r | |
In some cases prefetching can lead to problems when downloading larger files. The connection to the SFTP server is disconnected due to the query behavior. Proprietary implementations in particular tend to behave that way. Switching off prefetching is a slow but resilient solution to this problem. | |||
2021-02-12 | Git is still hard I guess | Jeff Forcier | |
2021-02-12 | Merge branch '2.7' into master | Jeff Forcier | |
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-02-12 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-02-12 | Flesh out RTD yaml a bit so things build again | Jeff Forcier | |
Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file. | |||
2021-02-12 | Temporary hacks to get www/install docs publishing | Jeff Forcier | |
Re #1813 | |||
2021-02-12 | Merge branch '2.7' into master | Jeff Forcier | |
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-02-12 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-02-12 | Add a RTD yaml to trigger specific docker build env | Jeff Forcier | |
Re #1813 | |||
2021-02-12 | Merge branch '2.7' into master | Jeff Forcier | |
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-02-12 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-02-12 | Turns out our existing Cryptography install link had rotted too, gah | Jeff Forcier | |
2021-02-12 | Merge branch '2.7' into master | Jeff Forcier | |
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-02-12 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-02-12 | Include Cryptography Rust requirement note/links in our install docs | Jeff Forcier | |
2020-09-11 | Merge branch '2.7' into master | Jeff Forcier | |
2020-09-11 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2020-09-11 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2020-09-11 | Fixing syntax for the "note" directive | Mark Watts | |
2020-09-11 | Merge branch '2.7' into master | Jeff Forcier | |
2020-09-11 | Fixing syntax for the "note" directive | Mark Watts | |
2020-08-30 | Merge branch '2.7' into master | Jeff Forcier | |
2020-08-30 | Cut 2.7.2 | Jeff Forcier | |
2020-08-30 | Merge branch '2.7' into master | Jeff Forcier | |
2020-08-30 | Mark recent support tickets as backported | Jeff Forcier | |
2020-08-30 | Merge branch '2.7' into master | Jeff Forcier | |
2020-08-30 | Upgrade to newer Coverage version for Python 3.8 support | Jeff Forcier | |
And is latest that still supports Python 3.4 | |||
2020-08-30 | Experiment with quick sdist-and-test checks in Travis | Jeff Forcier | |
Can't wait to move to Circle so I can do this testing locally | |||
2020-08-30 | Changelog closes #1727 | Jeff Forcier | |
2020-08-30 | Add tests/configs directory to sdist | Blazej Michalik | |
2020-08-30 | Merge branch '2.7' into master | Jeff Forcier | |
2020-08-30 | Changelog closes #1722 | Jeff Forcier | |
2020-08-30 | fixed malformed PEM files -- there should not be leading spaces | Alex Gaynor | |
2020-08-30 | Bump travis Py3.8 cell to non dev, and die on fail | Jeff Forcier | |