summaryrefslogtreecommitdiff
path: root/lib/curl_path.h
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* headers: end all headers with guard commentDaniel Gustafsson2018-10-231-1/+1
| | | | | | | | | | | 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>
* lib/curl_path.h: add #ifdef header guardDaniel Stenberg2018-03-201-1/+4
| | | | Detected by lgtm.com
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-091-2/+1
| | | | Closes #1900
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-0/+45
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>