c107303a | 12-Feb-2001 |
Daniel Stenberg |
very minor indentation fix |
21b05afc | 12-Feb-2001 |
Daniel Stenberg |
removed getenv.h from the package as it was unused |
eebcf7d4 | 09-Feb-2001 |
Daniel Stenberg |
Not used anymore |
8d169dfa | 09-Feb-2001 |
Daniel Stenberg |
Added a failf() call in the error-check just added |
b12e334d | 08-Feb-2001 |
Daniel Stenberg |
if netrc is parsed and our host was found in there, set data->bits.user_passwd unconditioanlly! |
7e36c443 | 08-Feb-2001 |
Daniel Stenberg |
today's FTP response check fix |
3c7a80a2 | 08-Feb-2001 |
Daniel Stenberg |
postit.c was added as a HTML form file upload example |
61e2a810 | 07-Feb-2001 |
Daniel Stenberg |
7.6.1-pre3 |
abb14de7 | 07-Feb-2001 |
Daniel Stenberg |
GetLine() didn't properly act on -1 lengths returned from Curl_read() |
ccd57e58 | 07-Feb-2001 |
Daniel Stenberg |
Added #define ssize_t int since ssize_t doesn't seem to exist in normal win32 systems |
58d70db9 | 07-Feb-2001 |
Daniel Stenberg |
no longer #includes "getenv.h" |
09f6fc22 | 06-Feb-2001 |
Daniel Stenberg |
silly me, corrected the strlcat() to compile |
833ce37c | 06-Feb-2001 |
Daniel Stenberg |
new openbsd inspired implementation of strlcat() |
07e70185 | 06-Feb-2001 |
Daniel Stenberg |
nntp@iname.com's suggested fix to set the libpath |
db70cd28 | 05-Feb-2001 |
Daniel Stenberg |
adjusted the IPv6 stuff to compile and build on Linux as well |
f6e2bfd4 | 05-Feb-2001 |
Daniel Stenberg |
Jun-ichiro itojun Hagino's IPv6 adjustments |
1ae5dab8 | 05-Feb-2001 |
Daniel Stenberg |
Robert Weaver's VC experiences |
c6355e6a | 05-Feb-2001 |
Daniel Stenberg |
Added a telnet section |
7d26eb61 | 05-Feb-2001 |
Daniel Stenberg |
Added a few more configure option explanations |
8613ce37 | 04-Feb-2001 |
Daniel Stenberg |
the new getinfo() stuff and the cygwin patch |
d6b94488 | 04-Feb-2001 |
Daniel Stenberg |
Added blurb about the win32 thing that precents a DLL from using a pointer passed to it from user-space! |
5d7b32d0 | 04-Feb-2001 |
Daniel Stenberg |
extended 5.5 |
ed16d30e | 04-Feb-2001 |
Daniel Stenberg |
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documented |
6f7c70fb | 04-Feb-2001 |
Daniel Stenberg |
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were added as suggested by Bob Schader |
9ab5d30e | 04-Feb-2001 |
Daniel Stenberg |
Ingo Ralf Blum made it compile with the newest cygwin |