summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-272-6/+6
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-202-354/+1
* make this test disabled properly when built with yasslDaniel Stenberg2008-02-131-1/+4
* Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich2008-02-083-3/+49
* add verbose output to test 509 for easier debuggingDaniel Stenberg2008-01-291-0/+2
* undo using internal *printf() clones for test #530Yang Tse2008-01-212-8/+10
* use internal *printf() clones since snprintf() not available on all platformsYang Tse2008-01-202-1/+6
* Dmitry Kurochkin fixed test case 530 (pipelining)Daniel Stenberg2008-01-191-1/+4
* Don't abort tests 518 and 537 when unable to raise the open-file soft limitYang Tse2008-01-172-2/+32
* Added test 553. This test case and code is based on the bug recipe Joe MalickiDaniel Stenberg2008-01-162-2/+78
* Fix 'format string' compiler warningYang Tse2008-01-041-3/+3
* In an attempt to repeat the problem in bug report #1850730Daniel Stenberg2007-12-262-1/+196
* correct the comment about sizeDaniel Stenberg2007-12-081-3/+1
* add test 549 and 550Daniel Stenberg2007-12-082-1/+52
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+39
* fix compiler warningDaniel Stenberg2007-12-051-0/+2
* added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg2007-12-052-1/+76
* Sort the directory listing because the server doesn't always do it.Dan Fandrich2007-11-051-6/+10
* Ignore more features that curl-config is not expected to know aboutDan Fandrich2007-11-011-3/+7
* Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich2007-11-011-7/+10
* Added test case 1013 to check that curl-config --protocols matches theDan Fandrich2007-11-012-1/+42
* Allow test server to handle binary POSTs.Patrick Monnerat2007-10-252-1/+64
* Read callback should return 0 when no more data leftYang Tse2007-10-231-1/+1
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-7/+0
* Renamed a couple of global variables to avoid shadowing warningsYang Tse2007-10-0213-32/+32
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-302-1/+35
* Fix missing right parenthesisYang Tse2007-09-302-2/+2
* Fix comparison between signed and unsignedYang Tse2007-09-302-2/+4