aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-27fixed curl_easy_duphandle() to properly clean up all memory if any memoryDaniel Stenberg
function fails and it returns NULL
2004-05-27free() allocated memory when the ares search can't be madeDaniel Stenberg
2004-05-27clear the domains and sortlist when the 'channel' is first created so thatDaniel Stenberg
we can compare if non-NULL elsewhere
2004-05-27better checks to avoid free(NULL)Daniel Stenberg
2004-05-27James Bursa's fix to prevent free(NULL) to occurDaniel Stenberg
2004-05-26the CONNECT issue seems fixed too nowDaniel Stenberg
2004-05-26Mohun Biswas added release-zlib and debug-zlib targets.Daniel Stenberg
2004-05-26MSVC makefiles updated and an auth problem when using CONNECTDaniel Stenberg
2004-05-26curllib.dsp works in the latest snapshotsDaniel Stenberg
2004-05-26bugs, changes, sponsors!Daniel Stenberg
2004-05-26updated with recent stuffDaniel Stenberg
2004-05-26three new functions in the public APIDaniel Stenberg
2004-05-26added example that makes an upload to a file:// urlDaniel Stenberg
2004-05-26strip trailing whitespaceDaniel Stenberg
2004-05-26Added a new 'bit' in the connect struct named 'tunnel_proxy' that is setDaniel Stenberg
if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app.
2004-05-25initial support for "uploading" to file:// URLsDaniel Stenberg
2004-05-25--proxy-basic added for completenessDaniel Stenberg
2004-05-25removed some stuff that actually is done now, added the --optionseparatorDaniel Stenberg
idea (not really new, but its better to have it mentioned in here)
2004-05-25Bug report #948950, excessive amount of file descriptors might crash libcurlDaniel Stenberg
2004-05-25Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg
2004-05-25preprocessor magic around the libidn idn_free() stuff to remain workableDaniel Stenberg
both with older libidn versions without idn_free() and with libidn versions that gets installed without idn-free.h
2004-05-25checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg
versions
2004-05-25remove trailing whitespaceDaniel Stenberg
2004-05-25make one call instead of twoDaniel Stenberg
2004-05-24new example proving that the debug callback works even when the multiDaniel Stenberg
interface is used
2004-05-24remove trailing whitespaceDaniel Stenberg
2004-05-24multi interface, debug callbackDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24if no errorbuffer string was provided when a return code was returned, useDaniel Stenberg
the curl_easy_strerror() function to provide one
2004-05-24IDN is a recognized featureDaniel Stenberg
2004-05-24fixed a referenceDaniel Stenberg
2004-05-24meta-m runs delete-trailing-whitespace in curl-modeDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24better nameDaniel Stenberg
2004-05-24only idn_free() if built with libidnDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24 Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction toDaniel Stenberg
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
2004-05-24Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-21While talking to host a.b.c, libcurl did wrongly not accept cookies that wereDaniel Stenberg
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it.
2004-05-21quickfix to avoid division by zero, possibly we should go over all of theseDaniel Stenberg
once and for all
2004-05-20fixed transfer speed mathDaniel Stenberg
2004-05-20calculate upload and download speed using doubles to keep precision.Daniel Stenberg
deleted trailing whitespace
2004-05-19NTLM requires SSLDaniel Stenberg
2004-05-19cert verifyDaniel Stenberg
2004-05-19added test 170Daniel Stenberg
2004-05-19David Byron's test case with -F that used to crashDaniel Stenberg
2004-05-19killed trailing whitespaceDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-19language!Daniel Stenberg