Age | Commit message (Expand) | Author |
2001-05-21 | added a lame double-check for libcrypto as otherwise it wouldn't get added | Daniel Stenberg |
2001-05-21 | Added test case 400, the first ftps:// one | Daniel Stenberg |
2001-05-21 | ftps test case data | Daniel Stenberg |
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg |
2001-05-18 | this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs | Daniel Stenberg |
2001-05-18 | added some, removed some, moved around some. | Daniel Stenberg |
2001-05-18 | nicer OpenSSL header check | Daniel Stenberg |
2001-05-18 | our internal strlcat() is now named Curl_strlcat() | Daniel Stenberg |
2001-05-18 | strlcat() is now Curl_strlcat() instead to prevent collisions when used with | Daniel Stenberg |
2001-05-18 | strlcpy() turned static | Daniel Stenberg |
2001-05-16 | Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that | Daniel Stenberg |
2001-05-15 | added pointer to the examples/getinmemory.c source code for paragraph | Daniel Stenberg |
2001-05-15 | Added getinmemory.c | Daniel Stenberg |
2001-05-15 | this might actually compile too... | Daniel Stenberg |
2001-05-15 | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg |
2001-05-15 | We need -lpthread for the pthread example | Daniel Stenberg |
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 |