summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: show "proper" version number for libressl buildsbagder/libressl-versionDaniel Stenberg2018-09-131-6/+5
* 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
* travis: build the MesaLink vtls backend with MesaLink 0.7.1Yiming Jing2018-09-131-0/+27
* runtests.pl: run tests against the MesaLink vtls backendYiming Jing2018-09-131-0/+5
* vtls: add a MesaLink vtls backendYiming Jing2018-09-135-1/+666
* configure.ac: add a MesaLink vtls backendYiming Jing2018-09-132-5/+97
* curl_url_set.3: properly escape \n in example codeDave Reisner2018-09-131-1/+1
* curl_url_set.3: fix typo in reference to CURLU_APPENDQUERYDave Reisner2018-09-131-1/+1
* urlglob: improve error messageDaniel Stenberg2018-09-132-6/+9
* tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing2018-09-1243-787/+1065
* TODO: fix typo in itemDaniel Gustafsson2018-09-121-1/+1
* anyauthput: fix compiler warning on 64-bit WindowsMarcel Raad2018-09-121-5/+8
* lib: fix gcc8 warning on WindowsViktor Szakats2018-09-121-2/+3
* openssl: fix gcc8 warningJay Satiro2018-09-121-1/+1
* libcurl-url.3: overview man page for the URL APIDaniel Stenberg2018-09-102-0/+138
* example/asiohiper: insert warning comment about its statusDaniel Stenberg2018-09-101-1/+11
* docs/cmdline-opts: update the documentation of --tlsv1.0Kamil Dudka2018-09-101-1/+1
* docs/examples: do not wait when no transfers are runningKamil Dudka2018-09-108-24/+24
* 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