1e8e90a2 | 05-Mar-2001 |
Daniel Stenberg |
mucho updated with new 7.7 concepts |
fe95c7dc | 05-Mar-2001 |
Daniel Stenberg |
removed an incorrect comment |
6dae34d5 | 05-Mar-2001 |
Daniel Stenberg |
all test cases run OK now (again) |
36c621c9 | 05-Mar-2001 |
Daniel Stenberg |
more details on debugging with the test suite |
1717963e | 05-Mar-2001 |
Daniel Stenberg |
show the ftp server invoke line when -d is used |
4646a1ff | 05-Mar-2001 |
Daniel Stenberg |
talks more on verbose |
0cb4eba0 | 05-Mar-2001 |
Daniel Stenberg |
free the struct on done |
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 |