summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-152-1/+36
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-152-1/+82
* test179: use consistent header line endingsDaniel Stenberg2021-01-081-1/+1
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-064-5/+73
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-061-0/+2
* test66: disable with HyperDaniel Stenberg2021-01-051-0/+3
* test1633: set appropriate nameDaniel Stenberg2021-01-041-4/+4
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-022-2/+89
* misc: assorted typo fixesXhmikosR2020-12-261-1/+1
* test: verify new --write-out variablesDaniel Stenberg2020-12-213-2/+51
* test970: adapted to the new internal order of variablesDaniel Stenberg2020-12-211-1/+1
* tests: add very simple AWS HTTP v4 Signature testMatthias Gatto2020-12-212-1/+70
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-212-0/+2
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-185-2/+121
* tests: updated tests for HyperDaniel Stenberg2020-12-1810-5/+73
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-2/+17
* test1198/9: add two mqtt publish tests without payload lengthsDaniel Stenberg2020-12-173-1/+110
* test1272: fix line endingDaniel Stenberg2020-12-151-1/+1