summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.ac: add a MesaLink vtls backendYiming Jing2018-09-131-2/+2
* lib: fix gcc8 warning on WindowsViktor Szakats2018-09-121-2/+3
* openssl: fix gcc8 warningJay Satiro2018-09-121-1/+1
* cookies: Move failure case label to end of functionDaniel Gustafsson2018-09-101-6/+7
* misc: fix typos in commentsDaniel Gustafsson2018-09-102-2/+2
* cookies: fix leak when writing cookies to fileDaniel Gustafsson2018-09-101-3/+2
* cookies: Remove redundant expired checkDaniel Gustafsson2018-09-101-6/+2
* ntlm_wb: bail out if the response gets overly largeDaniel Stenberg2018-09-091-1/+10
* url.c: fix comment typo and indentationDaniel Gustafsson2018-09-081-2/+2
* urlapi: avoid derefencing a possible NULL pointerDaniel Stenberg2018-09-081-2/+2
* URL-APIDaniel Stenberg2018-09-089-340/+1394
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-074-5/+5
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-076-0/+105
* configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert2018-09-071-0/+2
* doh: minor edits to please CoverityDaniel Stenberg2018-09-071-2/+5
* schannel: avoid switch-cases that go to default anywayDaniel Stenberg2018-09-071-0/+4
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-062-21/+43
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-068-17/+39