summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* cookies: only save the cookie file if the engine is enabledbagder/cookies-save-only-if-enabledDaniel Stenberg2019-02-271-1/+1
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-101-2/+1
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-101-1/+1
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-101-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-1/+1
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-071-3/+3
* hostip: support wildcard hostsClaes Jakobsson2018-12-271-1/+1
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-1/+2
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+1
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-1/+1
* test1519: use lib1518 and test CURLINFO_REDIRECT_URL moreDaniel Stenberg2018-12-121-3/+1
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-1/+1
* tests: add urlapi unittestDaniel Gustafsson2018-12-111-1/+1
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-1/+1
* test329: verify cookie max-age=0 immediate expiryDaniel Stenberg2018-12-091-1/+1
* test328: verify Content-Encoding: noneDaniel Stenberg2018-11-281-1/+1
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-231-1/+1
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-1/+1
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-071-1/+1
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-061-1/+1
* infof: clearly indicate truncationDaniel Gustafsson2018-11-031-1/+1
* Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg2018-11-021-1/+1
* test2080: verify the fix for CVE-2018-16842Daniel Stenberg2018-10-301-4/+2
* test1651: unit test Curl_extract_certinfo()Daniel Stenberg2018-10-271-1/+1
* URL-APIDaniel Stenberg2018-09-081-0/+2
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+1
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-061-0/+4
* tests: add unit tests for url.cJim Fuller2018-09-051-1/+1
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-151-0/+1
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-141-1/+1
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-1/+1
* Split non-portable part off test 1133Marcel Raad2018-08-111-1/+1
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-111-1/+1
* test1157: test -H from empty fileDaniel Stenberg2018-07-281-1/+1
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-231-1/+1
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-161-0/+2
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-011-1/+1
* option: disallow username in URLBjörn Stenberg2018-05-311-1/+1
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-241-0/+1
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-221-1/+1
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-131-1/+1
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-1/+3
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+1
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-1/+1
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-151-1/+1
* FTP: reject path components with control codesDaniel Stenberg2018-03-121-0/+3
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-1/+2
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-041-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-1/+1
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-1/+1