summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: add unit tests for url.cJim Fuller2018-09-052-7/+3
* pipelining: deprecatedDaniel Stenberg2018-09-051-1/+1
* Curl_getoff_all_pipelines: ignore unused return valuesDaniel Stenberg2018-09-041-3/+2
* sftp: fix indentationViktor Szakats2018-09-041-1/+1
* sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski2018-09-042-3/+5
* url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka2018-09-032-1/+8
* openssl: Fix setting TLS 1.3 cipher suitesJay Satiro2018-09-031-0/+3
* Curl_ntlm_core_mk_nt_hash: return error on too long passwordDaniel Stenberg2018-09-031-1/+4