aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
AgeCommit message (Expand)Author
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
2012-11-08Fix compilation of lib1501Fabian Keil
2012-11-04FTP: prevent the multi interface from blockingDaniel Stenberg
2012-09-01Unit test for curl_multi_wait()Sara Golemon
2012-08-31NTLM: verify multiple connections workJoe Mason
2012-08-03Add tests of auth retriesJoe Mason
2012-04-01HTTP: reset expected DL/UL sizes on redirectsDaniel Stenberg
2012-03-22fix several compiler warningsYang Tse
2012-02-07curl_easy_reset: reset the referer stringDaniel Stenberg
2012-01-17tests: enable time tracing on tests 500, 573 and 585Yang Tse
2011-12-07multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun
2011-11-17libtest build: add the missing lib586Alejandro Alvarez Ayllon
2011-11-11Active mode FTP test cases with server not establishing data connectionYang Tse
2011-11-06test 590: verify the bug fix in 4851dafcf1Daniel Stenberg
2011-10-26test 589: active FTP upload using multi timeout and EPRT disabled serverYang Tse
2011-10-21multi tests: OOM handling fixesYang Tse
2011-10-16formdata: ack read callback abortDaniel Stenberg
2011-09-06test suite: libtest header inclusion cleanup - follow-upYang Tse
2011-06-01makefile: avoid preprocessor definition usage when linkingYang Tse
2011-05-26compiler warning: fixYang Tse
2011-05-18tests: verify OPEN/CLOSESOCKETFUNCTIONDaniel Stenberg
2011-03-13test583: verify early SSH multi remove handleDaniel Stenberg
2011-03-08sftp-multi: test 582 addedHenry Ludemann
2011-03-04Moved test 577 into the unit test framework as test 1307Dan Fandrich
2011-03-04Converted tests 558 & 559 to use the unit test framework as 1305Dan Fandrich
2011-01-03unittest: framework for unit-testingDaniel Stenberg
2010-11-05test: remove test 580Daniel Stenberg
2010-11-03Allow building test 580 out of treeDan Fandrich
2010-11-02test: added test 580 - verifies symbols-in-versionsDaniel Stenberg
2010-08-19test: added test 579 to verify progress callback for chunked postJulien Chaffraix
2010-08-16progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix