summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* Fixed an OOM problem with test 560Dan Fandrich2008-11-121-0/+6
* Added test case 560:Daniel Stenberg2008-11-112-1/+95
* terminate with appropriate exit codeYang Tse2008-11-071-1/+1
* fix OOM handlingYang Tse2008-10-311-8/+23
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-9/+8
* fix test # 558 and 559 CFLAGSYang Tse2008-10-281-2/+2
* test #558 tests internal hash create/destroyYang Tse2008-10-272-33/+42
* Skip test #558 when libcurl is built with hidden symbolsYang Tse2008-10-271-14/+42
* For tracing purposes log a fake call to getaddrinfoYang Tse2008-10-271-0/+7
* avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfoYang Tse2008-10-271-1/+30
* convert test #558 into something more interesting, attemptingYang Tse2008-10-261-92/+63
* test #558 verifies loop operation using malloc() and free()Yang Tse2008-10-262-1/+130
* Fixed some compiler warnings with gccDan Fandrich2008-10-011-1/+1
* Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich2008-09-221-5/+16
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-211-2/+2
* include "memdebug.h"Yang Tse2008-09-2045-3/+78
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-181-2/+2
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-182-7/+7
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-182-7/+5
* Changed the test data file so it passes an XML syntax checkDan Fandrich2008-09-151-2/+2
* Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these twoDaniel Stenberg2008-09-051-0/+2
* Fix wrong signed int formatting string directive in test case #557.Yang Tse2008-08-241-1/+1
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-211-0/+399
* Simplify condition checkYang Tse2008-08-201-11/+4
* Update test case 557Yang Tse2008-08-181-104/+531
* Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse2008-08-182-1/+272
* Handle short readsDan Fandrich2008-08-121-1/+1
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-2/+4
* add comment for include pathsYang Tse2008-07-153-10/+12
* Fixed test 553 to pass the torture test.Dan Fandrich2008-07-112-23/+35
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-101-3/+18
* Fixed test 554 to pass the torture test.Dan Fandrich2008-07-081-7/+6
* - Scott Barrett provided a test case for a segfault in the FTP code and theDaniel Stenberg2008-07-072-1/+69
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-1/+12
* Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich2008-05-2235-88/+88
* wait for all 129 bytesDaniel Stenberg2008-05-131-1/+1
* Added test case 556 that uses curl_easy_send() and curl_easy_recv()Daniel Stenberg2008-05-132-1/+70
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-51/+52
* tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse2008-04-252-17/+1
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-181-1/+1
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-181-0/+16
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-04-171-2/+2
* Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg2008-04-162-1/+150
* fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse2008-04-071-3/+3
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-312-1/+133
* Made the test work on perl 5.00Dan Fandrich2008-03-281-1/+1
* Spell the commands rightDan Fandrich2008-03-151-1/+1
* Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt toDan Fandrich2008-03-131-19/+28