- Apr 30, 2004
-
-
Daniel Stenberg authored
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from time to time!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
anywhere. We need to write a better ftps-server for test purposes and then we can re-introduced FTPS tests.
-
- Apr 24, 2004
-
-
Daniel Stenberg authored
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we can pass on "odd" characters (newline, CR, tab) like this.
-
Daniel Stenberg authored
option instead (even though it appends the pid to the file name, making it harder to figure out its name to parse it after a test has run). Also made sure we only use valgrind for the actual test command command lines, not when for example running curl to detect if there are any already running servers are present etc.
-
Daniel Stenberg authored
-
- Apr 22, 2004
-
-
Daniel Stenberg authored
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this.
-
Daniel Stenberg authored
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static.
-
Daniel Stenberg authored
we tell valgrind to use that to send the logfile to
-
- Apr 21, 2004
-
-
Daniel Stenberg authored
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
to re-use a connection that is closed when re-used and libcurl should then make a new fresh connection and use instead
-
Daniel Stenberg authored
most 1.1 connections will be closed. The case where it gets closed anyway is subject for a new separate test.
-
- Apr 19, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it actually will close. This is after all what HTTP 1.1 says a server should do.
-
- Apr 17, 2004
-
-
Daniel Stenberg authored
attached. And some cosmetic fixes.
-
- Apr 16, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the execution of the tests
-
- Apr 15, 2004
-
-
Daniel Stenberg authored
added various logging info
-
Daniel Stenberg authored
display all logs and only logs with relevant data when a test fails and -p is used.
-
Daniel Stenberg authored
-
- Apr 14, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
in ftp.c", but it shows no leaking.
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when -p is used. For easier bug-hunting of autobuild failures. This still only shows what files that are present in log/, as I believe we need to filter which files we show on a failure.
-
- Apr 07, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is now treated as an error by libcurl
-
- Apr 06, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
-
- Mar 31, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-