aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
AgeCommit message (Expand)Author
2010-11-05test: remove test 580Daniel Stenberg
2010-11-02Added mk580.pl to the tar ballDan Fandrich
2010-09-11Link curl and the test apps with -lrt explicitly when necessaryDan Fandrich
2010-08-09build: don't build libhostname unless shared libcurl is builtYang Tse
2010-08-08build: libhostname linkage adjustments followupYang Tse
2010-08-06build: ensure that libhostname doesn't get installedYang Tse
2010-07-30NTLM tests: boost coverage by forcing the hostnameKamil Dudka
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2009-11-05I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-06-06Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-04-07and include the .inc files in the release tarballs...Daniel Stenberg
2009-04-07Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil
2008-11-11Added test case 560:Daniel Stenberg
2008-10-28fix test # 558 and 559 CFLAGSYang Tse
2008-10-27test #558 tests internal hash create/destroyYang Tse
2008-10-26test #558 verifies loop operation using malloc() and free()Yang Tse
2008-08-18Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-07-15add comment for include pathsYang Tse
2008-07-07- Scott Barrett provided a test case for a segfault in the FTP code and theDaniel Stenberg
2008-05-13Added test case 556 that uses curl_easy_send() and curl_easy_recv()Daniel Stenberg
2008-04-25tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse
2008-04-18test 1001 needs a small delay between client part execution and testYang Tse
2008-04-16Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg
2008-03-31- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg
2008-02-20- We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg
2008-02-08Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich
2008-01-21undo using internal *printf() clones for test #530Yang Tse
2008-01-20use internal *printf() clones since snprintf() not available on all platformsYang Tse
2008-01-16Added test 553. This test case and code is based on the bug recipe Joe MalickiDaniel Stenberg
2007-12-26In an attempt to repeat the problem in bug report #1850730Daniel Stenberg
2007-12-08add test 549 and 550Daniel Stenberg
2007-12-05added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
2007-09-30Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg
2007-09-26Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg
2007-09-11Daniel S (12 September 2007)Daniel Stenberg
2007-08-13Removed redundant dependency linesDan Fandrich
2007-07-14Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich
2007-04-30Improved the test harness to allow running test servers on other thanDan Fandrich
2007-04-03try not to link with unneeded libs, avoiding global LDADDYang Tse
2007-02-09Include both testutil.c and testutil.h, and not just testutil.c, in theYang Tse
2007-02-09Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse
2007-01-29the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg