aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
AgeCommit message (Expand)Author
2018-09-08URL-APIDaniel Stenberg
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-06tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2017-11-09test1554: verify connection cache sharingDaniel Stenberg
2017-10-24libtest: Add required test libraries for lib1552 and lib1553Paul Howarth
2017-10-20test653: check reuse of easy handle after mime data changePatrick Monnerat
2017-10-19test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat
2017-10-13test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-10-06multi_cleanup: call DONE on handles that never got thatDaniel Stenberg
2017-09-07form API: add new test 650.Patrick Monnerat
2017-09-02mime: tests and examples.Patrick Monnerat
2017-07-03url: make the original string get used on subsequent transfersDaniel Stenberg
2017-06-30test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich
2017-06-23libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg
2017-06-19PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-05test1521: test *all* curl_easy_setopt optionsDaniel Stenberg
2017-06-02test1538: verify the libcurl strerror API callsDaniel Stenberg
2017-06-02test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg
2017-05-04test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg
2017-04-03include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg
2017-03-28pause: handle mixed types of data when pausedDaniel Stenberg
2016-11-26tests: Add some testcases for recent new features.Frank Gevaerts
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-04-20tests: added test1517Karlson2k
2015-06-23test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg
2015-06-09CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg
2015-01-07tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg
2014-12-28test556: Fixed compilation warningSteve Holme
2014-12-28tests: Added test for bug #1456Steve Holme
2014-07-24libtest: fixed duplicated line in MakefileSergey Nikulov
2014-04-04PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-02-06tests: add test for bug #1303 (dns cache timeout)Romulo A. Ceccon
2014-01-20test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil
2014-01-03test1513: added - verify early progress callback return failDaniel Stenberg
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-04-22tests: add test1511 to check timecond clean-upAlessandro Ghedini
2013-04-15Add extra libs for lib1900 and lib2033 test programsPaul Howarth
2013-04-04easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing