c6aae9b1 | 28-Apr-2005 |
Daniel Stenberg |
moved two functions to ftp.pm, made some more changes on stopping servers and fixed the textmode attribute thing for windows a bit |
913c370c | 28-Apr-2005 |
Daniel Stenberg |
moved in functions from runtests.pl to enable the ftpserver to use the killslaves function |
e5472bbd | 28-Apr-2005 |
Daniel Stenberg |
AF_INET6 for ipv6 addresses! |
957c258c | 28-Apr-2005 |
Daniel Stenberg |
no, the kill servers messages need to be verbose, they're too frequent |
abee109c | 28-Apr-2005 |
Daniel Stenberg |
display killed pids to make it easier to see for autobuilds etc |
502e5ae6 | 28-Apr-2005 |
Daniel Stenberg |
historic thing we will not use |
b8417be1 | 28-Apr-2005 |
Daniel Stenberg |
removed ftpsserver.pl |
9e037431 | 28-Apr-2005 |
Daniel Stenberg |
When staring a HTTP server, use the pidfile preferably since it turns out sometimes the server can start but curl cannot speak to it, and then we must remember the server (in order to kill it
When staring a HTTP server, use the pidfile preferably since it turns out sometimes the server can start but curl cannot speak to it, and then we must remember the server (in order to kill it properly) anyway. Also, make sure to kill all servers on exit everywhere.
show more ...
|
f71b3676 | 28-Apr-2005 |
Daniel Stenberg |
ignore more generated files |
50fe7b5e | 28-Apr-2005 |
Daniel Stenberg |
remove unused ftps-server code and fixed two warnings |
9fb25338 | 28-Apr-2005 |
Daniel Stenberg |
if diff -u makes zero output, try diff -c instead |
8cf17862 | 28-Apr-2005 |
Daniel Stenberg |
kill slave processes when they fail |
51b17b29 | 28-Apr-2005 |
Daniel Stenberg |
1. no longer ask the server for the HTTPS pid, as it returns the HTTP pid (problem identified by Dan F) 2. initial text mode fix for file checks, to allow better text file testing on wind
1. no longer ask the server for the HTTPS pid, as it returns the HTTP pid (problem identified by Dan F) 2. initial text mode fix for file checks, to allow better text file testing on windows (with regard to line endings) 3. fixed to use the proper ftpserver pidfile to find pid
show more ...
|
78882e46 | 27-Apr-2005 |
Daniel Stenberg |
Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out
Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in.
show more ...
|
8465a367 | 27-Apr-2005 |
Daniel Stenberg |
listen(..., 1) as 0 doesn't work on Tru64! |
3bcfe678 | 27-Apr-2005 |
Daniel Stenberg |
display listening port in log |
d5403f3a | 27-Apr-2005 |
Daniel Stenberg |
show what error codes we test for too, and show 10 test case numbers |
26abb485 | 27-Apr-2005 |
Daniel Stenberg |
keyword update |
177848ed | 27-Apr-2005 |
Daniel Stenberg |
detect SSL library properly and display it on startup |
656a2e93 | 26-Apr-2005 |
Daniel Stenberg |
fixing |
6b1220b6 | 26-Apr-2005 |
Daniel Stenberg |
Cory Nelson's work on nuking compiler warnings when building on x64 with VS2005. |
9d7330d8 | 26-Apr-2005 |
Daniel Stenberg |
Since Windows doesn't have/use the POSIX prototype for send() and recv(), we typecast the third argument in the macros to avoid compiler warnings. |
26a5954f | 26-Apr-2005 |
Daniel Stenberg |
adding a bunch of comments for each #endif |
01165e08 | 25-Apr-2005 |
Daniel Stenberg |
Fred New reported a bug where we used Basic auth and user name and password in .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netr
Fred New reported a bug where we used Basic auth and user name and password in .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
show more ...
|
6e1633a6 | 25-Apr-2005 |
Daniel Stenberg |
be specific about what max_fd contains after a call |