Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-01 | comment the "stunnel exited with [num]" stuff since this is now happen | Daniel Stenberg | |
in normal tests and is annoying | |||
2009-08-29 | add cast to silent compiler warning with 64bit systems. | Gunter Knauf | |
2009-08-27 | disable the tests that differ between 32 and 64 bit | Daniel Stenberg | |
2009-08-24 | - Introduced a SYST-based test to properly set-up name format when dealing ↵ | Patrick Monnerat | |
with the OS/400 FTP server. - Fixed an ftp_readresp() bug preventing detection of failing control socket and causing FTP client to loop forever. | |||
2009-08-18 | Pull the certificate files from the source directory. Ensure that the | Dan Fandrich | |
certificate tests only run on a localhost-hosted test server since the host name is explicitly checked. | |||
2009-08-12 | Added a range of new fun date strings to try. This set of dates come from a | Daniel Stenberg | |
mail posted to the http-state mailing list, from Adam Barth, and is said to be the set of date formats the Chrome browser code is tested against: http://www.ietf.org/mail-archive/web/http-state/current/msg00129.html libcurl parses most of them identically, but not all of them. | |||
2009-08-12 | use --insecure to allow non-matching known hosts for SSH-based protocols | Daniel Stenberg | |
2009-08-11 | - Peter Sylvester made the HTTPS test server use specific certificates for | Daniel Stenberg | |
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311. | |||
2009-07-28 | use --insecure for the SFTP and SCP tests | Daniel Stenberg | |
2009-07-22 | don't set READDATA since it isn't used and only confuses readers | Daniel Stenberg | |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h (missing bits) | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-07-13 | added PKG_CONFIG_PATH to output to better verify if it gets properly set ↵ | Gunter Knauf | |
with cross compiles. | |||
2009-06-16 | - When doing non-anonymous ftp via http proxies and the password is not | Michal Marek | |
provided in the url, add it there (squid needs this). | |||
2009-06-12 | fix compiler warning | Yang Tse | |
2009-06-12 | fix compiler warning | Yang Tse | |
2009-06-11 | fix compiler warning | Yang Tse | |
2009-06-11 | changed testcurl script to allow building test harness | Yang Tse | |
programs when cross-compiling for a *-*-mingw* host. | |||
2009-06-10 | TrackMemory is another feature not supported by curl-config | Yang Tse | |
2009-06-10 | Adjusted to take in account that... | Yang Tse | |
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug) | |||
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang 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-04 | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | |
2009-06-03 | Die when instructed to build c-ares and this fails | Yang Tse | |
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-30 | Added missing NTLM feature for test 1097 | Dan Fandrich | |
2009-05-25 | - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed | Daniel 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-22 | Added some missing test keywords | Dan Fandrich | |
2009-05-21 | forced 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-21 | strip \r only on non-win32 platforms (wine on Linux). | Gunter Knauf | |
2009-05-21 | removed an attempt to write to non-opened LOG introduced with r1.30. | Gunter Knauf | |
2009-05-21 | reduced duplicate code. | Gunter Knauf | |
2009-05-21 | stripped \r from win32 curl --version output. | Gunter Knauf | |
2009-05-21 | enable mingw64 target. | Gunter Knauf | |
2009-05-20 | Added "non-existing host" test keywords to make it easy to skip those | Dan Fandrich | |
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS). | |||
2009-05-18 | Update copyright year, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Remove temporary debug tracing, and add nasty error explanation | Yang Tse | |
2009-05-17 | - James Bursa posted a patch to the mailing list that fixed a problem with | Daniel 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-15 | Extend displaying of logfiles upon first server start-up failure for http, ↵ | Yang Tse | |
https, ftp, ftps and tftp test harness servers. | |||
2009-05-15 | Displaying of logfiles on ftp server satrtup failure for test case #100 ↵ | Yang Tse | |
becomes standard. | |||
2009-05-15 | fix compiler warning: unused variable | Yang Tse | |
2009-05-14 | Add some debug tracing | Yang Tse | |
2009-05-14 | Fix detection of automatically choosen listener port number on IPv6 enabled ↵ | Yang Tse | |
builds. | |||
2009-05-13 | log each setsockopt/SO_REUSEADDR failure | Yang Tse | |
2009-05-13 | fix print formatting-string directives | Yang Tse | |
2009-05-12 | temporary debug trace for ftp server satrtup failure on testcase #100 | Yang Tse | |
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse | |
2009-05-11 | Adjust test definition for TPF. | Yang Tse | |
2009-05-11 | Fetch curl's 'CharConv' feature information, used by TPF. | Yang Tse | |