summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test328: verify Content-Encoding: noneDaniel Stenberg2018-11-282-1/+56
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-233-2/+79
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2331-201/+212
* test: update test20/1322 for eglibc bug workaroundTobias Hintze2018-11-222-2/+2
* impacket: add LICENSEDaniel Stenberg2018-11-191-0/+84
* tests: disable SO_EXCLUSIVEADDRUSE for stunnel on WindowsMarc Hoersken2018-11-151-0/+5
* setopt: add CURLOPT_CURLUJim Fuller2018-11-094-2/+132
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-072-1/+63
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+1
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-066-43/+29
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-13/+38
* unittest: make 1652 stable across collationsDaniel Gustafsson2018-11-051-2/+2
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-3/+0
* symbols-in-versions: add missing CURLU_ symbolsDaniel Stenberg2018-11-041-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