2b16b860 | 05-Apr-2002 |
Daniel Stenberg |
enough with stupidity, this is a test case that should fail and thus we should use a proper command line that *fails* ;-O |
f6309298 | 05-Apr-2002 |
Daniel Stenberg |
added test 48, verify -I, -d and -G in one command line |
016abdfe | 04-Apr-2002 |
Daniel Stenberg |
Reverted v1.120, -G set request type after Kevin Roth pointed out the stupidity in doing this. -G should work with with -I too... |
fd915609 | 04-Apr-2002 |
Daniel Stenberg |
lots |
064697fd | 04-Apr-2002 |
Daniel Stenberg |
very minor log change |
a03fd7b8 | 04-Apr-2002 |
Daniel Stenberg |
T. Bharath pointed out the flaw in ConnectionExists() for how we didn't check proxy connections for "deadness" before they were re-used |
1cfcbc50 | 04-Apr-2002 |
Daniel Stenberg |
Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an extra second after having downloaded headers-only |
ea1f138c | 04-Apr-2002 |
Daniel Stenberg |
Jonatan Lander's fix to compile properly on pre-ISO compilers (without the ## operator) |
d560207e | 04-Apr-2002 |
Daniel Stenberg |
This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64) Gerhard Herre reported this in bug report #536238 |
90b51831 | 03-Apr-2002 |
Daniel Stenberg |
Tor Arntsen's fix for "CGI_Lite" compliance! |
38ed8938 | 02-Apr-2002 |
Daniel Stenberg |
Added DNS cache control options |
547e91db | 02-Apr-2002 |
Daniel Stenberg |
Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read |
04da96e0 | 02-Apr-2002 |
Daniel Stenberg |
Jacky Lam added memdebug.h include to prevent crashes when that is used |
4a7def10 | 27-Mar-2002 |
Daniel Stenberg |
fopen(... "rb") when reading what to post, so that binary posting works on Windows! |
541e5a3b | 25-Mar-2002 |
Daniel Stenberg |
Jacky Lam cookie parser fix for domains with preceeding dot |
5af61716 | 23-Mar-2002 |
Daniel Stenberg |
Miklos Nemeth's update |
6f3e0051 | 22-Mar-2002 |
Daniel Stenberg |
adjusted windows section after a patch from Miklos Nemeth |
703ecc35 | 22-Mar-2002 |
Daniel Stenberg |
patch by Sandro Tolaini to do good (better?) on FreeBSD |
67b0f9aa | 20-Mar-2002 |
Daniel Stenberg |
no longer include "multi.h", it comes with the regular curl/curl.h now |
854277ba | 20-Mar-2002 |
Daniel Stenberg |
crlf replacement on uploads did not work. test case 128 was added just now to make sure it remains functional. |
ca976075 | 20-Mar-2002 |
Daniel Stenberg |
verbose FTP PASV output could output a "random" name from the stack based array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if
verbose FTP PASV output could output a "random" name from the stack based array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process.
show more ...
|
f1f993a2 | 20-Mar-2002 |
Daniel Stenberg |
added test 128, ftp upload with --crlf |
eb0f7278 | 20-Mar-2002 |
Daniel Stenberg |
newcomer notice added |
dc3d0289 | 20-Mar-2002 |
Daniel Stenberg |
old list is gone |
bd830c6f | 19-Mar-2002 |
Daniel Stenberg |
John Clayton's weird explorations in the wonders of the windows tcp/ip stack ;-) |