Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | tests: strip more options from non-HTTP --libcurl tests | Dan Fandrich | |
The CURLOPT_USERAGENT and CURLOPT_MAXREDIRS options are only set if HTTP support is available, so ignore them in tests where HTTP is not guaranteed. | |||
2017-03-12 | tests: clear the SSL_CERT_FILE variable on --libcurl tests | Dan Fandrich | |
Otherwise, the contents will end up in the output and fail the verification. | |||
2016-10-18 | test14xx: fixed --libcurl output tests again after 8e8afa82cbb | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-12-13 | curl: use 2TLS by default | Daniel Stenberg | |
Make this the default for the curl tool (if built with HTTP/2 powers enabled) unless a specific HTTP version is requested on the command line. This should allow more users to get HTTP/2 powers without having to change anything. | |||
2014-09-07 | test1420: Removed unnecessary CURLOPT setting | Steve Holme | |
2014-09-07 | tests: Added more "Clear Text" authentication keywords | Steve Holme | |
2014-09-07 | tests: Added --libcurl for IMAP test case | Steve Holme | |