summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-251-1/+1
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-241-1/+1
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-231-1/+1
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-221-1/+3
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-091-0/+1
* ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg2020-02-071-2/+1
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-1/+2
* curl: make #0 not output the full URLDaniel Stenberg2020-01-131-1/+1
* test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg2020-01-091-1/+2
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-061-1/+1
* curl: properly free mimepost dataDaniel Stenberg2020-01-041-2/+2
* test1270: a basic -w redirect_url testDaniel Stenberg2019-12-181-1/+1
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-051-1/+1
* curl: two new command line options for etagsMaros Priputen2019-11-281-2/+1
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-251-1/+1
* test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg2019-11-221-1/+1
* curl: fix -T globbingDaniel Stenberg2019-11-141-0/+2
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-1/+1
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-161-1/+1