aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2007
AgeCommit message (Collapse)Author
2020-04-18tests: make 2006-2010 handle different port number lengthsDaniel Stenberg
2020-01-21curl: Let -D merge headers in one file againEmil Engler
Closes #4762 Fixes #4753
2019-10-16tests: line ending fixes for WindowsMarcel Raad
Mark some files as text. Closes https://github.com/curl/curl/pull/4490
2019-07-20curl: support parallel transfersDaniel Stenberg
This is done by making sure each individual transfer is first added to a linked list as then they can be performed serially, or at will, in parallel. Closes #3804
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...) work for FILE in the callbacks. Makes "curl -i file://.." and "curl -I file://.." work like before again. Applied the bold header logic to them too. Regression from c1c2762 (7.61.0) Reported-by: Shaun Jackman Fixes #3083 Closes #3101
2012-09-17metalink tests: Updated expected output to include hash nameMarc Hoersken
2012-06-29test2005 to test2016: improve failure detectionYang Tse
2012-06-27tests: update Metalink message formatYang Tse
2012-06-21tests: add six Metalink test casesYang Tse