summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-274-2/+159
* runtests: detect "schannel" as an alias for "winssl"Daniel Stenberg2019-02-261-15/+3
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-02-2115-11/+13
* curl: remove MANUAL from -M outputDaniel Stenberg2019-02-201-1/+1
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-192-63/+42
* unit1651: survive curl_easy_init() failsDaniel Stenberg2019-02-191-1/+3
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-171-0/+20
* unit1307: just fail without FTP supportMarcel Raad2019-02-151-9/+22
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-141-9/+9
* unit1307: require FTP supportMarcel Raad2019-02-131-0/+1
* tests: add stderr comparison to the test suiteFrank Gevaerts2019-02-113-5/+54
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-111-0/+2
* cleanup: make local functions staticDaniel Stenberg2019-02-103-7/+18
* runtests.pl: Fix perl call to include srcdirLadar Levison2019-02-041-1/+1
* unit1653: make it survive torture testsDaniel Stenberg2019-01-281-16/+63
* tests: move objnames-* from lib into testsDaniel Stenberg2019-01-156-10/+552
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-4/+4
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-104-2/+120
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-104-2/+122
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-102-1/+73
* test1561: improve test nameDaniel Stenberg2019-01-091-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-092-1/+91
* tests: allow tests to pass by 2037-02-12Bernhard M. Wiedemann2019-01-088-23/+23
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-074-4/+164
* printf: fix format specifiersRikard Falkeborn2019-01-042-8/+8
* libtest/stub_gssapi: use "real" snprintfDaniel Stenberg2019-01-031-7/+6
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-0137-145/+145
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-301-0/+8
* hostip: support wildcard hostsClaes Jakobsson2018-12-272-1/+57
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-2118-8/+71
* cookies: extend domain checks to non psl buildsDaniel Gustafsson2018-12-191-0/+1
* http: minor whitespace cleanup from f464535bDaniel Stenberg2018-12-141-1/+0
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-146-1/+197
* test1201: Add a trailing `?' to the selectorLeonardo Taccari2018-12-131-2/+2
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-135-22/+89
* urlapi: Fix port parsing of eol colonDaniel Gustafsson2018-12-121-0/+8
* test1519: use lib1518 and test CURLINFO_REDIRECT_URL moreDaniel Stenberg2018-12-122-3/+63
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-124-2/+141
* tests: add urlapi unittestDaniel Gustafsson2018-12-114-2/+157
* http: fix HTTP auth to include query in URIJay Satiro2018-12-112-1/+76
* test329: verify cookie max-age=0 immediate expiryDaniel Stenberg2018-12-092-1/+71
* test328: verify Content-Encoding: noneDaniel Stenberg2018-11-282-1/+56
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-233-2/+79
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2331-201/+212
* test: update test20/1322 for eglibc bug workaroundTobias Hintze2018-11-222-2/+2
* impacket: add LICENSEDaniel Stenberg2018-11-191-0/+84
* tests: disable SO_EXCLUSIVEADDRUSE for stunnel on WindowsMarc Hoersken2018-11-151-0/+5
* setopt: add CURLOPT_CURLUJim Fuller2018-11-094-2/+132
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-072-1/+63