aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-16Added #define CURLE_ALREADY_COMPLETE to not break compiles that use thatDaniel Stenberg
symbol, but libcurl will not return this ever
2001-05-15added pointer to the examples/getinmemory.c source code for paragraphDaniel Stenberg
5.2 "How can I receive all data into a large memory chunk?"
2001-05-15Added getinmemory.cDaniel Stenberg
2001-05-15this might actually compile too...Daniel Stenberg
2001-05-15an example on how you can use the write callback to receive data in a memoryDaniel Stenberg
chunk
2001-05-15We need -lpthread for the pthread exampleDaniel Stenberg
2001-05-15correctedDaniel Stenberg
2001-05-15Added Pawel A. GajdaDaniel Stenberg
2001-05-15Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg
2001-05-14Added the first https test: 300Daniel Stenberg
2001-05-14pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg
2001-05-14Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurlDaniel Stenberg
2001-05-14added a pointer to the download web pageDaniel Stenberg
2001-05-12Added tons of comments all overDaniel Stenberg
2001-05-12multiple transfer path fixes, location fixes, resume download changes,Daniel Stenberg
ssl peer verify fixes and more
2001-05-12CURLE_ALREADY_COMPLETE is removedDaniel Stenberg
CURLE_SSL_PEER_CERTIFICATE is added
2001-05-12Uses the Curl_SSLConnect() according to the new return typeDaniel Stenberg
2001-05-12fixed Curl_SSLConnect() to return CURLcode errors, including the new errorDaniel Stenberg
code for peer certificate errors
2001-05-11changed wording to make it more obvious I don't continuously work on this.Daniel Stenberg
2001-05-11two new FTP file transfer resume test cases addedDaniel Stenberg
2001-05-11removed unused #ifdef'ed sectionDaniel Stenberg
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
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.
2001-05-11checkheader() added to check headers+contents instead of the previousDaniel Stenberg
strnequal() approach that really didn't follow the RFC properly
2001-05-11another multiple FTP transfer fixDaniel Stenberg
2001-05-11Ingo Wilken's redirect fixesDaniel Stenberg
2001-05-10Ingo Wilken's patch to support multiple spaces after "Location:"Daniel Stenberg
2001-05-10When re-using a connection, the path pointers were not setup properly soDaniel Stenberg
that multiple FTP transfers were not possible
2001-05-10added ftpsserver.pl stunnel.pmDaniel Stenberg
2001-05-08removed some texts like "starting with version XXX" blablaDaniel Stenberg
2001-05-08made clear that the cookie file format understood is Netscape _and_ MozillaDaniel Stenberg
2001-05-08when getting a FTP file with NOBODY, we will no longer return error ifDaniel Stenberg
SIZE doesn't work, we just don't output any size info!
2001-05-07Added stunnel.pemDaniel Stenberg
2001-05-07corrected the read-callback typecase since FILE * was replaced with void *Daniel Stenberg
2001-05-07fixed 'storefread' to not make a warningDaniel Stenberg
2001-05-077.7.3Daniel Stenberg
2001-05-07changed FILE * to void * in all callbacksDaniel Stenberg
2001-05-04Added multithread.cDaniel Stenberg
2001-05-04example using multiple threads to get URLsDaniel Stenberg
2001-05-04updated contributors listDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-05-04fixed the link to the OS/2 Patch for OpenSSLDaniel Stenberg
2001-05-03corrected bad use of the CURLOPT_HTTPPOST headerDaniel Stenberg
2001-05-03Cris changesDaniel Stenberg
2001-05-03Cris Bailiff's fix to disable chunked transfers on re-used persistentDaniel Stenberg
connections.
2001-05-03Cris Bailiff's fix to never attempt to get the body of a 304-reply!Daniel Stenberg
2001-05-03buildconf added, Sterling Hughes added that fileDaniel Stenberg
2001-05-03useful script to run after updating from CVSDaniel Stenberg
2001-05-03fixed the EXTRA_DIST lineDaniel Stenberg
2001-04-27When Content-Length:0 is received, we now bail now and return successDaniel Stenberg
directly after all the headers are received!
2001-04-27bugs, fixes and updatesDaniel Stenberg