summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-2223-55/+55
* bufref: buffer reference supportPatrick Monnerat2021-04-224-3/+141
* test server: take care of siginterrupt() deprecationPatrick Monnerat2021-04-221-24/+42
* lib1564.c: enable last wakeup test part on WindowsMarc Hoersken2021-04-211-10/+1
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-212-2/+2
* cmake: make libcurl library output name configurableRalph Langendam2021-04-212-2/+2
* sws: #ifdef S_IFSOCK useDaniel Stenberg2021-04-211-0/+2
* urlapi: make sure no +/- signs are accepted in IPv4 numericalsDaniel Stenberg2021-04-211-0/+3
* 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
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-191-1/+14
* hsts: enable by defaultDaniel Stenberg2021-04-192-1/+2
* test972: verify the json output with jsonlintbagder/test-jsonDaniel Stenberg2021-04-173-1/+67
* 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
* configure: provide --with-openssl, deprecate --with-sslDaniel Stenberg2021-04-151-2/+2
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-144-2/+157
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-0930-38/+38
* configure: remove use of RETSIGTYPEMichael Forney2021-04-071-3/+3
* 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
* define: remove CURL_DISABLE_NTLM ifdefsbagder/disable-scan-improvementDaniel Stenberg2021-03-291-2/+2
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-282-1/+67
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-2712-12/+12
* tests/README.md: mentioned that en_US.UTF-8 is requiredDaniel Stenberg2021-03-261-0/+1
* http: strip default port from URL sent to proxyDaniel Stenberg2021-03-231-1/+1
* ftpserver: only load the preprocessed test fileDaniel Stenberg2021-03-191-12/+6
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191292-4389/+4386
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-174-21/+102
* gen.pl: quote "bare" minuses in the nroff curl.1Daniel Stenberg2021-03-141-5/+13
* 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
* configure: provide Largefile feature for curl-configDaniel Stenberg2021-03-111-2/+2
* lib1536: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* lib1537: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* runtests.pl: kill processes locking test log filesMarc Hoersken2021-03-012-7/+55
* pathhelp.pm: fix use of pwd -L in Msys environmentMarc Hoersken2021-03-011-3/+25
* 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
* 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