summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-1/+2
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-272-1/+154
* urlapi: question mark within fragment is still fragmentDaniel Stenberg2019-09-241-0/+20
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-0/+23
* urlapi: verify the IPv6 numerical addressDaniel Stenberg2019-09-101-0/+4
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-072-1/+74
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-142-1/+83
* test1521: adapt to SLISTPOINTDaniel Stenberg2019-06-251-12/+4
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-182-1/+86
* build: fix Codacy warningsMarcel Raad2019-06-056-28/+21
* lib1560: add tests for parsing URL with too long schemeDaniel Stenberg2019-05-201-0/+18
* urlapi: require a non-zero host name length when parsing URLDaniel Stenberg2019-05-141-0/+3
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-121-2/+2
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-0/+38
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-1/+120
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-292-2/+82
* tests: Run global cleanup at end of testsDaniel Gustafsson2019-04-153-0/+3
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-131-29/+67
* test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg2019-04-112-1/+76
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+3
* lib557: initialize variablesMarcel Raad2019-04-111-7/+7
* lib509: add missing include for strdupMarcel Raad2019-04-111-0/+2
* test: urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski2019-04-071-0/+4
* pipelining: removedDaniel Stenberg2019-04-062-147/+1
* test1541: threaded connection sharingDaniel Stenberg2019-03-182-1/+156
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* tests: fix multiple may be used uninitialized warningsDaniel Stenberg2019-03-055-10/+12
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-042-0/+80
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-272-1/+98
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-191-62/+42
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-141-9/+9
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-102-0/+69
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-072-1/+124
* printf: fix format specifiersRikard Falkeborn2019-01-041-1/+1
* libtest/stub_gssapi: use "real" snprintfDaniel Stenberg2019-01-031-7/+6
* http: minor whitespace cleanup from f464535bDaniel Stenberg2018-12-141-1/+0
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-143-0/+112
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-122-1/+78
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2320-115/+121
* setopt: add CURLOPT_CURLUJim Fuller2018-11-092-1/+81
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+1
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-061-0/+14
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-3/+0
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-0/+3
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-031-0/+9
* CMake: suppress MSVC warning C4127 for libtestMarcel Raad2018-10-051-0/+4
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-281-2/+2
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+3