aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-13cookies: leave secure cookies aloneDaniel Gustafsson
2018-12-12test1519: use lib1518 and test CURLINFO_REDIRECT_URL moreDaniel Stenberg
2018-12-12Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg
2018-12-11tests: add urlapi unittestDaniel Gustafsson
2018-12-11http: fix HTTP auth to include query in URIJay Satiro
2018-12-09test329: verify cookie max-age=0 immediate expiryDaniel Stenberg
2018-11-28test328: verify Content-Encoding: noneDaniel Stenberg
2018-11-23cookies: create the cookiejar even if no cookies to saveDaniel Stenberg
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-03infof: clearly indicate truncationDaniel Gustafsson
2018-11-02Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg
2018-10-30test2080: verify the fix for CVE-2018-16842Daniel Stenberg
2018-10-27test1651: unit test Curl_extract_certinfo()Daniel Stenberg
2018-09-08URL-APIDaniel Stenberg
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-11Split non-portable part off test 1133Marcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-07-28test1157: test -H from empty fileDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-16multi: fix memory leak when stopped during name resolveDaniel Stenberg
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-05-13cookies: do not take cookie name as a parameterPatrick Monnerat
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-15transfer: make HTTP without headers count correct body sizeDaniel Stenberg
2018-03-12FTP: reject path components with control codesDaniel Stenberg
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-03-04NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-16test1154: verify that long HTTP headers get rejectedDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-02-13tests: new tests for http raw modePatrick Monnerat
2018-02-12smtp: fix processing of initial dot in dataPatrick Monnerat
2018-01-23test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat