summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-05-301-2/+8
* and include the .inc files in the release tarballs...Daniel Stenberg2009-04-071-2/+3
* Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil2009-04-071-125/+2
* Added test case 560:Daniel Stenberg2008-11-111-1/+3
* fix test # 558 and 559 CFLAGSYang Tse2008-10-281-2/+2
* test #558 tests internal hash create/destroyYang Tse2008-10-271-1/+5
* test #558 verifies loop operation using malloc() and free()Yang Tse2008-10-261-1/+3
* Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse2008-08-181-1/+3
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-2/+4
* add comment for include pathsYang Tse2008-07-151-8/+10
* - Scott Barrett provided a test case for a segfault in the FTP code and theDaniel Stenberg2008-07-071-1/+4
* Added test case 556 that uses curl_easy_send() and curl_easy_recv()Daniel Stenberg2008-05-131-1/+3
* tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse2008-04-251-1/+1
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-181-1/+1
* Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg2008-04-161-1/+3
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-1/+3
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-201-3/+1
* Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich2008-02-081-1/+1
* undo using internal *printf() clones for test #530Yang Tse2008-01-211-3/+1
* use internal *printf() clones since snprintf() not available on all platformsYang Tse2008-01-201-1/+3
* Added test 553. This test case and code is based on the bug recipe Joe MalickiDaniel Stenberg2008-01-161-2/+4
* In an attempt to repeat the problem in bug report #1850730Daniel Stenberg2007-12-261-1/+2
* add test 549 and 550Daniel Stenberg2007-12-081-1/+4
* added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg2007-12-051-1/+6
* Added test case 1013 to check that curl-config --protocols matches theDan Fandrich2007-11-011-1/+1
* Allow test server to handle binary POSTs.Patrick Monnerat2007-10-251-1/+7
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-301-1/+3
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-261-1/+3
* Daniel S (12 September 2007)Daniel Stenberg2007-09-111-1/+3
* Removed redundant dependency linesDan Fandrich2007-08-131-69/+2
* Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg2007-07-141-1/+4
* Added SFTP directory listing test case 613.Dan Fandrich2007-05-141-1/+1
* Improved the test harness to allow running test servers on other thanDan Fandrich2007-04-301-1/+1
* try not to link with unneeded libs, avoiding global LDADDYang Tse2007-04-031-1/+34
* Include both testutil.c and testutil.h, and not just testutil.c, in theYang Tse2007-02-091-2/+2
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-091-16/+15
* the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg2007-01-291-3/+3
* the libtest source codes that use curlx_tv* functions MUST use theDaniel Stenberg2007-01-291-11/+15
* Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich2007-01-181-0/+2
* update and split test cases 518 and 537 into its own source code fileYang Tse2006-11-021-3/+1
* test 518 is all about testing libcurl functionalityYang Tse2006-11-011-1/+6
* rely on the global LDADD instead of having specific ones for every programDaniel Stenberg2006-10-211-32/+0
* Nir Soffer made the tests/libtest/Makefile.am use a proper variable for allDaniel Stenberg2006-10-211-64/+68
* Added test case 536 in an attempt to add Bogdan Nicula's problematic caseDaniel Stenberg2006-10-091-1/+5
* Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg2006-10-061-1/+6
* Dmitriy Sergeyev provided an example source code that crashed CVS libcurlDaniel Stenberg2006-10-041-1/+7
* Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg2006-09-281-3/+9
* test 530 is the first ever HTTP pipelining test for libcurlDaniel Stenberg2006-09-081-1/+5
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-1/+11
* Allow again proper compilation outside of the source treeYang Tse2006-08-071-2/+3