aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-09-24urlapi: question mark within fragment is still fragmentDaniel Stenberg
2019-09-19urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser
2019-09-10urlapi: verify the IPv6 numerical addressDaniel Stenberg
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-06-25test1521: adapt to SLISTPOINTDaniel Stenberg
2019-06-18test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg
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