summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-032-5/+87
* connect: fix building for recent versions of MinixSevan Janiyan2018-11-291-1/+1
* doh: fix typo in infof callDaniel Gustafsson2018-11-261-1/+1
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-253-5/+30
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-231-34/+28
* checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg2018-11-231-0/+27
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2351-402/+394
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-222-28/+55
* openssl: support session resume with TLS 1.3Michael Kaufmann2018-11-211-42/+102
* ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann2018-11-211-2/+2
* openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg2018-11-211-1/+8
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-208-23/+45
* ntlm: Remove redundant ifdef USE_OPENSSLpkubaj2018-11-201-16/+6
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-206-17/+17
* openssl: Remove SSLEAY leftoversDaniel Gustafsson2018-11-172-3/+1
* http_negotiate: do not close connection until negotiation is completedElia Tufarolo2018-11-162-1/+8
* pop3: only do APOP with a valid timestampDaniel Stenberg2018-11-161-2/+10
* openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu2018-11-161-17/+11
* nss: remove version selecting dead codebagder/nss-max-tlsKamil Dudka2018-11-131-14/+1
* nss: set default max-tls to 1.3/1.2Daniel Stenberg2018-11-131-1/+5
* nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg2018-11-121-1/+1
* ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen2018-11-091-1/+1
* openssl: support BoringSSL TLS renegotiationJérémy Rocher2018-11-091-0/+4
* setopt: add CURLOPT_CURLUJim Fuller2018-11-094-6/+35
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-072-5/+4
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+6
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-062-2/+4
* libcurl: stop reading from paused transfersSangamkar2018-11-061-0/+5
* curl_multibyte: fix a malloc overcalculationJay Satiro2018-11-061-6/+6
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-053-33/+35
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-1/+1
* infof: clearly indicate truncationDaniel Gustafsson2018-11-031-1/+12
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-1/+1
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-031-2/+6
* mprintf: avoid unsigned integer overflow warningTim Rühsen2018-11-021-1/+1
* Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg2018-11-021-1/+2
* axtls: removedDaniel Stenberg2018-11-019-817/+6
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-011-8/+64
* schannel: use Curl_ prefix for global private symbolsDaniel Stenberg2018-11-013-4/+4
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-301-1/+1
* Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg2018-10-291-1/+1
* Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg2018-10-291-1/+3
* rand: add comment to skip a clang-tidy false positiveDaniel Stenberg2018-10-271-1/+3
* x509asn1: always check return code from getASN1Element()Daniel Stenberg2018-10-271-32/+102
* Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg2018-10-271-0/+8
* x509asn1: suppress left shift on signed valuePatrick Monnerat2018-10-271-2/+2
* multi: Fix error handling in the SENDPROTOCONNECT stateMichael Kaufmann2018-10-271-1/+1
* openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg2018-10-271-1/+1
* ssh: free the session on init failuresDaniel Gustafsson2018-10-261-1/+1
* openssl: make 'done' a proper booleanDaniel Gustafsson2018-10-261-6/+6