aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-18test1541: threaded connection sharingDaniel Stenberg
2019-03-09test331: verify set-cookie for dotless host nameDaniel Stenberg
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-03-03alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-01-12Merge tag 'curl-7_63_0'ng0
2019-01-10test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg
2019-01-10xattr: strip credentials from any URL that is storedDaniel Stenberg
2019-01-10cookies: allow secure override when done over HTTPSDaniel Stenberg
2019-01-09cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
2018-12-27hostip: support wildcard hostsClaes Jakobsson
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
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-10Merge tag 'curl-7_62_0'Nils Gillmann
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-11Merge tag 'curl-7_61_1'Nils Gillmann
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-08-05Merge tag 'curl-7_61_0'Nils Gillmann
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