summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
...
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-052-1/+60
* tests: ignore case of chunked hex numbers in testsDavid Cook2021-05-0411-0/+56
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-031-1/+2
* bufref: buffer reference supportPatrick Monnerat2021-04-222-1/+23
* test1660: check the created HSTS file as text modeDaniel Stenberg2021-04-211-1/+1
* test 493: require https in curl to runDaniel Stenberg2021-04-201-0/+1
* hsts: enable by defaultDaniel Stenberg2021-04-191-0/+1
* test972: verify the json output with jsonlintbagder/test-jsonDaniel Stenberg2021-04-172-0/+66
* tool_writeout: fix the HTTP_CODE json outputJay Satiro2021-04-171-1/+1
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866Victor Vieux2021-04-151-2/+2
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-142-1/+84
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-0930-38/+38
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-052-0/+60
* file: support GETing directories againLuke Granger-Brown2021-04-052-1/+36
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-282-1/+67
* http: strip default port from URL sent to proxyDaniel Stenberg2021-03-231-1/+1
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191292-4389/+4386
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-173-4/+84
* test220/314: adjust to run with HyperDaniel Stenberg2021-03-112-0/+16
* test306: make it not run with HyperDaniel Stenberg2021-03-111-0/+1
* test304: header CRLF cleanup to work with HyperDaniel Stenberg2021-03-111-1/+1
* FTP: allow SIZE to fail when doing (resumed) uploadDaniel Stenberg2021-03-112-1/+52
* tool_help: Increase space between option and descriptionJay Satiro2021-02-283-9/+9
* cookies: Support multiple -b parametersDaniel Gustafsson2021-02-252-4/+8
* test1188: Check for --fail HTTP statusJay Satiro2021-02-201-6/+15
* http: add support to read and store the referrer headerViktor Szakats2021-02-192-2/+5
* test1188: change error from connect to resolve errorDaniel Stenberg2021-02-181-2/+2
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-133-4/+61
* test433: clear some home dir env variablesDaniel Stenberg2021-02-121-0/+2
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-122-1/+58
* curl: add --fail-with-bodyDaniel Stenberg2021-02-115-3/+128
* tests: Fix tests failing due to change in curl --helpJay Satiro2021-02-102-2/+2
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-092-1/+74
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-092-1/+74
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-091-1/+1
* file: Support unicode urls on windowsStephan Szabo2021-02-092-1/+46
* runtests.pl: add %TESTNUMBER variable to make copying tests more convenientFabian Keil2021-02-092-1/+49
* runtests.pl: add an -E option to specify an exclude fileFabian Keil2021-02-093-1/+41
* runtests.pl: add -L parameter to require additional perl librariesFabian Keil2021-02-092-1/+36
* tests: fixup several testsFabian Keil2021-02-09429-777/+785
* ftp: avoid SIZE when asking for a TYPE A fileDaniel Stenberg2021-02-048-62/+5
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-305-5/+212
* tool_writeout: make %{errormsg} blank for no errorsDaniel Stenberg2021-01-281-1/+1
* test410: fix for windowsJay Satiro2021-01-251-1/+4
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-1/+1
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-202-1/+54
* Add test1181: Proxy request with --proxy-header "Connection: Keep-Alive"Fabian Keil2021-01-192-1/+49
* Add test1180: Proxy request with -H "Proxy-Connection: Keep-Alive"Fabian Keil2021-01-192-1/+49
* test410: verify HTTPS GET with a 49K request headerDaniel Stenberg2021-01-182-1/+53
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-0/+1