summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-021-1/+1
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-021-1/+1
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-021-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-021-1/+1
* mime: latch last read callback status.Patrick Monnerat2020-03-021-0/+1
* http: added 417 response treatmentDaniel Stenberg2020-02-261-1/+1
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-261-1/+1
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-261-1/+1
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-1/+1
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-261-1/+1
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-261-1/+1
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-261-0/+1
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-261-1/+1