26d1aacc | 16-Feb-2001 |
Daniel Stenberg |
2.2 - rephrased |
ce95d202 | 13-Feb-2001 |
Daniel Stenberg |
better english timeouted => timed out, as suggested by Larry Fahnoe |
948c3b3a | 13-Feb-2001 |
Daniel Stenberg |
7.6.1 commit |
a140e531 | 13-Feb-2001 |
Daniel Stenberg |
moved the protocol-specific free to allow easier multiple transfers |
7686ac3f | 12-Feb-2001 |
Daniel Stenberg |
ftp response fix, netrc fix for non-http/ftp, https put research |
54778134 | 12-Feb-2001 |
Daniel Stenberg |
corrected the prototype |
c59baa06 | 12-Feb-2001 |
Daniel Stenberg |
Added 3.10 and a few minor updates |
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 |