Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libssh2: convert over to use dynbuf | Daniel Stenberg | 2020-05-05 | 1 | -2/+4 |
| | | | | | | | | In my very basic test that lists sftp://127.0.0.1/tmp/, this patched code makes 161 allocations compared to 194 in git master. A 17% reduction. Closes #5336 | ||||
* | wolfSSH: new SSH backend | Daniel Stenberg | 2020-01-12 | 1 | -7/+15 |
| | | | | | | Adds support for SFTP (not SCP) using WolfSSH. Closes #4231 | ||||
* | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro | 2019-11-17 | 1 | -0/+254 |
Follow-up to 5b2d703 which moved ssh source files to vssh. Closes https://github.com/curl/curl/pull/4609 |