summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* urlapi: strip off scope id from numerical IPv6 addressesbagder/parse-ipv6-scopeidDaniel Stenberg2019-05-021-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
* whitespace fixesViktor Szakats2018-09-2342-45/+2
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-211-0/+3
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-191-20/+20
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-1/+25
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* URL-APIDaniel Stenberg2018-09-083-0/+769
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-213-0/+51
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+4
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-112-1/+91
* lib1502: fix memory leak in torture testDaniel Stenberg2018-08-101-0/+2
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-2/+2