summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtls: Values stored to but never readDaniel Stenberg2018-10-261-9/+7
* rtmp: fix for compiling with lwIPGisle Vanem2018-10-261-1/+3
* urldata: Fix comment in headerMichael Kaufmann2018-10-251-1/+1
* netrc: free temporary strings if memory allocation failsMichael Kaufmann2018-10-251-9/+39
* config: Remove unused SIZEOF_VOIDPRuslan Baratov2018-10-242-6/+0
* Fix for compiling with lwIP (3)Gisle Vanem2018-10-231-1/+1
* Curl_follow: return better errors on URL problemsDaniel Stenberg2018-10-233-13/+12
* Curl_follow: remove remaining free(newurl)Daniel Stenberg2018-10-231-3/+1
* headers: end all headers with guard commentDaniel Gustafsson2018-10-234-4/+4
* multi: avoid double-freeDaniel Stenberg2018-10-192-10/+6
* multi: make the closure handle "inherit" CURLOPT_NOSIGNALDaniel Stenberg2018-10-191-0/+2
* config_win32: enable LDAPSMarcel Raad2018-10-191-0/+1
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-185-12/+38
* x509asn1: Fix SAN IP address verificationMatthew Whitehead2018-10-161-2/+2
* nonblock: fix unused parameter warningMarcel Raad2018-10-141-1/+2
* Curl_follow: Always free the passed new URLMichael Kaufmann2018-10-132-1/+4
* transfer: fix typo in commentDaniel Gustafsson2018-10-101-1/+1
* ldap: show precise LDAP call in error message on WindowsViktor Szakats2018-10-091-1/+7