Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-16 | Test-suite-only bugfix: defer did not actually imply skip_verify | Jeff Forcier | |
2023-12-16 | Reset sequence numbers on rekey | Jeff Forcier | |
2023-12-16 | Enforce zero seqno on kexinit | Jeff Forcier | |
2023-12-16 | Fill in CVE number for Terrapin attack | Jeff Forcier | |
2023-12-16 | Raise new exception type when unexpected messages appear | Jeff Forcier | |
2023-12-16 | Sort some imports | Jeff Forcier | |
2023-12-15 | Basic strict-kex-mode agreement mechanics work | Jeff Forcier | |
2023-12-15 | Early changelog re: Terrapin | Jeff Forcier | |
2023-12-15 | Version bump for next release | Jeff Forcier | |
2023-12-15 | Merge branch '3.3' | Jeff Forcier | |
2023-12-15 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-12-15 | Make ext-info faux-KexAlgorithm detection more robust | Jeff Forcier | |
2023-12-15 | Document a test util func a bit | Jeff Forcier | |
2023-12-01 | Merge branch '3.3' | Jeff Forcier | |
2023-12-01 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-12-01 | Add a security policy pointing to Tidelift | Jeff Forcier | |
2023-09-23 | Merge branch '3.3' | Jeff Forcier | |
2023-09-23 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-09-23 | RTD YAML update | Jeff Forcier | |
2023-08-30 | Merge branch '3.3' | Jeff Forcier | |
2023-08-30 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-08-30 | Merge branch '3.1' into 3.2 | Jeff Forcier | |
2023-08-30 | Merge branch '3.0' into 3.1 | Jeff Forcier | |
2023-08-30 | no more system_packages option on RTD, yey | Jeff Forcier | |
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-templates | 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) | |