summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-06test493: verify --hsts upgrade and that %{url_effective} reflects thatDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add read/write callbacksDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-10-15test122[12]: remove these two testsDaniel Stenberg
2020-10-02test1465: verify --libcurl with binary POST dataDaniel Stenberg
2020-09-26ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg
2020-09-22test1297: verify GOT_NOTHING with http proxy tunnelDaniel Stenberg
2020-09-15tool_writeout: add new writeout variable, %{num_headers}anio
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-09-14ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg
2020-09-14test434: test -K use in a single line without newlineDaniel Stenberg
2020-09-12tests: add test1912 to the distDaniel Stenberg
2020-09-06test1541: remove since it is a known bugDaniel Stenberg
2020-09-06tests: remove pipelining testsDaniel Stenberg
2020-09-04tests: Add tests for new --helpEmil Engler
2020-08-27options: API for meta-data about easy optionsDaniel Stenberg
2020-08-24curl: add --output-dirDaniel Stenberg
2020-08-24curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg
2020-08-24etag: save and use the full received contentsDaniel Stenberg
2020-07-30url: fix CURLU and location followingJay Satiro
2020-07-27getinfo: reset retry-after value in initinfoNicolas Sterchele
2020-07-14curl: add %{method} to the -w variablesDaniel Stenberg
2020-07-12content_encoding: add zstd decoding supportGilles Vollant
2020-07-12transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg
2020-06-28http: fix proxy auth with blank passwordDaniel Stenberg
2020-06-26test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg
2020-06-25tests: verify newline in username and password for HTTPDaniel Stenberg
2020-06-22test1460: verify that -Ji is not okDaniel Stenberg
2020-06-18test1179: verify error message for non-existing cmdline optionDaniel Stenberg
2020-06-08tests: add two simple tests for --login-optionsDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-05-25url: accept "any length" credentials for proxy authDaniel Stenberg
2020-05-15test1632: verify FTP through HTTPS-proxy with connection re-useDaniel Stenberg
2020-05-15test1631: verify FTP download through HTTPS-proxyDaniel Stenberg
2020-05-14url: make the updated credentials URL-encoded in the URLDaniel Stenberg
2020-05-14tests: add https-proxy support to the test suiteDaniel Stenberg
2020-05-13docs/options-in-versions: which version added each cmdline optionDaniel Stenberg
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-22transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro
2020-04-20mqtt: improve the state machineDaniel Stenberg
2020-04-20add more alt-svc test coveragexquery
2020-04-19mime: properly check Content-Type even if it has parametersPatrick Monnerat
2020-04-14tests: add four MQTT tests 1190 - 1193Daniel Stenberg
2020-04-08tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg
2020-04-05test1566: verify --etag-compare that gets a 304 backDaniel Stenberg
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi