aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-20lib1560: add tests for parsing URL with too long schemeDaniel Stenberg
2019-05-14urlapi: require a non-zero host name length when parsing URLDaniel Stenberg
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
2019-05-05urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg
2019-05-03urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-15tests: Run global cleanup at end of testsDaniel Gustafsson
2019-04-13urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg
2019-04-11test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-04-11lib557: initialize variablesMarcel Raad
2019-04-11lib509: add missing include for strdupMarcel Raad
2019-04-07test: urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski
2019-04-06pipelining: removedDaniel Stenberg
2019-03-18test1541: threaded connection sharingDaniel Stenberg
2019-03-14makefile: make checksrc and hugefile commands "silent"Daniel Stenberg
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2019-03-05tests: fix multiple may be used uninitialized warningsDaniel Stenberg
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-14gssapi: fix deprecated header warningsDaniel Stenberg
2019-01-10test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
2019-01-04printf: fix format specifiersRikard Falkeborn
2019-01-03libtest/stub_gssapi: use "real" snprintfDaniel Stenberg
2018-12-14http: minor whitespace cleanup from f464535bDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-12Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-07urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-05Revert "url: a short host name + port is not a scheme"Daniel Stenberg
2018-11-03url: a short host name + port is not a schemeDaniel Stenberg
2018-11-03URL: fix IPv6 numeral address parserDaniel Stenberg
2018-10-05CMake: suppress MSVC warning C4127 for libtestMarcel Raad
2018-09-28cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov
2018-09-24Curl_dedotdotify(): always nul terminate returned string.Even Rouault
2018-09-23whitespace fixesViktor Szakats
2018-09-21urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg
2018-09-19urlapi: document the error codes, remove two unused onesDaniel Stenberg
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-15libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn
2018-09-08URL-APIDaniel Stenberg
2018-08-24lib1522: fix curl_easy_setopt argument typeMarcel Raad
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg