5eba359b | 05-Mar-2001 |
Daniel Stenberg |
telnet without any static variables |
07ce7539 | 05-Mar-2001 |
Daniel Stenberg |
set download size properly for HTTP downloads |
c21f848c | 05-Mar-2001 |
Daniel Stenberg |
enable persistant connections by default |
84e94fda | 05-Mar-2001 |
Daniel Stenberg |
remade FILE:// support to look more as the other protocols |
ebd6897b | 04-Mar-2001 |
Daniel Stenberg |
runtests -g explained |
5ab8a9d3 | 04-Mar-2001 |
Daniel Stenberg |
persistant support protocol updates |
cf8704cc | 04-Mar-2001 |
Daniel Stenberg |
7.7 alpha 2 commit |
5543c2f1 | 04-Mar-2001 |
Daniel Stenberg |
Added include of easy.h to enable libcurl-using programs to *only* have to include <curl/curl.h> |
90ac37a6 | 04-Mar-2001 |
Daniel Stenberg |
Curl_http() could crash on connection re-use |
dd893fd8 | 03-Mar-2001 |
Daniel Stenberg |
ipv6 fix for the 'port' no longer in urldata |
834f0799 | 03-Mar-2001 |
Daniel Stenberg |
fixed for persistant stuff |
2665c763 | 02-Mar-2001 |
Daniel Stenberg |
latest |
d1cfbd51 | 02-Mar-2001 |
Daniel Stenberg |
remade the port number stuff so that following locations work and doing intermixed HTTP and FTP persistant connections also work! |
a3ba6b7a | 02-Mar-2001 |
Daniel Stenberg |
Added the disconnect proto |
415d2e7c | 02-Mar-2001 |
Daniel Stenberg |
removed the slist -functions from here added the Curl_ftp_disconnect function for FTP-specific disconnects |
af4451ec | 02-Mar-2001 |
Daniel Stenberg |
improved connections |
7c656268 | 02-Mar-2001 |
Daniel Stenberg |
extending connectdata |
b6fa2f88 | 02-Mar-2001 |
Daniel Stenberg |
moved the slist-functions here from FTP since they're more generic than simply for FTP-stuff |
b6c5da33 | 02-Mar-2001 |
Daniel Stenberg |
strdup() takes a const char * now |
9bc24e48 | 28-Feb-2001 |
Daniel Stenberg |
cleanup better when connects fail |
4af55809 | 22-Feb-2001 |
Daniel Stenberg |
added some infof() calls for persistant info |
9c63fcf2 | 22-Feb-2001 |
Daniel Stenberg |
we only allocate the HTTP struct if we need to |
1f17fb5f | 22-Feb-2001 |
Daniel Stenberg |
Now persistant connection download works thanks to the Content-Length taken into account |
584dbffe | 22-Feb-2001 |
Daniel Stenberg |
moved the dynamicly set pointers to the connectdata struct |
1c6f6f69 | 22-Feb-2001 |
Daniel Stenberg |
Douglas R. Horner's corrections applied |