summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-1/+14
* test1541: remove since it is a known bugDaniel Stenberg2020-09-062-35/+1
* tests: remove pipelining testsDaniel Stenberg2020-09-069-582/+17
* tests: Add tests for new --helpEmil Engler2020-09-045-1/+203
* test971: show test mismatches "inline"Daniel Stenberg2020-09-021-0/+5
* tests: add test1912 with typechecksJeroen Ooms2020-08-281-0/+32
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-273-2/+32
* curl: add --output-dirDaniel Stenberg2020-08-246-2/+310
* curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg2020-08-242-1/+60
* etag: save and use the full received contentsDaniel Stenberg2020-08-248-10/+72
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-244-4/+5
* test1140: compare stdoutDaniel Stenberg2020-08-151-0/+6
* TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg2020-08-082-2/+2
* runtests: move the TELNET server to a dynamic portDaniel Stenberg2020-08-061-1/+1
* runtests: support dynamicly base64 encoded sections in testsDaniel Stenberg2020-08-0412-80/+19
* test1908: treat file as textMarcel Raad2020-08-031-1/+1
* TrackMemory tests: ignore realloc and free in getenv.cMarcel Raad2020-08-032-0/+4
* multi_remove_handle: close unused connect-only connectionsMarc Aldorasi2020-08-011-0/+6
* url: fix CURLU and location followingJay Satiro2020-07-302-1/+74
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-272-1/+58
* test1139: make it display the difference on test failuresbagder/test1119Daniel Stenberg2020-07-141-2/+8
* test1119: verify stdout in the testDaniel Stenberg2020-07-141-0/+6
* curl: add %{method} to the -w variablesDaniel Stenberg2020-07-143-2/+90
* content_encoding: add zstd decoding supportGilles Vollant2020-07-123-1/+401
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-122-1/+58
* ftpserver: don't verify SMTP MAIL FROM namesDaniel Stenberg2020-07-033-0/+9
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-282-1/+61
* test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg2020-06-262-7/+49
* tests: verify newline in username and password for HTTPDaniel Stenberg2020-06-253-1/+126
* test543: extended to verify zero length inputDaniel Stenberg2020-06-251-0/+2
* test1460: verify that -Ji is not okDaniel Stenberg2020-06-222-1/+65
* test1179: verify error message for non-existing cmdline optionDaniel Stenberg2020-06-182-1/+44
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-102-3/+3
* tests: add two simple tests for --login-optionsDaniel Stenberg2020-06-083-6/+94
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-022-1/+98
* test970: make it require proxy supportDaniel Stenberg2020-06-021-0/+1
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-305-3/+9
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-4/+1
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-252-0/+56
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-232-4/+4
* test1632: verify FTP through HTTPS-proxy with connection re-useDaniel Stenberg2020-05-152-1/+106
* test1631: verify FTP download through HTTPS-proxyDaniel Stenberg2020-05-152-1/+88
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-142-0/+79
* tests: add https-proxy support to the test suiteDaniel Stenberg2020-05-142-0/+58
* docs/options-in-versions: which version added each cmdline optionDaniel Stenberg2020-05-132-1/+26
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-122-1/+66
* test1238: avoid tftpd being busy for tests shortly followingMarc Hoersken2020-05-111-0/+8
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-062-4/+0
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-1/+0