summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-052-18/+24
* - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg2009-10-311-2/+2
* Added test case 566 in an attempt to repeat bug 2884561Daniel Stenberg2009-10-303-2/+114
* - "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg2009-10-304-3/+114
* - Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg2009-10-252-1/+4
* Fix compiler warning: loop without bodyYang Tse2009-10-103-6/+16
* - John P. McCaskey posted a bug report that showed how libcurl did wrong whenDaniel Stenberg2009-09-262-3/+2
* added test 1105 (disabled) - it repeats a cookie path bug we need to fixDaniel Stenberg2009-09-263-1/+66
* added three missing files to the dist archiveDaniel Stenberg2009-09-171-1/+2
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-1/+1
* remove line obsoleted with previous commitYang Tse2009-09-171-1/+0
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-0/+1
* Added HTTP proxy keywordDan Fandrich2009-09-141-0/+1
* Renumbered test565 to test1104 to move it out of the range reserved forDan Fandrich2009-09-112-6/+7
* - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epochDaniel Stenberg2009-09-102-1/+84
* comment the "stunnel exited with [num]" stuff since this is now happenDaniel Stenberg2009-09-011-3/+3
* add cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* disable the tests that differ between 32 and 64 bitDaniel Stenberg2009-08-272-5/+8
* - Introduced a SYST-based test to properly set-up name format when dealing w...Patrick Monnerat2009-08-243-1/+100
* Pull the certificate files from the source directory. Ensure that theDan Fandrich2009-08-183-3/+15
* Added a range of new fun date strings to try. This set of dates come from aDaniel Stenberg2009-08-122-0/+110
* use --insecure to allow non-matching known hosts for SSH-based protocolsDaniel Stenberg2009-08-121-1/+1
* - Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg2009-08-1137-6/+1324
* use --insecure for the SFTP and SCP testsDaniel Stenberg2009-07-2838-38/+38
* don't set READDATA since it isn't used and only confuses readersDaniel Stenberg2009-07-221-3/+0
* ENH: add optional support for c-aresBill Hoffman2009-07-142-2/+7
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-5/+5
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-148-11/+11
* added PKG_CONFIG_PATH to output to better verify if it gets properly set with...Gunter Knauf2009-07-131-0/+1
* - When doing non-anonymous ftp via http proxies and the password is notMichal Marek2009-06-161-0/+53
* fix compiler warningYang Tse2009-06-121-1/+3
* fix compiler warningYang Tse2009-06-121-0/+10
* fix compiler warningYang Tse2009-06-112-6/+3
* changed testcurl script to allow building test harnessYang Tse2009-06-111-3/+36
* TrackMemory is another feature not supported by curl-configYang Tse2009-06-101-1/+1
* Adjusted to take in account that...Yang Tse2009-06-101-7/+12
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-093-103/+112
* Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-06-061-10/+2
* c-ares embbeded builds header include paths fully defined in makefilesYang Tse2009-06-042-0/+18
* Die when instructed to build c-ares and this failsYang Tse2009-06-031-1/+1
* Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-05-301-2/+8
* Added missing NTLM feature for test 1097Dan Fandrich2009-05-302-1/+3
* - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointedDaniel Stenberg2009-05-251-0/+1
* Added some missing test keywordsDan Fandrich2009-05-222-0/+2
* forced to use nmake for VC builds early so that its also used for ares even i...Gunter Knauf2009-05-211-22/+7
* strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf2009-05-211-1/+2
* removed an attempt to write to non-opened LOG introduced with r1.30.Gunter Knauf2009-05-211-1/+0
* reduced duplicate code.Gunter Knauf2009-05-211-10/+5
* stripped \r from win32 curl --version output.Gunter Knauf2009-05-211-2/+3
* enable mingw64 target.Gunter Knauf2009-05-211-1/+1