summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLbagder/ftp-remote-disk-fullDaniel Stenberg2020-09-251-1/+1
* test1297: verify GOT_NOTHING with http proxy tunnelDaniel Stenberg2020-09-221-35/+31
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-151-1/+1
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-141-1/+1
* test434: test -K use in a single line without newlineDaniel Stenberg2020-09-141-1/+1
* tests: add test1912 to the distDaniel Stenberg2020-09-121-1/+1
* test1541: remove since it is a known bugDaniel Stenberg2020-09-061-1/+1
* tests: remove pipelining testsDaniel Stenberg2020-09-061-4/+4
* tests: Add tests for new --helpEmil Engler2020-09-041-1/+1
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-271-1/+1
* curl: add --output-dirDaniel Stenberg2020-08-241-2/+2
* curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg2020-08-241-1/+1
* etag: save and use the full received contentsDaniel Stenberg2020-08-241-1/+1
* url: fix CURLU and location followingJay Satiro2020-07-301-1/+1
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-271-1/+1
* curl: add %{method} to the -w variablesDaniel Stenberg2020-07-141-1/+1
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-1/+1
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-121-1/+1
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-281-1/+1
* test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg2020-06-261-7/+6
* tests: verify newline in username and password for HTTPDaniel Stenberg2020-06-251-1/+2
* test1460: verify that -Ji is not okDaniel Stenberg2020-06-221-1/+3
* test1179: verify error message for non-existing cmdline optionDaniel Stenberg2020-06-181-1/+1
* tests: add two simple tests for --login-optionsDaniel Stenberg2020-06-081-6/+6
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+1
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-251-0/+1
* test1632: verify FTP through HTTPS-proxy with connection re-useDaniel Stenberg2020-05-151-1/+1
* test1631: verify FTP download through HTTPS-proxyDaniel Stenberg2020-05-151-1/+1
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-141-0/+1
* tests: add https-proxy support to the test suiteDaniel Stenberg2020-05-141-0/+2
* docs/options-in-versions: which version added each cmdline optionDaniel Stenberg2020-05-131-1/+1
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-121-1/+1
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-221-1/+1
* mqtt: improve the state machineDaniel Stenberg2020-04-201-1/+1
* add more alt-svc test coveragexquery2020-04-201-1/+2
* mime: properly check Content-Type even if it has parametersPatrick Monnerat2020-04-191-1/+1
* tests: add four MQTT tests 1190 - 1193Daniel Stenberg2020-04-141-0/+2
* tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg2020-04-081-27/+26
* test1566: verify --etag-compare that gets a 304 backDaniel Stenberg2020-04-051-0/+1
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-051-1/+1
* test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg2020-03-291-1/+1
* tests: add test 430, 431 and 432 to verify the --config fixDaniel Stenberg2020-03-201-0/+2
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+1
* test 970: verify --write-out '%{json}'Daniel Stenberg2020-03-171-1/+1
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-1/+1
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-071-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-071-1/+1
* mime: latch last read callback status.Patrick Monnerat2020-03-071-0/+1
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-1/+1
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-021-1/+0