Age | Commit message (Expand) | Author |
2017-12-06 | openldap: add commented out debug possibilities | Stepan Broz |
2017-12-06 | examples: move threaded-shared-conn.c to the "complicated" ones | Daniel Stenberg |
2017-12-06 | RELEASE-NOTES: synced with b261c44e8 | Daniel Stenberg |
2017-12-06 | URL: tolerate backslash after drive letter for FILE: | Jan-E |
2017-12-06 | tests: added netinet/in6.h includes in test servers | Randall S. Becker |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-12-06 | curl-config: add --ssl-backends | Daniel Stenberg |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-05 | threaded-shared-conn.c: fixed typo in commenta | Daniel Stenberg |
2017-12-05 | threaded-shared-conn.c: new example | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-05 | libssh: remove dead code in sftp_qoute | Daniel Stenberg |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-12-04 | libssh2: remove dead code from SSH_SFTP_QUOTE | Daniel Stenberg |
2017-12-04 | ssh-libssh.c: please checksrc | Daniel Stenberg |
2017-12-04 | libssh: fixed dereference in statvfs access | Nikos Mavrogiannopoulos |
2017-12-04 | RESOURCES: update spec names | Guitared |
2017-12-03 | libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFS | Nikos Mavrogiannopoulos |
2017-12-03 | libssh: no need to call sftp_get_error as ssh_get_error is sufficient | Nikos Mavrogiannopoulos |
2017-12-02 | libssh: fix minor static code analyzer nits | Daniel Stenberg |
2017-12-02 | openssl: pkcs12 is supported by boringssl | Daniel Stenberg |
2017-12-02 | travis: use pip2 instead of pip | Jay Satiro |
2017-12-01 | lib582: do not verify host for SFTP | Nikos Mavrogiannopoulos |
2017-12-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | symbols-in-versions: added new symbols with 7.56.3 version | Nikos Mavrogiannopoulos |
2017-12-01 | .travis.yml: added build --with-libssh | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: return CURLE_UPLOAD_FAILED on failure to upload | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | RELEASE-NOTES: synced with af8cc7a69 | Daniel Stenberg |
2017-12-01 | curlver: towards 7.57.1 | Daniel Stenberg |
2017-12-01 | lib: don't export all symbols, just everything curl_* | W. Mark Kubacki |
2017-12-01 | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin |
2017-12-01 | examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL | Daniel Stenberg |
2017-11-30 | travis: add boringssl build | Daniel Stenberg |
2017-11-29 | RELEASE-NOTES: curl 7.57.0 | Daniel Stenberg |
2017-11-29 | THANKS: added contributors from 7.57.0 release | Daniel Stenberg |
2017-11-27 | openssl: fix boringssl build again | Daniel Stenberg |
2017-11-27 | curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided | Daniel Stenberg |
2017-11-27 | libcurl-share.3: the connection cache is shareable now | Daniel Stenberg |
2017-11-27 | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg |
2017-11-27 | ntlm: avoid integer overflow for malloc size | Daniel Stenberg |
2017-11-27 | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg |
2017-11-27 | url: fix alignment of ssl_backend_data struct | Jay Satiro |
2017-11-25 | ssh: remove check for a NULL pointer (!) | Daniel Stenberg |
2017-11-24 | test: add test for bad UNC/SMB path in file: URL | Matthew Kerwin |
2017-11-24 | test: add tests to ensure basic file: URLs | Matthew Kerwin |
2017-11-24 | URL: update "file:" URL handling | Matthew Kerwin |
2017-11-24 | metalink: fix memory-leak and NULL pointer dereference | Daniel Stenberg |
2017-11-24 | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini |