summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2001-03-26'Connection: keep-alive' is now understood when sent by a HTTP/1.0 serverDaniel Stenberg
2001-03-23DONT TOUCH the data->url as it may point to read-only memory!!!Daniel Stenberg
2001-03-23now always stops reading a HEAD reply after all the headers have been returnedDaniel Stenberg
2001-03-23ConnectionExists() wrongly returned TRUE for too many connections if proxyDaniel Stenberg
2001-03-22Treat 302-redirects the same way we treat 303-redirectsDaniel Stenberg
2001-03-22reset the follow location counter in Curl_perform() so that we can followDaniel Stenberg
2001-03-22brand new Curl_ prefixes on global symbolsDaniel Stenberg
2001-03-22made it use Curl_ prefixes on global symbolsDaniel Stenberg
2001-03-22Jim Drash suggested and I made it not encode what looks like an alreadyDaniel Stenberg
2001-03-22removed the duplicates!Daniel Stenberg
2001-03-22added escape and unescapeDaniel Stenberg
2001-03-22the new escape/unescape function setupDaniel Stenberg
2001-03-19Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 definesDaniel Stenberg
2001-03-16detect if chunked transfers are abortedDaniel Stenberg
2001-03-16corrected the close to sclose() so that the memdebug stuff worksDaniel Stenberg
2001-03-16re-generated with the memdebug.h includeDaniel Stenberg
2001-03-16added memdebug.h includeDaniel Stenberg
2001-03-15added connect timeout supportDaniel Stenberg
2001-03-14removed a bunch of warnings for IPv6-compilesDaniel Stenberg
2001-03-14now works with IPv6 and HTTP proxyDaniel Stenberg
2001-03-14hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg
2001-03-14uses getpwuid() to find user's home dirDaniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-14Björn Stenberg corrected the silly '(void)data' usage when SSL is notDaniel Stenberg
2001-03-14Jörn's updated fileDaniel Stenberg