summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* test1272: test gophersDaniel Stenberg2020-12-152-1/+41
* test1564/1565: require the 'wakeup' feature to runDaniel Stenberg2020-12-112-0/+6
* tests: make --libcurl tests only test FTP options if ftp enabledDaniel Stenberg2020-12-116-0/+10
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-0710-0/+9
* urlapi: don't accept blank port number field without schemeDaniel Stenberg2020-12-071-1/+1
* test506: make it not run in c-ares buildsDaniel Stenberg2020-11-261-2/+3
* test493: verify --hsts upgrade and that %{url_effective} reflects thatDaniel Stenberg2020-11-062-1/+62
* curl.se: new homeDaniel Stenberg2020-11-0437-38/+38
* hsts: add read/write callbacksDaniel Stenberg2020-11-032-1/+51
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-032-0/+82
* tests: fix some http/2 tests for older versions of nghttpxJay Satiro2020-10-295-11/+5
* tool_help: make "output" description less confusingEmil Engler2020-10-241-1/+1
* test122[12]: remove these two testsDaniel Stenberg2020-10-153-107/+1
* runtests: add %repeat[]% for test filesDaniel Stenberg2020-10-048-18/+18
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-02619-2002/+847
* test1465: verify --libcurl with binary POST dataDaniel Stenberg2020-10-022-1/+1
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg2020-09-262-1/+62
* test163[12]: require http to be built-in to runDaniel Stenberg2020-09-252-0/+2
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-242-4/+0
* tests/data: Fix some mismatched XML tags in test casesDan Fandrich2020-09-234-6/+1
* test1297: verify GOT_NOTHING with http proxy tunnelDaniel Stenberg2020-09-222-35/+97
* test3015: verify stdout "as text"Daniel Stenberg2020-09-151-1/+1
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-155-3/+140
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-1413-6/+97
* test434: test -K use in a single line without newlineDaniel Stenberg2020-09-142-1/+49