summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* schannel: avoid switch-cases that go to default anywaybagder/schannel-APPLICATION_PROTOCOL_MISMATCHDaniel Stenberg2018-09-061-0/+4
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-0640-60/+140
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-0613-17/+115
* travis: add the DOH tests to the torture testingDaniel Stenberg2018-09-061-1/+1
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-067-66/+410
* curl: --doh-url addedDaniel Stenberg2018-09-067-1/+21
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-0615-62/+1174
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-0610-18/+17
* 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-062-0/+23
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-053-11/+15
* multiplex: enable by defaultDaniel Stenberg2018-09-052-1/+4
* tests: add unit tests for url.cJim Fuller2018-09-057-9/+125
* test1452: mark as flakyDaniel Stenberg2018-09-051-0/+1
* pipelining: deprecatedDaniel Stenberg2018-09-054-110/+15
* RELEASE-NOTES: start working on 7.62.0Daniel Stenberg2018-09-052-200/+13
* THANKS: 7.61.1 statuscurl-7_61_1Daniel Stenberg2018-09-041-0/+21
* RELEASE-NOTES: 7.61.1Daniel Stenberg2018-09-041-10/+21
* 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
* tool_operate: Add http code 408 to transient list for --retryJay Satiro2018-09-032-1/+2
* 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
* http2: Use correct format identifier for stream_idRikard Falkeborn2018-09-021-4/+4
* test1148: fix precheck outputMarcel Raad2018-09-021-1/+1
* all: s/int/size_t cleanupDaniel Stenberg2018-09-0112-53/+53
* ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg2018-09-011-11/+11
* tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro2018-08-311-1/+1
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-3112-81/+119
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-3148-47/+49
* CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warningJay Satiro2018-08-291-1/+2
* THANKS-filter: dedup Daniel JelińskiDaniel Stenberg2018-08-281-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-271-4/+22
* CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip]Daniel Stenberg2018-08-271-3/+11
* CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip]Daniel Stenberg2018-08-271-2/+7
* curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg2018-08-251-6/+4
* cmdline-opts/page-footer: fix edit mistakeDaniel Stenberg2018-08-251-4/+4
* docs: clarify NO_PROXY env variable functionalityDaniel Stenberg2018-08-243-9/+10
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* curl_threads: silence bad-function-cast warningMarcel Raad2018-08-241-1/+2
* README: add appveyor build badge [ci skip]Daniel Stenberg2018-08-241-1/+2
* schannel: client certificate store opening fixIhor Karpenko2018-08-241-5/+8
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-242-8/+1
* cookie tests: treat files as textMarcel Raad2018-08-233-3/+3
* libcurl-thread.3: expand somewhat on the NO_SIGNAL motivationDaniel Stenberg2018-08-231-3/+9