summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: disable .curlrc in more environmentsViktor Szakats2021-02-111-0/+2
* 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
* server: remove redundant conditionMarcel Raad2021-02-102-2/+0
* mqttd: remove unused variableMarcel Raad2021-02-101-2/+0
* tests: reduce variable scopesMarcel Raad2021-02-102-7/+4
* 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-094-2/+124
* lib: use int type for more port variablesJay Satiro2021-02-092-2/+2
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-091-1/+1
* file: Support unicode urls on windowsStephan Szabo2021-02-094-1/+52
* tests/server: Bump MAX_TAG_LEN to 200Fabian Keil2021-02-091-1/+1
* tests/badsymbols.pl: when opening '$incdir' fails include it in the error mes...Fabian Keil2021-02-091-1/+1
* runtests.1: document -o, -P, -L, and -EFabian Keil2021-02-091-1/+22
* runtests.pl: add %TESTNUMBER variable to make copying tests more convenientFabian Keil2021-02-094-5/+56
* runtests.pl: add an -o option to change internal variablesFabian Keil2021-02-091-0/+10
* runtests.pl: cleanupsFabian Keil2021-02-091-27/+36
* runtests.pl: add an -E option to specify an exclude fileFabian Keil2021-02-094-1/+90
* runtests.pl: add -L parameter to require additional perl librariesFabian Keil2021-02-093-1/+42
* runtests.pl: add a -P option to specify an external proxyFabian Keil2021-02-091-0/+35
* tests: fixup several testsFabian Keil2021-02-09430-779/+787
* ftp: avoid SIZE when asking for a TYPE A fileDaniel Stenberg2021-02-048-62/+5
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-034-4/+4
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-3010-8/+409
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* 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
* runtests: preprocess DISABLED to allow conditionalsDaniel Stenberg2021-01-191-9/+19
* runtests: turn preprocessing into a separate functionDaniel Stenberg2021-01-191-73/+52
* 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-172-8/+4
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-154-2/+95
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-154-4/+102
* misc: fix typosFabian Keil2021-01-111-1/+1
* test179: use consistent header line endingsDaniel Stenberg2021-01-081-1/+1
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-064-5/+73
* global_init: debug builds allocates a byte in initDaniel Stenberg2021-01-061-0/+1
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-0616-50/+84
* 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-024-4/+143
* language: s/behaviour/behavior/gEmil Engler2021-01-024-6/+6
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-3018-21/+21