summaryrefslogtreecommitdiff
path: root/tests/data/test2010
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
* curl: show headers in boldDaniel Stenberg2018-05-211-2/+2
| | | | | | | | | | | | | | | | | | The feature is only enabled if the output is believed to be a tty. -J: There's some minor differences and improvements in -J handling, as now J should work with -i and it actually creates a file first using the initial name and then *renames* that to the one found in Content-Disposition (if any). -i: only shows headers for HTTP transfers now (as documented). Previously it would also show for pieces of the transfer that were HTTP (for example when doing FTP over a HTTP proxy). -i: now shows trailers as well. Previously they were not shown at all. --libcurl: the CURLOPT_HEADER is no longer set, as the header output is now done in the header callback.
* 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: Enable test2010 and fixed hash valueTatsuhiro Tsujikawa2012-06-221-1/+1
|
* tests: add six Metalink test casesYang Tse2012-06-211-0/+102