summaryrefslogtreecommitdiff
path: root/tests/data/test2009
Commit message (Collapse)AuthorAgeFilesLines
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+1
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests: make 2006-2010 handle different port number lengthsDaniel Stenberg2020-04-181-1/+4
|
* curl: Let -D merge headers in one file againEmil Engler2020-01-211-0/+4
| | | | | Closes #4762 Fixes #4753
* tests: line ending fixes for WindowsMarcel Raad2019-10-161-1/+1
| | | | | | Mark some files as text. Closes https://github.com/curl/curl/pull/4490
* curl: support parallel transfersDaniel Stenberg2019-07-201-4/+0
| | | | | | | | 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
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-0/+8
| | | | | | | | | | | | | | | 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
* metalink tests: Updated expected output to include hash nameMarc Hoersken2012-09-171-1/+1
|
* test2005 to test2016: improve failure detectionYang Tse2012-06-291-1/+1
|
* tests: update Metalink message formatYang Tse2012-06-271-3/+6
|
* tests: add six Metalink test casesYang Tse2012-06-211-0/+103