aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
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
the uninstalled c-ares libtool archive built from the CVS embedded tree.
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
out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8.
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 ↵Gunter Knauf
if we find a GNU make first in path; simplified curl make call.
2009-05-21strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf
2009-05-21removed an attempt to write to non-opened LOG introduced with r1.30.Gunter Knauf
2009-05-21reduced duplicate code.Gunter Knauf
2009-05-21stripped \r from win32 curl --version output.Gunter Knauf
2009-05-21enable mingw64 target.Gunter Knauf
2009-05-20Added "non-existing host" test keywords to make it easy to skip thoseDan Fandrich
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
2009-05-18Update copyright year, to force CVS to update the $Id date string formatYang Tse
2009-05-18Remove temporary debug tracing, and add nasty error explanationYang Tse
2009-05-17- James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg
no_proxy which made it not skip the proxy if the URL entered contained a user name. I added test case 1101 to verify.
2009-05-15Extend displaying of logfiles upon first server start-up failure for http, ↵Yang Tse
https, ftp, ftps and tftp test harness servers.
2009-05-15Displaying of logfiles on ftp server satrtup failure for test case #100 ↵Yang Tse
becomes standard.
2009-05-15fix compiler warning: unused variableYang Tse
2009-05-14Add some debug tracingYang Tse
2009-05-14Fix detection of automatically choosen listener port number on IPv6 enabled ↵Yang Tse
builds.
2009-05-13log each setsockopt/SO_REUSEADDR failureYang Tse
2009-05-13fix print formatting-string directivesYang Tse
2009-05-12temporary debug trace for ftp server satrtup failure on testcase #100Yang Tse
2009-05-12fix LC_ALL and LC_CTYPE when set with conflicting valuesYang Tse
2009-05-11Adjust test definition for TPF.Yang Tse
2009-05-11Fetch curl's 'CharConv' feature information, used by TPF.Yang Tse
2009-05-11Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy usingDaniel Stenberg
the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic.
2009-05-11support --help to do the same as -hDaniel Stenberg
2009-05-11- I fixed the problem with doing NTLM, POST and then following a 302 redirect,Daniel Stenberg
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library). The transfer was mistakenly marked to get more data to send but since it didn't actually have that, it just hung there...
2009-05-11Fix name of tool shown upon error.Yang Tse
2009-05-10Added test 1100 - "HTTP POST with NTLM authorization and following a 302Daniel Stenberg
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library) have reported. Disabled for now.
2009-05-10introduce VCURL for verify calls, so that it can be changed to use a differentDaniel Stenberg
binary than the one that gets tested, if need be
2009-05-10made the cookie tests 61 and 62 test httponly cookies, both receiving inDaniel Stenberg
headers and reading from cookie-jar
2009-05-08Changed host name to be under the haxx.se domainYang Tse
2009-05-08Remove temporary and HP-UX autobuild specific change to debug SSH server ↵Yang Tse
start-up failures
2009-05-08Fixes for non-ASCII platforms by David McCreedyYang Tse
2009-05-06Temporary and HP-UX autobuild specific change to debug SSH server start-up ↵Yang Tse
failures
2009-05-05Revert change committed on Mon May 4 09:30:23 2009 UTC.Yang Tse
The origin of the problem with test case #251 was the --ftp-port not being the CLIENTIP address.
2009-05-05Fixed the --ftp-port address to the CLIENTIP address.Yang Tse
2009-05-04David McCreedy's patch to fix test suite harness to allow test FTP server ↵Yang Tse
and client on different machines, providing FTP client address when running the FTP test server.
2009-05-03Added and disabled test case 563 which shows KNOWN_BUGS #59. The bugDan Fandrich
report failed to mention that a proxy must be used to reproduce it.
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse
2009-04-30When generated, display libcurl.pc and libcares.pcYang Tse
2009-04-30- I was going to fix issue #59 in KNOWN_BUGSDaniel Stenberg
If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore!
2009-04-29Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵Yang Tse
and ares_build.h
2009-04-29Trigger c-ares prebuild stage for fake-config setup'sYang Tse