Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | headers: end all headers with guard comment | Daniel Gustafsson | |
Most headerfiles end with a /* <headerguard> */ comment, but it was missing from some. The comment isn't the most important part of our code documentation but consistency has an intrinsic value in itself. This adds header guard comments to the files that were lacking it. Closes #3158 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-03-20 | lib/curl_path.h: add #ifdef header guard | Daniel Stenberg | |
Detected by lgtm.com | |||
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian | |
Closes #1900 | |||
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | |
libssh is an alternative library to libssh2. https://www.libssh.org/ That patch set also introduces support for ECDSA ed25519 keys, as well as gssapi authentication. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> |