aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-05-15Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg
2001-05-14Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurlDaniel Stenberg
2001-05-12Added tons of comments all overDaniel Stenberg
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
2001-05-11removed unused #ifdef'ed sectionDaniel Stenberg
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
2001-05-11checkheader() added to check headers+contents instead of the previousDaniel Stenberg
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
2001-05-08when getting a FTP file with NOBODY, we will no longer return error ifDaniel 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-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-05-03Cris Bailiff's fix to disable chunked transfers on re-used persistentDaniel Stenberg
2001-05-03Cris Bailiff's fix to never attempt to get the body of a 304-reply!Daniel Stenberg
2001-04-27When Content-Length:0 is received, we now bail now and return successDaniel Stenberg
2001-04-27improved treatment of "Content-Length: 0", which is done by havingDaniel Stenberg
2001-04-26Curl_GetFTPResponse() is rewritten to read all incoming data in largeDaniel Stenberg
2001-04-25connection re-using didn't work on non-default ports when not using proxyDaniel Stenberg
2001-04-24include debugmem for memory leak detectionDaniel Stenberg
2001-04-24on albert chin's comment I remade the fix to set '\0' instead of 0 sinceDaniel Stenberg
2001-04-23Added zero termination, as the OpenSSL version string was written withoutDaniel Stenberg
2001-04-23no need to copy the name when re-using the connection, we already have theDaniel Stenberg
2001-04-22Rosimildo da Silva corrected them to build a proper lib and to use optionsDaniel Stenberg
2001-04-22copy the name properly when re-using a connectionDaniel Stenberg
2001-04-22old krb4 fix for strlcat() prototypeDaniel Stenberg
2001-04-18Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg
2001-04-17init the speed index variable between transfersDaniel Stenberg
2001-04-17Frederic Lepied's ftp download resume fixDaniel Stenberg
2001-04-17use GMT for the conditional timed gets (reported by Phil Karn)Daniel Stenberg
2001-04-11calling curl_easy_perform() with no URL set, now returns an error asDaniel Stenberg
2001-04-11we don't use the HTTP_PROXY environment variable in uppercase anymore, sinceDaniel Stenberg
2001-04-11oops, missed the shut-off non-blocking fixDaniel Stenberg
2001-04-11SM made the connection timeout work for windows boxes!Daniel Stenberg
2001-04-10setopt() works with the new CURLOPT_HEADERFUNCTION:Daniel Stenberg
2001-04-10Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg
2001-04-09corrected by SM to build better with opensslDaniel Stenberg
2001-04-09SM's updatesDaniel Stenberg
2001-04-07Andrés García fixed curl_escape()Daniel Stenberg
2001-04-06show openssl 0.9.6a properlyDaniel Stenberg
2001-04-06curl_formfree() can be called with a NULL argumentDaniel Stenberg
2001-04-03bugfixed the Location: following that must've been bad since the persistantDaniel Stenberg
2001-04-03- disabling port on absolute redirects is wrongDaniel Stenberg
2001-04-03better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg
2001-04-03Puneet Pawaia pointed out the lack of http_chunks in several places.Daniel Stenberg
2001-03-29ftps:// support addedDaniel Stenberg
2001-03-27make sure the alarm is off when returning from curl_easy_perform()Daniel Stenberg