aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
AgeCommit message (Expand)Author
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
2013-03-27test1509: verify proxy header response headers countDaniel Stenberg
2013-03-15tests: add #96 #558 and #1330Yang Tse
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-03-13test509: libcurl initialization with memory callbacks and actual usageYang Tse
2013-02-10Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing
2013-02-08DONE: consider callback-aborted transfers prematureDaniel Stenberg
2013-02-05CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing
2013-01-20Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse
2013-01-15build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse
2013-01-15tests/libtest/Makefile.inc: sort build targetsYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-25test 1504 and 1505: same as 1502 but with different cleanup sequencesYang Tse
2012-12-23test 1503: same as 1502 but with a different cleanup sequenceYang Tse
2012-12-23test 1502: OOM handling fixesYang Tse
2012-12-05libtest: fix some compiler warningsYang Tse
2012-11-30build: prevent global LIBS from influencing libtest build targetsYang Tse
2012-11-28build: avoid linkage of directly unused librariesYang Tse
2012-11-18fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg