summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-051-1/+1
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-031-1/+1
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-021-0/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-1/+1
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-271-1/+1
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-151-1/+1
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-131-1/+1
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-161-1/+1
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+1
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-3/+4
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-011-1/+2
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-301-1/+1
* test1173: detect some basic man page format mistakesDaniel Stenberg2019-07-151-1/+1
* libcurl: Add testcase for gopher redirectsLinos Giannopoulos2019-07-141-1/+1
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-1/+1
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-181-1/+1