summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup spelling!bagder/libcurl-url.3Daniel Stenberg2018-09-101-3/+3
* libcurl-url.3: overview man page for the URL APIDaniel Stenberg2018-09-102-0/+138
* cookies: Move failure case label to end of functionDaniel Gustafsson2018-09-101-6/+7
* misc: fix typos in commentsDaniel Gustafsson2018-09-104-4/+4
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2018-09-081-6/+37
* test324: fix after 3f3b26d6feb0667714902e836af608094235fca2Marcel Raad2018-09-081-1/+1
* curl_url_set.3: correct descriptionDaniel Stenberg2018-09-081-1/+1
* curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0Daniel Stenberg2018-09-085-5/+5
* URL-APIDaniel Stenberg2018-09-0824-365/+2814
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-0713-32/+32
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-0715-2/+280
* configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert2018-09-074-0/+25
* 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-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