summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-11-26Log info for start up failures.Yang Tse
2009-11-26Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse
2009-11-26signal handling to cleanup on SIGINT and SIGTERMYang Tse
2009-11-23Enhance some debug messages for initialization failures.Yang Tse
2009-11-05I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse
2009-10-31- Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg
2009-10-30Added test case 566 in an attempt to repeat bug 2884561Daniel Stenberg
2009-10-30- "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg
2009-10-25- Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg
2009-10-10Fix compiler warning: loop without bodyYang Tse
2009-09-26- John P. McCaskey posted a bug report that showed how libcurl did wrong whenDaniel Stenberg
2009-09-26added test 1105 (disabled) - it repeats a cookie path bug we need to fixDaniel Stenberg
2009-09-17added three missing files to the dist archiveDaniel Stenberg
2009-09-17Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse
2009-09-17remove line obsoleted with previous commitYang Tse
2009-09-17Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse
2009-09-14Added HTTP proxy keywordDan Fandrich
2009-09-11Renumbered test565 to test1104 to move it out of the range reserved forDan Fandrich
2009-09-10- Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epochDaniel Stenberg
2009-09-01comment the "stunnel exited with [num]" stuff since this is now happenDaniel Stenberg
2009-08-29add cast to silent compiler warning with 64bit systems.Gunter Knauf
2009-08-27disable the tests that differ between 32 and 64 bitDaniel Stenberg
2009-08-24- Introduced a SYST-based test to properly set-up name format when dealing w...Patrick Monnerat
2009-08-18Pull the certificate files from the source directory. Ensure that theDan Fandrich
2009-08-12Added a range of new fun date strings to try. This set of dates come from aDaniel Stenberg
2009-08-12use --insecure to allow non-matching known hosts for SSH-based protocolsDaniel Stenberg
2009-08-11- Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg
2009-07-28use --insecure for the SFTP and SCP testsDaniel Stenberg
2009-07-22don't set READDATA since it isn't used and only confuses readersDaniel Stenberg
2009-07-14ENH: add optional support for c-aresBill Hoffman
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-13added PKG_CONFIG_PATH to output to better verify if it gets properly set with...Gunter Knauf
2009-06-16- When doing non-anonymous ftp via http proxies and the password is notMichal Marek
2009-06-12fix compiler warningYang Tse
2009-06-12fix compiler warningYang Tse
2009-06-11fix compiler warningYang Tse
2009-06-11changed testcurl script to allow building test harnessYang Tse
2009-06-10TrackMemory is another feature not supported by curl-configYang Tse
2009-06-10Adjusted to take in account that...Yang Tse
2009-06-09ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman
2009-06-06Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-06-03Die when instructed to build c-ares and this failsYang Tse
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-05-30Added missing NTLM feature for test 1097Dan Fandrich
2009-05-25- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointedDaniel Stenberg
2009-05-22Added some missing test keywordsDan Fandrich
2009-05-21forced to use nmake for VC builds early so that its also used for ares even i...Gunter Knauf
2009-05-21strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf