summaryrefslogtreecommitdiff
path: root/lib/vssh/ssh.h
Commit message (Collapse)AuthorAgeFilesLines
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-051-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 backendDaniel Stenberg2020-01-121-7/+15
| | | | | | Adds support for SFTP (not SCP) using WolfSSH. Closes #4231
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-0/+254
Follow-up to 5b2d703 which moved ssh source files to vssh. Closes https://github.com/curl/curl/pull/4609