summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-131-1/+1
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-131-0/+2
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-131-1/+1
* curl: stop retry if Retry-After: is longer than allowedDaniel Stenberg2021-09-061-1/+1
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-021-1/+1
* test365: verify response with chunked AND Content-Length headersDaniel Stenberg2021-08-311-1/+1
* http: consider cookies over localhost to be secureDaniel Stenberg2021-08-101-1/+1
* test677: IMAP CONNECT_ONLY, custom command and then exitDaniel Stenberg2021-06-241-1/+1
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-131-1/+1
* mqtt: add support for username and passwordGealber Morales2021-06-121-0/+3
* test644: remove as duplicate of test 587Daniel Stenberg2021-06-081-1/+1
* metalink: removeDaniel Stenberg2021-06-071-3/+3
* tests/data/Makefile.inc: error: trailing backslash on last lineDaniel Stenberg2021-06-041-1/+1
* url: bad CURLOPT_CONNECT_TO syntax now returns errorAlexis Vachette2021-06-041-5/+1
* hostip: bad CURLOPT_RESOLVE syntax now returns errorAlexis Vachette2021-06-031-1/+3
* mqtt: detect illegal and too large file sizeHarry Sintonen2021-06-021-1/+3
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-1/+1
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-1/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-1/+1
* bufref: buffer reference supportPatrick Monnerat2021-04-221-1/+1
* test972: verify the json output with jsonlintbagder/test-jsonDaniel Stenberg2021-04-171-0/+1
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-141-1/+1
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-051-0/+1
* file: support GETing directories againLuke Granger-Brown2021-04-051-1/+2
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-281-1/+1
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-171-1/+2
* FTP: allow SIZE to fail when doing (resumed) uploadDaniel Stenberg2021-03-111-1/+1
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-1/+1
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* curl: add --fail-with-bodyDaniel Stenberg2021-02-111-3/+4
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* file: Support unicode urls on windowsStephan Szabo2021-02-091-1/+1
* runtests.pl: add %TESTNUMBER variable to make copying tests more convenientFabian Keil2021-02-091-1/+1
* runtests.pl: add an -E option to specify an exclude fileFabian Keil2021-02-091-1/+1
* runtests.pl: add -L parameter to require additional perl librariesFabian Keil2021-02-091-1/+1
* ftp: avoid SIZE when asking for a TYPE A fileDaniel Stenberg2021-02-041-1/+1
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-1/+1
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-201-1/+1
* Add test1181: Proxy request with --proxy-header "Connection: Keep-Alive"Fabian Keil2021-01-191-1/+1
* Add test1180: Proxy request with -H "Proxy-Connection: Keep-Alive"Fabian Keil2021-01-191-1/+1
* test410: verify HTTPS GET with a 49K request headerDaniel Stenberg2021-01-181-1/+1
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-151-1/+3
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-151-1/+1
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-061-1/+1
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-021-2/+2
* test: verify new --write-out variablesDaniel Stenberg2020-12-211-0/+2
* tests: add very simple AWS HTTP v4 Signature testMatthias Gatto2020-12-211-1/+1
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-181-0/+1
* test1198/9: add two mqtt publish tests without payload lengthsDaniel Stenberg2020-12-171-1/+1