5506f876 | 19-Apr-2004 |
Daniel Stenberg |
Make the server include "Connection: close" in the headers of the replies it actually will close. This is after all what HTTP 1.1 says a server should do. |
58879458 | 19-Apr-2004 |
Daniel Stenberg |
Gisle Vanem corrected a mistake in a recent progress fix |
25e98179 | 17-Apr-2004 |
Daniel Stenberg |
Gisle Vanem: patches to make sws.c compile under MingW/MSVC is attached. And some cosmetic fixes. |
78ebe3fa | 17-Apr-2004 |
Daniel Stenberg |
Gisle made a failed connect output the reason for it |
a8e8e51b | 17-Apr-2004 |
Daniel Stenberg |
NDEBUG should not be defined when CURLDEBUG is |
f97d1949 | 16-Apr-2004 |
Daniel Stenberg |
adding issue 36 to be fixed before release |
4661cc74 | 16-Apr-2004 |
Daniel Stenberg |
don't display the . and .. files when dumping the log/ contents |
bc119293 | 16-Apr-2004 |
Daniel Stenberg |
remade the logging function to better deal with removed logfiles during the execution of the tests |
caf37bc9 | 15-Apr-2004 |
Daniel Stenberg |
issue 31 - fix windows multi interface is now corrected |
5de447b0 | 15-Apr-2004 |
Daniel Stenberg |
clarified that select() timeouts should always remain rather short |
5dbaced4 | 15-Apr-2004 |
Daniel Stenberg |
my test suite edits |
43f8a1f5 | 15-Apr-2004 |
Daniel Stenberg |
change the log format to look similar to sws added various logging info |
f57efa18 | 15-Apr-2004 |
Daniel Stenberg |
clean the log directory between each single test, so that we can better display all logs and only logs with relevant data when a test fails and -p is used. |
592522ce | 15-Apr-2004 |
Daniel Stenberg |
ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepth should be used |
4f84e6d9 | 15-Apr-2004 |
Daniel Stenberg |
removed the fixed dir depth limit in the FTP code |
6f08903f | 14-Apr-2004 |
Daniel Stenberg |
two ipresolve fixes |
220cd010 | 14-Apr-2004 |
Daniel Stenberg |
format fix |
68e8a0f0 | 14-Apr-2004 |
Daniel Stenberg |
asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will now cause the resolve function to return NULL immediately |
b23dbf9f | 14-Apr-2004 |
Daniel Stenberg |
Gisle Vanem made the -4/-6 actually get set too |
1d0b5b50 | 14-Apr-2004 |
Daniel Stenberg |
Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and some bad thinking on my part. |
b83d8104 | 14-Apr-2004 |
Daniel Stenberg |
several changes |
bf6e1053 | 14-Apr-2004 |
Daniel Stenberg |
display interesting log files on failure, if -p is used |
c3dd928e | 14-Apr-2004 |
Daniel Stenberg |
enable verbose as well |
aba6c2b8 | 14-Apr-2004 |
Daniel Stenberg |
Added test case 511 in an attempt to repeat bug report #934666 "storage leak in ftp.c", but it shows no leaking. |
9c0a3862 | 13-Apr-2004 |
Daniel Stenberg |
minor format fix |