Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro | |
Follow-up to 5b2d703 which moved ssh source files to vssh. Closes https://github.com/curl/curl/pull/4609 | |||
2019-10-01 | lib: silence conversion warnings | Marcel Raad | |
Closes https://github.com/curl/curl/pull/4444 | |||
2019-09-23 | libssh: part of conditional expression is always true: !result | Daniel Stenberg | |
PVS-Studio warning Fixed #4402 | |||
2019-09-23 | libssh: part of conditional expression is always true | Daniel Stenberg | |
PVS-Studio warning Fixes #4402 | |||
2019-09-23 | libssh: The expression is excessive or contains a misprint | Daniel Stenberg | |
PVS-Studio warning Fixes #4402 | |||
2019-09-20 | libssh2: part of conditional expression is always true: !result | Daniel Stenberg | |
Fixes warning detected by PVS-Studio Fixes #4374 | |||
2019-08-17 | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg | |
Closes #4235 | |||
2019-08-17 | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg | |
2019-08-17 | vssh: create directory for SSH backend code | Daniel Stenberg | |