summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-153-8/+37
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-132-1/+61
* mqtt: add support for username and passwordGealber Morales2021-06-129-6/+399
* runtests: init $VERSION to avoid warnings when using -lDaniel Stenberg2021-06-111-1/+1
* tests: update README about servers and port numbersDaniel Stenberg2021-06-111-11/+11
* sws: malloc request struct instead of using stackChristian Weisgerber2021-06-111-17/+24
* tests: update README.md with a missing single quoteyb9992021-06-101-1/+1
* tests/data/DISABLED: add tests not working with hyperDaniel Stenberg2021-06-101-0/+116
* runtests: also find the last test in Makefile.incDaniel Stenberg2021-06-101-1/+1
* test3010: work with hyper modeDaniel Stenberg2021-06-102-5/+5
* test1594/1595/1596: fix to work in hyper modeDaniel Stenberg2021-06-104-5/+5
* test1438/1457: add HTTP keyword to make hyper mode workDaniel Stenberg2021-06-102-0/+2
* test1340/1341: adjusted for hyper modeDaniel Stenberg2021-06-102-4/+4
* test1218: adjusted for hyper modeDaniel Stenberg2021-06-101-1/+1
* test1216: adjusted for hyper modeDaniel Stenberg2021-06-101-1/+1
* test1230: adjust to work in hyper modeDaniel Stenberg2021-06-101-2/+2
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-101-9/+17
* test434: add HTTP keywordDaniel Stenberg2021-06-101-1/+1
* test599: adjusted to work in hyper modeDaniel Stenberg2021-06-102-3/+3
* test566: adjust to work with hyper modeDaniel Stenberg2021-06-102-4/+4
* runtests: skip disabled tests unless -f is usedDaniel Stenberg2021-06-082-11/+15
* test644: remove as duplicate of test 587Daniel Stenberg2021-06-083-65/+2
* test500: adjust to work with hyper modeDaniel Stenberg2021-06-072-3/+3
* test433: adjust for hyper modeDaniel Stenberg2021-06-071-4/+4
* test395: hyper cannot work around > 64 bit content-lengths like built-inDaniel Stenberg2021-06-071-0/+7
* test394: hyper returns a different errorDaniel Stenberg2021-06-071-0/+4
* test393: make Content-Length fit within 64 bit for hyperDaniel Stenberg2021-06-071-0/+4
* test347: CRLFify to work in hyper modeDaniel Stenberg2021-06-071-9/+9
* test339: CRLFify better to work in hyper modeDaniel Stenberg2021-06-071-9/+9
* test328: avoid a header-looking body to make hyper mode workDaniel Stenberg2021-06-071-1/+1
* metalink: removeDaniel Stenberg2021-06-0723-1654/+8
* tests/data/Makefile.inc: error: trailing backslash on last lineDaniel Stenberg2021-06-041-1/+1
* url: bad CURLOPT_CONNECT_TO syntax now returns errorAlexis Vachette2021-06-042-5/+37
* test269: disable for hyperDaniel Stenberg2021-06-031-0/+3
* runtests: enable 'hyper mode' only for HTTP testsDaniel Stenberg2021-06-032-7/+10
* hostip: bad CURLOPT_RESOLVE syntax now returns errorAlexis Vachette2021-06-032-1/+39
* runtests: parse data/Makefile.inc instead of using makeDaniel Stenberg2021-06-022-9/+9
* filecheck: quietly remove test-place/*~Harry Sintonen2021-06-021-1/+1
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-021-1/+1
* tests: fix Accept-Encoding strips to work with Hyper buildsDaniel Stenberg2021-06-0213-38/+31
* mqtt: detect illegal and too large file sizeHarry Sintonen2021-06-024-4/+154
* test178: adjust for hyperDaniel Stenberg2021-05-291-0/+10
* docs: use --max-redirs instead of --max-redirViktor Szakats2021-05-261-2/+2
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-263-3/+3
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-242-1/+52
* docs/tests: remove freenode referencesDaniel Stenberg2021-05-242-3/+3
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-201-1/+1
* test2100: make it run with and require IPv6Daniel Stenberg2021-05-201-0/+0
* tests/getpart: generate output URL encoded for better diffsDaniel Stenberg2021-05-201-1/+3
* sws: allow HTTP requests up to 2MB in sizeDaniel Stenberg2021-05-161-2/+1