summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-062-65/+92
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-069-60/+1092
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-063-8/+4
* x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse certHan Han2018-09-061-1/+1
* openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han2018-09-061-2/+2
* schannel: unified error code handlingHan Han2018-09-062-30/+71
* darwinssl: more specific and unified error codesHan Han2018-09-061-146/+278
* CURLOPT_DNS_USE_GLOBAL_CACHE: deprecatedDaniel Stenberg2018-09-061-0/+2
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-052-9/+11
* multiplex: enable by defaultDaniel Stenberg2018-09-051-0/+1