summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* doh: fix curl_easy_setopt argument typeMarcel Raad2018-10-021-1/+1
* CMake: Improve config installationRuslan Baratov2018-10-011-10/+4
* doh: only build if h2 enabledDaniel Stenberg2018-09-301-1/+29
* multi: fix memory leak in content encoding related error pathDaniel Stenberg2018-09-291-3/+7
* multi: fix location URL memleak in error pathDaniel Stenberg2018-09-281-1/+4
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-281-1/+2
* curl_threads: fix classic MinGW compile breakMarcel Raad2018-09-271-3/+11
* Curl_http2_done: fix memleak in error pathDaniel Stenberg2018-09-251-6/+8
* http: fix memleak in rewind error pathDaniel Stenberg2018-09-251-8/+7
* Curl_retry_request: fix memory leakDaniel Stenberg2018-09-241-2/+7
* openssl: load built-in engines tooDaniel Stenberg2018-09-241-1/+1
* OpenSSL: enable TLS 1.3 post-handshake authChristian Heimes2018-09-241-0/+6
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+2
* whitespace fixesViktor Szakats2018-09-2340-206/+169
* http: add missing return code checkDaniel Stenberg2018-09-231-6/+3
* ftp: don't access pointer before NULL checkDaniel Stenberg2018-09-231-2/+1
* url: use the URL API internally as wellDaniel Stenberg2018-09-2219-913/+371