aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-13travis: build the MesaLink vtls backend with MesaLink 0.7.1Yiming Jing
2018-09-13runtests.pl: run tests against the MesaLink vtls backendYiming Jing
2018-09-13vtls: add a MesaLink vtls backendYiming Jing
2018-09-13configure.ac: add a MesaLink vtls backendYiming Jing
2018-09-13curl_url_set.3: properly escape \n in example codeDave Reisner
2018-09-13curl_url_set.3: fix typo in reference to CURLU_APPENDQUERYDave Reisner
2018-09-13urlglob: improve error messageDaniel Stenberg
2018-09-12tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing
2018-09-12TODO: fix typo in itemDaniel Gustafsson
2018-09-12anyauthput: fix compiler warning on 64-bit WindowsMarcel Raad
2018-09-12lib: fix gcc8 warning on WindowsViktor Szakats
2018-09-12openssl: fix gcc8 warningJay Satiro
2018-09-10libcurl-url.3: overview man page for the URL APIDaniel Stenberg
2018-09-10example/asiohiper: insert warning comment about its statusDaniel Stenberg
2018-09-10docs/cmdline-opts: update the documentation of --tlsv1.0Kamil Dudka
2018-09-10docs/examples: do not wait when no transfers are runningKamil Dudka
2018-09-10cookies: Move failure case label to end of functionDaniel Gustafsson
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-10cookies: fix leak when writing cookies to fileDaniel Gustafsson
2018-09-10cookies: Remove redundant expired checkDaniel Gustafsson
2018-09-09ntlm_wb: bail out if the response gets overly largeDaniel Stenberg
2018-09-08url.c: fix comment typo and indentationDaniel Gustafsson
2018-09-08urlapi: avoid derefencing a possible NULL pointerDaniel Stenberg
2018-09-08RELEASE-NOTES: syncedDaniel Stenberg
2018-09-08test324: fix after 3f3b26d6feb0667714902e836af608094235fca2Marcel Raad
2018-09-08curl_url_set.3: correct descriptionDaniel Stenberg
2018-09-08curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0Daniel Stenberg
2018-09-08URL-APIDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-07configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert
2018-09-07doh: minor edits to please CoverityDaniel Stenberg
2018-09-07schannel: avoid switch-cases that go to default anywayDaniel Stenberg
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-06travis: add the DOH tests to the torture testingDaniel Stenberg
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-09-06x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse certHan Han
2018-09-06openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han
2018-09-06schannel: unified error code handlingHan Han
2018-09-06darwinssl: more specific and unified error codesHan Han
2018-09-06CURLOPT_DNS_USE_GLOBAL_CACHE: deprecatedDaniel Stenberg
2018-09-05url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg
2018-09-05multiplex: enable by defaultDaniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-09-05test1452: mark as flakyDaniel Stenberg
2018-09-05pipelining: deprecatedDaniel Stenberg