summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputbagder/curl-NOBODY_HEADERSDaniel Stenberg2018-10-063-15/+14
* 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
* URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats2018-09-222-2/+2
* Curl_saferealloc: Fixed typo in docblockErik Minekus2018-09-211-1/+1
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-212-6/+6
* GnutTLS: TLS 1.3 supportLoganaden Velvindron2018-09-211-9/+62
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-208-18/+1
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-11/+37
* nss: try to connect even if libnssckbi.so fails to loadKamil Dudka2018-09-191-2/+3
* urlapi: don't set value which is never readDaniel Gustafsson2018-09-191-1/+0
* curl_multi_wait: call getsock before figuring out timeoutDaniel Stenberg2018-09-181-7/+7
* darwinssl: Fix realloc memleakDaniel Gustafsson2018-09-181-1/+2
* memory: add missing curl_printf headerDaniel Gustafsson2018-09-171-1/+3
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-165-105/+141
* http2: fix memory leaks on error-pathDaniel Stenberg2018-09-161-2/+8
* secure Openwall URLsViktor Szakats2018-09-142-2/+2
* openssl: show "proper" version number for libressl buildsDaniel Stenberg2018-09-141-6/+5
* openssl: assume engine support in 0.9.8 or laterRainer Jung2018-09-141-1/+1
* sendf: use failf() rather than Curl_failf()Daniel Gustafsson2018-09-131-3/+2
* sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson2018-09-132-2/+2
* krb5: fix memory leak in krb_authDaniel Gustafsson2018-09-131-0/+1
* ftp: include command in Curl_ftpsend sendbufferDaniel Gustafsson2018-09-131-1/+5
* ntlm_wb: Fix memory leaks in ntlm_wb_responseDaniel Gustafsson2018-09-131-0/+1
* vtls: add a MesaLink vtls backendYiming Jing2018-09-135-1/+666