- Oct 08, 2006
-
-
Daniel Stenberg authored
make sure that a previously used one is killed first (since they re-use the same .pid file etc)
-
- Oct 07, 2006
-
-
Daniel Stenberg authored
-
- Oct 06, 2006
-
-
Daniel Stenberg authored
now runs fine.
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Oct 05, 2006
-
-
Daniel Stenberg authored
-
- Oct 04, 2006
-
-
Daniel Stenberg authored
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem.
-
- Oct 02, 2006
-
-
Daniel Stenberg authored
transfer support
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 28, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1561470Daniel Stenberg authored
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
-
- Sep 27, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
jar has died and we now instead point out our own version of that
-
- Sep 26, 2006
-
-
Daniel Stenberg authored
-
- Sep 25, 2006
- Sep 24, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Vista (_WIN32_WINNT >= 0x0600)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
encrypt the control connection and use the data connection "plain".
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
-
- Sep 21, 2006
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine.
-
Daniel Stenberg authored
-
- Sep 20, 2006
-
-
Daniel Stenberg authored
empty password or no password at all. Test case 278 and 279 were added to verify.
-
Daniel Stenberg authored
FTPS
-
Daniel Stenberg authored
it basically was that we didn't remove the current connection from the pipe list when following a redirect. Also in this commit: several cases of additional debug code for debug builds helping to check and track down some signs of run-time trouble.
-
Daniel Stenberg authored
-
- Sep 16, 2006
-
-
Daniel Stenberg authored
currently fits in the cache, to make the cache work better especially for pipelining cases but also for "mere" (persistent) connection re-use.
-
Daniel Stenberg authored
is still trying to resolve the host name, it seems that the ftp struct is not yet initialized, but the removal action calls Curl_done() which calls Curl_ftp_done. So we simply return success from there if no ftp pointer is set.
-