Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-02 | Don't use functions from nonexistent py3compat module in demos.py3compat | magmaus3 | |
commit 36bafee8af15d7743fd9f16b7a6b146b4e90de0e Author: magmaus3 <magmaus3@disroot.org> Date: Tue Feb 14 12:36:10 2023 +0100 Don't use functions from nonexistent py3compat module in demos. | |||
2023-07-28 | Merge branch '3.3' | Jeff Forcier | |
2023-07-28 | Cut 3.3.1 | Jeff Forcier | |
2023-07-28 | Merge branch '3.3' | Jeff Forcier | |
2023-07-28 | Nuke some ancient, unnecessary top level files | Jeff Forcier | |
2023-07-28 | Nuke some ancient, unnecessary top level files | Jeff Forcier | |
2023-07-28 | Cut 3.3.0 | Jeff Forcier | |
2023-07-28 | Minor typo fixes and doc enhancements re #1907 | Jeff Forcier | |
2023-07-28 | Docs cleanup and an apparently non loadbearing test typo, re #1907 | Jeff Forcier | |
2023-07-28 | Merge branch 'main' into 1907-int | Jeff Forcier | |
2023-07-21 | tests - additional test for match-final | Markus Kötter | |
2023-07-07 | Merge pull request #2265 from bskinn/add-issue-templatesHEADmain | Jeff Forcier | |
[ADMIN] Add issue templates for support request, bug report, feature request | |||
2023-07-07 | Add missing required flag in support request | Brian Skinn | |
2023-07-07 | Add feat/support templates and rename for ordering | Brian Skinn | |
In _theory_ they should order lexically as per the template filenames...: https://github.com/orgs/community/discussions/21601#discussioncomment-3233823 | |||
2023-07-07 | Title-case blank issue type name | Brian Skinn | |
2023-07-07 | Fix blank issue description | Brian Skinn | |
2023-07-07 | Remove attempt at newlines in template info line | Brian Skinn | |
Github strips 'em out. | |||
2023-07-07 | Revisions per bitprophet input | Brian Skinn | |
2023-07-07 | Re-word bug_report.yml description | Brian Skinn | |
2023-07-07 | Update bug_report.yml text | Brian Skinn | |
2023-07-07 | Complete first bug_report.yml draft | Brian Skinn | |
2023-07-07 | Add general issue and start of bug_report.yml | Brian Skinn | |
2023-06-29 | config - implement Match final | Markus Koetter | |
2023-06-09 | Add versionchanged directives re #2058 | Jeff Forcier | |
2023-06-09 | Condense new docstring param entries for concurrent SFTP get reqs | Jeff Forcier | |
Re #2058 | |||
2023-06-02 | Make test for prefetch requests limit stable | Klemens Schölhorn | |
The prefetch requests are added in a background process, so the might not be ready when the test wants to count them. Fix it by introducing a wait_for untility function that waits for a assert to pass for a specified timeout, to give the background thread the chance to start and add the prefetch requests. Also lock the prefetch lock before trying to access the extents to prevent a data race. | |||
2023-06-02 | Add test for prefetch request limit | Benjamin C Winston (Technical Operations) | |
2023-06-02 | Add note about OpenSSH sftp's concurrent limit | Benjamin C Winston (Technical Operations) | |
2023-06-02 | Allow limiting the number of concurrent prefetch requests | Klemens Schölhorn | |
Currently prefetch will send all requests for all chunks for the file in one shot. With the default chunk size of 32k, this can result in many thousand outstanding requests for large files. Some servers like Serv-U 15.2.3.742 seem to be dropping requests after a certain number, which results in the file download hanging indefinitely (or until the server closes the connection). Fix this issue by letting the user specify a limit for the number of concurrent requests. This is similar to openssh's sftp, which limits the number of concurrent requests to 64 by default. | |||
2023-05-26 | Update GSS tests to leverage util._support for finding fixture keys | Jeff Forcier | |
Re #2245 | |||
2023-05-25 | Forgot to mark a 3.2 bug major | Jeff Forcier | |
2023-05-25 | No more GPG on PyPI | Jeff Forcier | |
2023-05-25 | Cut 3.2.0 | Jeff Forcier | |
2023-05-25 | blacken | Jeff Forcier | |
2023-05-25 | Re-run regular Transport test suite with new experimental subclass too | Jeff Forcier | |
2023-05-25 | Test rest of new/modified PKey members | Jeff Forcier | |
Includes more migrations from test_pkey to pkey | |||
2023-05-24 | TODOs for later | Jeff Forcier | |
2023-05-24 | Changelog enhancements for recent work | Jeff Forcier | |
2023-05-24 | Test PKey.from_path's use of expanduser | Jeff Forcier | |
This blows up poorly when expanduser is not in use, but eh. | |||
2023-05-24 | Docstring tweak | Jeff Forcier | |
2023-05-24 | test-related TODO | Jeff Forcier | |
2023-05-24 | TODO/tweak to PKey.__repr__ | Jeff Forcier | |
2023-05-24 | More speling | Jeff Forcier | |
2023-05-24 | AuthStrategy get_sources doesn't need transport arg anymore | Jeff Forcier | |
2023-05-24 | Fix a couple minor-but-critical Agent issues wrt SHA2 + certs | Jeff Forcier | |
2023-05-22 | py37 todo | Jeff Forcier | |
2023-05-22 | Test AuthStrategy itself | Jeff Forcier | |
2023-05-22 | Test AuthFailure | Jeff Forcier | |
2023-05-22 | Test AuthResult | Jeff Forcier | |
2023-05-22 | Speling | Jeff Forcier | |