Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2017-11-24 | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini | |
The new API added in Linux 4.11 only requires setting a socket option before connecting, without the whole sento() machinery. Notably, this makes it possible to use TFO with SSL connections on Linux as well, without the need to mess around with OpenSSL (or whatever other SSL library) internals. Closes #2056 | |||
2017-11-10 | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg | |
... to make url.c smaller. Closes #1944 |