aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-10-24config: Remove unused SIZEOF_VOIDPRuslan Baratov
2018-10-23Fix for compiling with lwIP (3)Gisle Vanem
2018-10-23Curl_follow: return better errors on URL problemsDaniel Stenberg
2018-10-23Curl_follow: remove remaining free(newurl)Daniel Stenberg
2018-10-23headers: end all headers with guard commentDaniel Gustafsson
2018-10-19multi: avoid double-freeDaniel Stenberg
2018-10-19multi: make the closure handle "inherit" CURLOPT_NOSIGNALDaniel Stenberg
2018-10-19config_win32: enable LDAPSMarcel Raad
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-16x509asn1: Fix SAN IP address verificationMatthew Whitehead
2018-10-14nonblock: fix unused parameter warningMarcel Raad
2018-10-13Curl_follow: Always free the passed new URLMichael Kaufmann
2018-10-10transfer: fix typo in commentDaniel Gustafsson
2018-10-09ldap: show precise LDAP call in error message on WindowsViktor Szakats
2018-10-09curl_setup: define NOGDI on WindowsMarcel Raad
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08curl_ntlm_wb: check aprintf() return codesDaniel Stenberg
2018-10-08hostip: fix check on Curl_shuffle_addr return valueRick Deist
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg