8fd89d6b | 12-May-2001 |
Daniel Stenberg |
fixed Curl_SSLConnect() to return CURLcode errors, including the new error code for peer certificate errors |
632e951e | 11-May-2001 |
Daniel Stenberg |
changed wording to make it more obvious I don't continuously work on this. |
a3a2d200 | 11-May-2001 |
Daniel Stenberg |
two new FTP file transfer resume test cases added |
4c2ca97d | 11-May-2001 |
Daniel Stenberg |
removed unused #ifdef'ed section |
11f2464a | 11-May-2001 |
Daniel Stenberg |
when asking for a resumed FTP transfer, even though the entire file has already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra
when asking for a resumed FTP transfer, even though the entire file has already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed.
show more ...
|
291075b1 | 11-May-2001 |
Daniel Stenberg |
checkheader() added to check headers+contents instead of the previous strnequal() approach that really didn't follow the RFC properly |
282939c6 | 11-May-2001 |
Daniel Stenberg |
another multiple FTP transfer fix |
fef1fc0d | 11-May-2001 |
Daniel Stenberg |
Ingo Wilken's redirect fixes |
dc6da007 | 10-May-2001 |
Daniel Stenberg |
Ingo Wilken's patch to support multiple spaces after "Location:" |
7be8993f | 10-May-2001 |
Daniel Stenberg |
When re-using a connection, the path pointers were not setup properly so that multiple FTP transfers were not possible |
bad4c896 | 10-May-2001 |
Daniel Stenberg |
added ftpsserver.pl stunnel.pm |
4dbac041 | 08-May-2001 |
Daniel Stenberg |
removed some texts like "starting with version XXX" blabla |
dd344b65 | 08-May-2001 |
Daniel Stenberg |
made clear that the cookie file format understood is Netscape _and_ Mozilla |
5c25c7bb | 08-May-2001 |
Daniel Stenberg |
when getting a FTP file with NOBODY, we will no longer return error if SIZE doesn't work, we just don't output any size info! |
a6d9ccf6 | 07-May-2001 |
Daniel Stenberg |
Added stunnel.pem |
89ba66e0 | 07-May-2001 |
Daniel Stenberg |
corrected the read-callback typecase since FILE * was replaced with void * |
85631150 | 07-May-2001 |
Daniel Stenberg |
fixed 'storefread' to not make a warning |
3654bd1b | 07-May-2001 |
Daniel Stenberg |
7.7.3 |
237edbc9 | 07-May-2001 |
Daniel Stenberg |
changed FILE * to void * in all callbacks |
41279031 | 04-May-2001 |
Daniel Stenberg |
Added multithread.c |
2ffc20dc | 04-May-2001 |
Daniel Stenberg |
example using multiple threads to get URLs |
a2a446cb | 04-May-2001 |
Daniel Stenberg |
updated contributors list |
9304055d | 04-May-2001 |
Daniel Stenberg |
'FILE *' changed to 'void *' in all callback functions |
53e0c1b1 | 04-May-2001 |
Daniel Stenberg |
fixed the link to the OS/2 Patch for OpenSSL |
4efa1e8e | 03-May-2001 |
Daniel Stenberg |
corrected bad use of the CURLOPT_HTTPPOST header |