aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-08configure: add AX_CODE_COVERAGE only if using gccMichael Felt
2017-12-07curl: limit -# update frequency for unknown total sizeDaniel Stenberg
2017-12-07BINDINGS: another PostgreSQL clientDaniel Stenberg
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-07include: get netinet/in.h before linux/tcp.hPer Malmberg
2017-12-06openldap: fix checksrc nitsDaniel Stenberg
2017-12-06openldap: add commented out debug possibilitiesStepan Broz
2017-12-06examples: move threaded-shared-conn.c to the "complicated" onesDaniel Stenberg
2017-12-06RELEASE-NOTES: synced with b261c44e8Daniel Stenberg
2017-12-06URL: tolerate backslash after drive letter for FILE:Jan-E
2017-12-06tests: added netinet/in6.h includes in test serversRandall S. Becker
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-06curl-config: add --ssl-backendsDaniel Stenberg
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
2017-12-05threaded-shared-conn.c: fixed typo in commentaDaniel Stenberg
2017-12-05threaded-shared-conn.c: new exampleDaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-05libssh: remove dead code in sftp_qouteDaniel Stenberg
2017-12-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
2017-12-04libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg
2017-12-04ssh-libssh.c: please checksrcDaniel Stenberg
2017-12-04libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos
2017-12-04RESOURCES: update spec namesGuitared
2017-12-03libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos
2017-12-03libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos
2017-12-02libssh: fix minor static code analyzer nitsDaniel Stenberg
2017-12-02openssl: pkcs12 is supported by boringsslDaniel Stenberg
2017-12-02travis: use pip2 instead of pipJay Satiro
2017-12-01lib582: do not verify host for SFTPNikos Mavrogiannopoulos
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01symbols-in-versions: added new symbols with 7.56.3 versionNikos Mavrogiannopoulos
2017-12-01.travis.yml: added build --with-libsshNikos Mavrogiannopoulos
2017-12-01libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-12-01RELEASE-NOTES: synced with af8cc7a69Daniel Stenberg
2017-12-01curlver: towards 7.57.1Daniel Stenberg
2017-12-01lib: don't export all symbols, just everything curl_*W. Mark Kubacki
2017-12-01SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin
2017-12-01examples/xmlstream.c: don't switch off CURL_GLOBAL_SSLDaniel Stenberg
2017-11-30travis: add boringssl buildDaniel Stenberg
2017-11-29RELEASE-NOTES: curl 7.57.0Daniel Stenberg
2017-11-29THANKS: added contributors from 7.57.0 releaseDaniel Stenberg
2017-11-27openssl: fix boringssl build againDaniel Stenberg
2017-11-27curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg
2017-11-27libcurl-share.3: the connection cache is shareable nowDaniel Stenberg
2017-11-27global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg
2017-11-27ntlm: avoid integer overflow for malloc sizeDaniel Stenberg
2017-11-27wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg
2017-11-27url: fix alignment of ssl_backend_data structJay Satiro