summaryrefslogtreecommitdiff
path: root/lib/curl_path.c
Commit message (Collapse)AuthorAgeFilesLines
* url: use the URL API internally as wellbagder/urlapi-internalDaniel Stenberg2018-09-201-2/+2
| | | | | | ... to make it a truly unified URL parser. Closes #3017
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-091-9/+25
| | | | Closes #1900
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-0/+179
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>