aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-10-02test1299: use single quotes around asteriskMarcel Raad
2018-10-02runtests: ignore disabled even when ranges are givenDaniel Stenberg
2018-10-01test1650: make it depend on http/2Daniel Stenberg
2018-09-29test2100: require http2 to runDaniel Stenberg
2018-09-28cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov
2018-09-24test320: fix regression in [ci skip]Viktor Szakats
2018-09-24Curl_dedotdotify(): always nul terminate returned string.Even Rouault
2018-09-23update URLs in testsViktor Szakats
2018-09-23whitespace fixesViktor Szakats
2018-09-23unit1650: fix out of boundary accessDaniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-21urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg
2018-09-20certs: generate tests certs with sha256 digest algorithmDaniel Stenberg
2018-09-19urlapi: document the error codes, remove two unused onesDaniel Stenberg
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-15libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn
2018-09-13runtests.pl: run tests against the MesaLink vtls backendYiming Jing
2018-09-13urlglob: improve error messageDaniel Stenberg
2018-09-12tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-08test324: fix after 3f3b26d6feb0667714902e836af608094235fca2Marcel Raad
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-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-09-05tests: add unit tests for url.cJim Fuller
2018-09-05test1452: mark as flakyDaniel Stenberg
2018-09-05pipelining: deprecatedDaniel Stenberg
2018-09-02test1148: fix precheck outputMarcel Raad
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-08-31Don't use Windows path %PWD for SSH testsMarcel Raad
2018-08-24lib1522: fix curl_easy_setopt argument typeMarcel Raad
2018-08-24gopher: Do not translate `?' to `%09'Leonardo Taccari
2018-08-23cookie tests: treat files as textMarcel Raad
2018-08-22Tests: fixes for WindowsMarcel Raad
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-16test1268: check the stderr output as "text"Daniel Stenberg
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-11Split non-portable part off test 1133Marcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10lib1502: fix memory leak in torture testDaniel Stenberg
2018-08-09test1531: Add timeoutRikard Falkeborn
2018-08-09test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov