summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* test1147: hyper doesn't allow "crazy" request headers like built-inDaniel Stenberg2021-07-052-1/+4
* c-hyper: bail on too long response headersDaniel Stenberg2021-07-051-2/+0
* test1151: added missing CRLF to work with hyperDaniel Stenberg2021-07-051-0/+1
* test1116: hyper doesn't pass through "surprise-trailers"Daniel Stenberg2021-07-052-1/+6
* test1519: adjusted to work with hyperDaniel Stenberg2021-07-012-6/+5
* test1518: adjusted to work with hyperDaniel Stenberg2021-07-012-6/+5
* test1514: add a CRLF to the response to make it correctDaniel Stenberg2021-07-012-1/+1
* test677: IMAP CONNECT_ONLY, custom command and then exitDaniel Stenberg2021-06-243-2/+44
* hyper: propagate errors back up from read callbacksDaniel Stenberg2021-06-172-1/+2
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-152-2/+2
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-132-1/+61
* mqtt: add support for username and passwordGealber Morales2021-06-127-0/+343
* tests/data/DISABLED: add tests not working with hyperDaniel Stenberg2021-06-101-0/+116
* test3010: work with hyper modeDaniel Stenberg2021-06-101-2/+2
* test1594/1595/1596: fix to work in hyper modeDaniel Stenberg2021-06-103-3/+3
* 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-101-1/+1
* test566: adjust to work with hyper modeDaniel Stenberg2021-06-101-2/+2
* test644: remove as duplicate of test 587Daniel Stenberg2021-06-082-61/+1
* test500: adjust to work with hyper modeDaniel Stenberg2021-06-071-1/+1
* 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-0719-1642/+3
* 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
* hostip: bad CURLOPT_RESOLVE syntax now returns errorAlexis Vachette2021-06-032-1/+39
* runtests: parse data/Makefile.inc instead of using makeDaniel Stenberg2021-06-021-4/+1
* 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-0212-38/+22
* mqtt: detect illegal and too large file sizeHarry Sintonen2021-06-023-1/+135
* test178: adjust for hyperDaniel Stenberg2021-05-291-0/+10
* docs: use --max-redirs instead of --max-redirViktor Szakats2021-05-261-2/+2
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-242-1/+52
* 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: Fix some tag matching issues in a number of testsDan Fandrich2021-05-128-10/+7
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-082-1/+91