aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-10-03nss: fix nssckbi module loading on WindowsJay Satiro
2018-10-02urlapi: starting with a drive letter on win32 is not an abs urlDaniel Stenberg
2018-10-02doh: fix curl_easy_setopt argument typeMarcel Raad
2018-10-01CMake: Improve config installationRuslan Baratov
2018-09-30doh: only build if h2 enabledDaniel Stenberg
2018-09-29multi: fix memory leak in content encoding related error pathDaniel Stenberg
2018-09-28multi: fix location URL memleak in error pathDaniel Stenberg
2018-09-28cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov
2018-09-27curl_threads: fix classic MinGW compile breakMarcel Raad
2018-09-25Curl_http2_done: fix memleak in error pathDaniel Stenberg
2018-09-25http: fix memleak in rewind error pathDaniel Stenberg
2018-09-24Curl_retry_request: fix memory leakDaniel Stenberg
2018-09-24openssl: load built-in engines tooDaniel Stenberg
2018-09-24OpenSSL: enable TLS 1.3 post-handshake authChristian Heimes
2018-09-24Curl_dedotdotify(): always nul terminate returned string.Even Rouault
2018-09-23whitespace fixesViktor Szakats
2018-09-23http: add missing return code checkDaniel Stenberg
2018-09-23ftp: don't access pointer before NULL checkDaniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-22URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats
2018-09-21Curl_saferealloc: Fixed typo in docblockErik Minekus
2018-09-21urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg
2018-09-21GnutTLS: TLS 1.3 supportLoganaden Velvindron
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-19nss: try to connect even if libnssckbi.so fails to loadKamil Dudka
2018-09-19urlapi: don't set value which is never readDaniel Gustafsson
2018-09-18curl_multi_wait: call getsock before figuring out timeoutDaniel Stenberg
2018-09-18darwinssl: Fix realloc memleakDaniel Gustafsson
2018-09-17memory: add missing curl_printf headerDaniel Gustafsson
2018-09-16http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg
2018-09-16http2: fix memory leaks on error-pathDaniel Stenberg
2018-09-14secure Openwall URLsViktor Szakats
2018-09-14openssl: show "proper" version number for libressl buildsDaniel Stenberg
2018-09-14openssl: assume engine support in 0.9.8 or laterRainer Jung
2018-09-13sendf: use failf() rather than Curl_failf()Daniel Gustafsson
2018-09-13sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson
2018-09-13krb5: fix memory leak in krb_authDaniel Gustafsson
2018-09-13ftp: include command in Curl_ftpsend sendbufferDaniel Gustafsson
2018-09-13ntlm_wb: Fix memory leaks in ntlm_wb_responseDaniel Gustafsson
2018-09-13vtls: add a MesaLink vtls backendYiming Jing
2018-09-13configure.ac: add a MesaLink vtls backendYiming Jing
2018-09-12lib: fix gcc8 warning on WindowsViktor Szakats
2018-09-12openssl: fix gcc8 warningJay Satiro
2018-09-10cookies: Move failure case label to end of functionDaniel Gustafsson
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-10cookies: fix leak when writing cookies to fileDaniel Gustafsson
2018-09-10cookies: Remove redundant expired checkDaniel Gustafsson
2018-09-09ntlm_wb: bail out if the response gets overly largeDaniel Stenberg