summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* test1554: verify connection cache sharingDaniel Stenberg2017-11-091-1/+4
* libtest: Add required test libraries for lib1552 and lib1553Paul Howarth2017-10-241-0/+2
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-201-1/+4
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-191-1/+4
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-131-1/+4
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-071-1/+4
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-1/+4
* form API: add new test 650.Patrick Monnerat2017-09-071-1/+4
* mime: tests and examples.Patrick Monnerat2017-09-021-1/+14
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-1/+4
* test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich2017-06-301-1/+1
* libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg2017-06-231-4/+0
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-191-0/+8
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-5/+1
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-051-1/+4
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-021-1/+5
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-021-1/+5
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-041-1/+4
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-1/+5
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-0/+5
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-261-1/+9
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-2/+6
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+5
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-1/+5
* tests: added test1517Karlson2k2016-04-201-1/+4
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-231-1/+5
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-091-1/+5
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-071-1/+5
* test556: Fixed compilation warningSteve Holme2014-12-281-1/+1
* tests: Added test for bug #1456Steve Holme2014-12-281-0/+4
* libtest: fixed duplicated line in MakefileSergey Nikulov2014-07-241-1/+0
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-041-1/+5
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-1/+15
* tests: add test for bug #1303 (dns cache timeout)Romulo A. Ceccon2014-02-061-1/+5
* test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil2014-01-201-1/+5
* test1513: added - verify early progress callback return failDaniel Stenberg2014-01-031-1/+5
* global dns cache: didn't work [regression]Daniel Stenberg2013-08-081-1/+5
* tests: add test1511 to check timecond clean-upAlessandro Ghedini2013-04-221-1/+5
* Add extra libs for lib1900 and lib2033 test programsPaul Howarth2013-04-151-0/+2
* easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing2013-04-041-1/+5
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-0/+5
* tests: add #96 #558 and #1330Yang Tse2013-03-151-15/+15
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-1/+9
* test509: libcurl initialization with memory callbacks and actual usageYang Tse2013-03-131-1/+4
* Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing2013-02-101-1/+5
* DONE: consider callback-aborted transfers prematureDaniel Stenberg2013-02-081-1/+5
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-051-1/+5
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-2/+2
* build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse2013-01-151-1/+70
* tests/libtest/Makefile.inc: sort build targetsYang Tse2013-01-151-24/+27