Age | Commit message (Expand) | Author |
2001-05-15 | corrected | Daniel Stenberg |
2001-05-15 | Added Pawel A. Gajda | Daniel Stenberg |
2001-05-15 | Pawel A. Gajda fixed resumed transfers on persistent connections | Daniel Stenberg |
2001-05-14 | Added the first https test: 300 | Daniel Stenberg |
2001-05-14 | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg |
2001-05-14 | Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl | Daniel Stenberg |
2001-05-14 | added a pointer to the download web page | Daniel Stenberg |
2001-05-12 | Added tons of comments all over | Daniel Stenberg |
2001-05-12 | multiple transfer path fixes, location fixes, resume download changes, | Daniel Stenberg |
2001-05-12 | CURLE_ALREADY_COMPLETE is removed | Daniel Stenberg |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg |
2001-05-12 | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg |
2001-05-11 | changed wording to make it more obvious I don't continuously work on this. | Daniel Stenberg |
2001-05-11 | two new FTP file transfer resume test cases added | Daniel Stenberg |
2001-05-11 | removed unused #ifdef'ed section | Daniel Stenberg |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg |
2001-05-11 | checkheader() added to check headers+contents instead of the previous | Daniel Stenberg |
2001-05-11 | another multiple FTP transfer fix | Daniel Stenberg |
2001-05-11 | Ingo Wilken's redirect fixes | Daniel Stenberg |
2001-05-10 | Ingo Wilken's patch to support multiple spaces after "Location:" | Daniel Stenberg |
2001-05-10 | When re-using a connection, the path pointers were not setup properly so | Daniel Stenberg |
2001-05-10 | added ftpsserver.pl stunnel.pm | Daniel Stenberg |
2001-05-08 | removed some texts like "starting with version XXX" blabla | Daniel Stenberg |
2001-05-08 | made clear that the cookie file format understood is Netscape _and_ Mozilla | Daniel Stenberg |
2001-05-08 | when getting a FTP file with NOBODY, we will no longer return error if | Daniel Stenberg |
2001-05-07 | Added stunnel.pem | Daniel Stenberg |
2001-05-07 | corrected the read-callback typecase since FILE * was replaced with void * | Daniel Stenberg |
2001-05-07 | fixed 'storefread' to not make a warning | Daniel Stenberg |
2001-05-07 | 7.7.3 | Daniel Stenberg |
2001-05-07 | changed FILE * to void * in all callbacks | Daniel Stenberg |
2001-05-04 | Added multithread.c | Daniel Stenberg |
2001-05-04 | example using multiple threads to get URLs | Daniel Stenberg |
2001-05-04 | updated contributors list | Daniel Stenberg |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg |
2001-05-04 | fixed the link to the OS/2 Patch for OpenSSL | Daniel Stenberg |
2001-05-03 | corrected bad use of the CURLOPT_HTTPPOST header | Daniel Stenberg |
2001-05-03 | Cris changes | Daniel Stenberg |
2001-05-03 | Cris Bailiff's fix to disable chunked transfers on re-used persistent | Daniel Stenberg |
2001-05-03 | Cris Bailiff's fix to never attempt to get the body of a 304-reply! | Daniel Stenberg |
2001-05-03 | buildconf added, Sterling Hughes added that file | Daniel Stenberg |
2001-05-03 | useful script to run after updating from CVS | Daniel Stenberg |
2001-05-03 | fixed the EXTRA_DIST line | Daniel Stenberg |
2001-04-27 | When Content-Length:0 is received, we now bail now and return success | Daniel Stenberg |
2001-04-27 | bugs, fixes and updates | Daniel Stenberg |
2001-04-27 | clarified and updated | Daniel Stenberg |
2001-04-27 | improved treatment of "Content-Length: 0", which is done by having | Daniel Stenberg |
2001-04-27 | new | Daniel Stenberg |
2001-04-26 | Curl_GetFTPResponse() is rewritten to read all incoming data in large | Daniel Stenberg |
2001-04-26 | split curl and libcurl into two strings in the initial display | Daniel Stenberg |
2001-04-25 | connection re-using didn't work on non-default ports when not using proxy | Daniel Stenberg |