summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* symbols-in-versions: add missing CURLU_ symbolsbagder/test-1119-curluDaniel Stenberg2018-11-031-1/+3
* infof: clearly indicate truncationDaniel Gustafsson2018-11-034-2/+161
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-0/+3
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-031-0/+9
* Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg2018-11-022-1/+59
* axtls: removedDaniel Stenberg2018-11-013-21/+2
* tests: drop http_pipe.py script no longer usedKamil Dudka2018-11-012-442/+1
* runtests: use the local curl for verifyingDaniel Stenberg2018-10-311-1/+1
* test2080: verify the fix for CVE-2018-16842Daniel Stenberg2018-10-302-4/+2
* unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg2018-10-291-1/+1
* unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg2018-10-291-3/+4
* test1651: unit test Curl_extract_certinfo()Daniel Stenberg2018-10-274-2/+417
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-0829-69/+65
* runtests: skip ld_preload tests on macOSDaniel Gustafsson2018-10-071-1/+1
* 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