aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-23cookies: create the cookiejar even if no cookies to saveDaniel Stenberg
2018-11-23checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-22host names: allow trailing dot in name resolve, then strip itTobias Hintze
2018-11-21openssl: support session resume with TLS 1.3Michael Kaufmann
2018-11-21ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann
2018-11-21openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-11-20ntlm: Remove redundant ifdef USE_OPENSSLpkubaj
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-17openssl: Remove SSLEAY leftoversDaniel Gustafsson
2018-11-16http_negotiate: do not close connection until negotiation is completedElia Tufarolo
2018-11-16pop3: only do APOP with a valid timestampDaniel Stenberg
2018-11-16openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu
2018-11-13nss: remove version selecting dead codeKamil Dudka
2018-11-13nss: set default max-tls to 1.3/1.2Daniel Stenberg
2018-11-12nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg
2018-11-09ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen
2018-11-09openssl: support BoringSSL TLS renegotiationJérémy Rocher
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-07urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-06libcurl: stop reading from paused transfersSangamkar
2018-11-06curl_multibyte: fix a malloc overcalculationJay Satiro
2018-11-05netrc: don't ignore the login name specified with "--user"Michael Kaufmann
2018-11-05Revert "url: a short host name + port is not a scheme"Daniel Stenberg
2018-11-03infof: clearly indicate truncationDaniel Gustafsson
2018-11-03url: a short host name + port is not a schemeDaniel Stenberg
2018-11-03URL: fix IPv6 numeral address parserDaniel Stenberg
2018-11-02mprintf: avoid unsigned integer overflow warningTim Rühsen
2018-11-02Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg
2018-11-01axtls: removedDaniel Stenberg
2018-11-01schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr
2018-11-01schannel: use Curl_ prefix for global private symbolsDaniel Stenberg
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-10-29Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg
2018-10-29Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg
2018-10-27rand: add comment to skip a clang-tidy false positiveDaniel Stenberg
2018-10-27x509asn1: always check return code from getASN1Element()Daniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-10-27x509asn1: suppress left shift on signed valuePatrick Monnerat
2018-10-27multi: Fix error handling in the SENDPROTOCONNECT stateMichael Kaufmann
2018-10-27openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg
2018-10-26ssh: free the session on init failuresDaniel Gustafsson
2018-10-26openssl: make 'done' a proper booleanDaniel Gustafsson
2018-10-26gtls: Values stored to but never readDaniel Stenberg
2018-10-26rtmp: fix for compiling with lwIPGisle Vanem
2018-10-25urldata: Fix comment in headerMichael Kaufmann
2018-10-25netrc: free temporary strings if memory allocation failsMichael Kaufmann