| Commit message (Expand) | Author | Age | Files | Lines |
* | sasl_getmesssage: make sure we have a long enough string to passbagder/pop3_get_message | Daniel Stenberg | 2017-12-05 | 7 | -42/+112 |
* | libssh2: remove dead code from SSH_SFTP_QUOTE | Daniel Stenberg | 2017-12-04 | 1 | -4/+4 |
* | ssh-libssh.c: please checksrc | Daniel Stenberg | 2017-12-04 | 1 | -1/+1 |
* | libssh: fixed dereference in statvfs access | Nikos Mavrogiannopoulos | 2017-12-04 | 1 | -1/+1 |
* | RESOURCES: update spec names | Guitared | 2017-12-04 | 1 | -9/+9 |
* | libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFS | Nikos Mavrogiannopoulos | 2017-12-03 | 1 | -3/+1 |
* | libssh: no need to call sftp_get_error as ssh_get_error is sufficient | Nikos Mavrogiannopoulos | 2017-12-03 | 1 | -9/+2 |
* | libssh: fix minor static code analyzer nits | Daniel Stenberg | 2017-12-02 | 1 | -7/+10 |
* | openssl: pkcs12 is supported by boringssl | Daniel Stenberg | 2017-12-02 | 1 | -10/+0 |
* | travis: use pip2 instead of pip | Jay Satiro | 2017-12-02 | 1 | -1/+1 |
* | lib582: do not verify host for SFTP | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -0/+1 |
* | libssh: added SFTP support | Nikos Mavrogiannopoulos | 2017-12-01 | 5 | -19/+1548 |
* | symbols-in-versions: added new symbols with 7.56.3 version | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -0/+3 |
* | .travis.yml: added build --with-libssh | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -0/+5 |
* | libssh2: return CURLE_UPLOAD_FAILED on failure to upload | Nikos Mavrogiannopoulos | 2017-12-01 | 2 | -1/+5 |
* | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos | 2017-12-01 | 2 | -1/+6 |
* | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | 2017-12-01 | 13 | -198/+1626 |
* | RELEASE-NOTES: synced with af8cc7a69 | Daniel Stenberg | 2017-12-01 | 1 | -139/+13 |
* | curlver: towards 7.57.1 | Daniel Stenberg | 2017-12-01 | 1 | -3/+3 |
* | lib: don't export all symbols, just everything curl_* | W. Mark Kubacki | 2017-12-01 | 1 | -0/+2 |
* | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin | 2017-12-01 | 2 | -25/+27 |
* | examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL | Daniel Stenberg | 2017-12-01 | 1 | -2/+2 |
* | travis: add boringssl build | Daniel Stenberg | 2017-11-30 | 1 | -2/+29 |
* | RELEASE-NOTES: curl 7.57.0curl-7_57_0 | Daniel Stenberg | 2017-11-29 | 1 | -7/+26 |
* | THANKS: added contributors from 7.57.0 release | Daniel Stenberg | 2017-11-29 | 1 | -0/+23 |
* | openssl: fix boringssl build again | Daniel Stenberg | 2017-11-27 | 1 | -1/+1 |
* | curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided | Daniel Stenberg | 2017-11-27 | 1 | -0/+3 |
* | libcurl-share.3: the connection cache is shareable now | Daniel Stenberg | 2017-11-27 | 1 | -5/+4 |
* | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg | 2017-11-27 | 3 | -10/+9 |
* | ntlm: avoid integer overflow for malloc size | Daniel Stenberg | 2017-11-27 | 1 | -2/+18 |
* | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg | 2017-11-27 | 3 | -7/+56 |
* | url: fix alignment of ssl_backend_data struct | Jay Satiro | 2017-11-27 | 2 | -31/+30 |
* | ssh: remove check for a NULL pointer (!) | Daniel Stenberg | 2017-11-25 | 1 | -2/+2 |
* | test: add test for bad UNC/SMB path in file: URL | Matthew Kerwin | 2017-11-24 | 2 | -1/+39 |
* | test: add tests to ensure basic file: URLs | Matthew Kerwin | 2017-11-24 | 3 | -1/+85 |
* | URL: update "file:" URL handling | Matthew Kerwin | 2017-11-24 | 1 | -43/+78 |
* | metalink: fix memory-leak and NULL pointer dereference | Daniel Stenberg | 2017-11-24 | 1 | -3/+24 |
* | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini | 2017-11-24 | 4 | -5/+28 |
* | make: fix "make distclean" | Daniel Stenberg | 2017-11-24 | 2 | -9/+3 |
* | RELEASE-NOTES: synced with 31f18d272 | Daniel Stenberg | 2017-11-23 | 1 | -9/+31 |
* | connect: improve the bind error message | Jay Satiro | 2017-11-23 | 1 | -0/+4 |
* | examples/rtsp: clear RANGE again after use | Daniel Stenberg | 2017-11-23 | 1 | -0/+3 |
* | test1264: verify URL with space in host name being rejected | Michael Kaufmann | 2017-11-22 | 2 | -1/+37 |
* | url: reject ASCII control characters and space in host names | Daniel Stenberg | 2017-11-22 | 3 | -48/+47 |
* | Curl_open: fix OOM return error correctly | Daniel Stenberg | 2017-11-21 | 1 | -20/+19 |
* | http2: fix "Value stored to 'end' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -1/+0 |
* | http2: fix "Value stored to 'hdbuf' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+0 |
* | openssl: fix "Value stored to 'rc' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+2 |
* | mime: fix "Value stored to 'sz' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+0 |
* | Curl_llist_remove: fix potential NULL pointer deref | Daniel Stenberg | 2017-11-21 | 1 | -1/+5 |