summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl_setup: define NOGDI on WindowsMarcel Raad2018-10-091-0/+3
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-092-2/+4
* spelling fixes [ci skip]Viktor Szakats2018-10-085-5/+5
* curl_ntlm_wb: check aprintf() return codesDaniel Stenberg2018-10-081-0/+6
* hostip: fix check on Curl_shuffle_addr return valueRick Deist2018-10-081-1/+1
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-083-15/+14
* gskit: make sure to terminate version stringDaniel Gustafsson2018-10-071-2/+1
* timeval: fix use of weak symbol clock_gettime() on Apple platformsdmitrykos2018-10-051-2/+18
* doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg2018-10-052-16/+11
* checksrc: handle zero scoped ignore commandsDaniel Gustafsson2018-10-051-1/+10
* checksrc: enable strict mode and warningsDaniel Gustafsson2018-10-051-8/+18
* cmake: test and set missed defines during configurationdmitrykos2018-10-051-0/+3
* doh: make sure TTL isn't re-inited by second (discarded?) responseDaniel Stenberg2018-10-041-3/+8
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-035-4/+17
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-0312-18/+18
* nss: fix nssckbi module loading on WindowsJay Satiro2018-10-031-2/+7
* urlapi: starting with a drive letter on win32 is not an abs urlDaniel Stenberg2018-10-021-14/+18