summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-03-245-2/+6
* tests: Fix some incorrect precheck error messages.Dan Fandrich2019-03-245-5/+5
* test1541: threaded connection sharingDaniel Stenberg2019-03-184-2/+189
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-143-6/+21
* fuzzer: Only clone the latest fuzzer code, for speed.Dan Fandrich2019-03-141-1/+1
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-142-43/+3
* http: send payload when (proxy) authentication is doneMarc Schlatter2019-03-131-2/+3
* test331: verify set-cookie for dotless host nameDaniel Stenberg2019-03-092-1/+66
* Revert "cookies: extend domain checks to non psl builds"Daniel Stenberg2019-03-091-1/+0
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* tests: fix multiple may be used uninitialized warningsDaniel Stenberg2019-03-056-12/+14
* multi: support verbose conncache closure handleJay Satiro2019-03-051-0/+4
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-045-2/+137
* alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg2019-03-033-1/+127
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-036-2/+197
* test578: make it read data from the correct testDaniel Stenberg2019-02-281-1/+1
* 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