summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added Range keywordDan Fandrich2008-08-145-0/+8
* Added test 1063 to test an invalid large range on a file:Dan Fandrich2008-08-142-1/+48
* Fixed a buffer overflow problem in Curl_proxyCONNECT that could occurDan Fandrich2008-08-123-1/+1810
* Handle short readsDan Fandrich2008-08-121-1/+1
* - Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnelDaniel Stenberg2008-08-121-1/+2
* Added HTTP CONNECT keywordsDan Fandrich2008-08-119-2/+57
* Fixed a boundary condition error in ftp_readresp() whereby a non-terminalDan Fandrich2008-08-112-1/+50
* Die when curlbuild.h is not created or availableYang Tse2008-08-111-5/+11
* Fix NetWare curlbuild.hYang Tse2008-08-101-4/+10
* When running testcurl.pl display definitions from curlbuild.hYang Tse2008-08-091-0/+8
* Reintroduce the adjustment previously done in testcurl.pl so that it copies theYang Tse2008-08-081-1/+1
* Made ftp a required featureDan Fandrich2008-08-081-0/+3
* Added test1059 to test the FTP proxy tunnel problem fixed July 11.Dan Fandrich2008-08-082-1/+56
* Peek at predefined symbols done. and now removed.Yang Tse2008-08-081-10/+0
* Take a peek at netware's gcc predefined symbols.Yang Tse2008-08-081-0/+10
* Remove last adjustment done to testcurl.pl to verify if change introduced byYang Tse2008-08-071-1/+1
* Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.hYang Tse2008-08-071-0/+1
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-072-4/+8
* - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 andDaniel Stenberg2008-08-044-9/+47
* - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUTDaniel Stenberg2008-08-031-1/+0
* Improved titleDan Fandrich2008-08-031-1/+1
* Added tests 1057 and 1058 to test FTP and HTTPS transfers with rangesDan Fandrich2008-08-013-1/+105
* User names embedded in proxy URLs without a password were parsedDan Fandrich2008-08-011-2/+3
* Fixed keywordDan Fandrich2008-07-311-2/+2
* Added keywordsDan Fandrich2008-07-318-4/+37
* Added test of IPv6 scope handlingDan Fandrich2008-07-312-1/+83
* s/silly/underquoted definition/Yang Tse2008-07-311-1/+1
* Added test cases 1052 through 1055 to test uploading data from filesDan Fandrich2008-07-307-2/+395
* Added test case 1051 to test Location: following with PUT, as reportedDan Fandrich2008-07-304-4/+108
* Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for rea...Yang Tse2008-07-301-2/+2
* Undo using the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-301-6/+8
* Reinstate hiding aclocal 'underquoted definition' warnings.Yang Tse2008-07-301-0/+1
* Return an error code when extra files are found in filecheck:Dan Fandrich2008-07-291-2/+5
* Added test case 1050 to test --ftp-port with an IPv6 address.Dan Fandrich2008-07-297-20/+74
* Added test cases 1045 through 1049 as simple tests of --interface using theDan Fandrich2008-07-286-1/+294
* Added feature in runtests.pl to select tests based on key word.Dan Fandrich2008-07-273-8/+26
* Added test 1044 to test large file support in ftp with -I.Dan Fandrich2008-07-263-1/+60
* No longer hide aclocal 'underquoted definition' warnings.Yang Tse2008-07-261-1/+0
* Changed the long logfile elision code in runtests.pl to properly handleDan Fandrich2008-07-241-25/+12
* Mention that the test harness can't check every possible feature.Dan Fandrich2008-07-231-4/+8
* fix compiler warning: implicit conversion from "long" to "int"Yang Tse2008-07-211-2/+2
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-9/+7
* Fixed the XML syntax of a few test files.Dan Fandrich2008-07-175-22/+23
* add comment for include pathsYang Tse2008-07-154-14/+22
* Added test1042 and test1043 to test -C - on HTTP.Dan Fandrich2008-07-154-1/+182
* Added test1040 and test1041 to test -C - on HTTP. Test 1041 failed so it'sDan Fandrich2008-07-154-3/+158
* Fixed test 553 to pass the torture test.Dan Fandrich2008-07-112-23/+35
* Avoid a potential zombie process when killing an old ftpserverDan Fandrich2008-07-111-0/+1
* Added test cases 1038 and 1039 to test Adrian Kreher's report that ftpDan Fandrich2008-07-113-1/+107
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-101-3/+18