summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-221-1/+11
* Tests: fixes for WindowsMarcel Raad2018-08-222-1/+4
* http2: abort the send_callback if not setup yetDaniel Stenberg2018-08-221-0/+4
* http2: remove four unused nghttp2 callbacksDaniel Stenberg2018-08-211-77/+0
* x509asn1: use FALLTHROUGHDaniel Stenberg2018-08-211-2/+2
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-214-0/+54
* Enable more GCC warningsMarcel Raad2018-08-211-1/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-218-10/+12
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-215-5/+12