summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputbagder/curl-NOBODY_HEADERSDaniel Stenberg2018-10-0629-69/+65
* test2100: test DoH using IPv4-onlyDaniel Stenberg2018-10-061-0/+0
* tests/FILEFORMAT: mention how to use <fileN> and <stripfileN> tooDaniel Stenberg2018-10-061-0/+19
* doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg2018-10-051-8/+8
* CMake: suppress MSVC warning C4127 for libtestMarcel Raad2018-10-051-0/+4
* test320: strip out more HTML when comparingDaniel Stenberg2018-10-041-20/+4
* runtests: use Windows paths for Windows curlMarcel Raad2018-10-041-1/+1
* tests/negtelnetserver.py: fix Python2-ism in neg TELNET serverColin Hogben2018-10-041-21/+12
* test1299: use single quotes around asteriskMarcel Raad2018-10-021-1/+1
* runtests: ignore disabled even when ranges are givenDaniel Stenberg2018-10-021-8/+17
* test1650: make it depend on http/2Daniel Stenberg2018-10-012-0/+12
* test2100: require http2 to runDaniel Stenberg2018-09-292-1/+1
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-281-2/+2
* test320: fix regression in [ci skip]Viktor Szakats2018-09-241-2/+2
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+3
* update URLs in testsViktor Szakats2018-09-234-5/+5
* whitespace fixesViktor Szakats2018-09-2367-104/+39
* unit1650: fix out of boundary accessDaniel Stenberg2018-09-231-4/+4
* url: use the URL API internally as wellDaniel Stenberg2018-09-223-5/+5
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-211-0/+3
* certs: generate tests certs with sha256 digest algorithmDaniel Stenberg2018-09-2038-825/+835
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-191-20/+20
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-192-1/+31
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* runtests.pl: run tests against the MesaLink vtls backendYiming Jing2018-09-131-0/+5
* urlglob: improve error messageDaniel Stenberg2018-09-131-1/+3
* tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing2018-09-1243-787/+1065
* misc: fix typos in commentsDaniel Gustafsson2018-09-101-1/+1
* test324: fix after 3f3b26d6feb0667714902e836af608094235fca2Marcel Raad2018-09-081-1/+1
* URL-APIDaniel Stenberg2018-09-085-0/+799
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-1/+2
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-0637-38/+93
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-065-1/+318
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-065-6/+6
* tests: add unit tests for url.cJim Fuller2018-09-055-2/+122
* test1452: mark as flakyDaniel Stenberg2018-09-051-0/+1
* pipelining: deprecatedDaniel Stenberg2018-09-052-108/+11
* test1148: fix precheck outputMarcel Raad2018-09-021-1/+1
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-3110-64/+64
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-3148-47/+49
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-1/+1
* cookie tests: treat files as textMarcel Raad2018-08-233-3/+3
* Tests: fixes for WindowsMarcel Raad2018-08-222-1/+4
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-214-0/+54
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-212-2/+6
* test1268: check the stderr output as "text"Daniel Stenberg2018-08-161-1/+1
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-152-0/+39
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-142-1/+34