aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-02Andrés García found out the share cleanup code crashes when you cleanupDaniel Stenberg
and there are not lock/unlock functions set!
2004-07-01typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg
picky compilers
2004-07-01djgpp fixes by GisleDaniel Stenberg
2004-07-01Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg
Windows.
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg
2004-07-01--trace fixDaniel Stenberg
2004-07-01make functions use size_t instead of int next major updateDaniel Stenberg
2004-07-01Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg
2004-07-01variable type cleanup to fix picky compiler warningsDaniel Stenberg
2004-07-01typecast to prevent picky compiler warningDaniel Stenberg
2004-07-01typecast to int when the variable is int!Daniel Stenberg
2004-07-01Gisle's djgpp magicDaniel Stenberg
2004-07-01Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg
2004-07-01don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg
up, as that can send traces too
2004-07-01spellfixed commentsDaniel Stenberg
2004-06-30Another Gisle updateDaniel Stenberg
2004-06-305K array on the stack is a big hefty, it is now allocated with mallocDaniel Stenberg
instead
2004-06-30I think 1024 bytes is enough for even most ipv6 addresses :-)Daniel Stenberg
2004-06-30Prevent a very long password to buffer overflow the global variable weDaniel Stenberg
use when built with a very old OpenSSL version.
2004-06-30removed trailing whitespace, free a missing malloc when returning errorDaniel Stenberg
2004-06-30passing in a very long interface name could make a buffer overflowDaniel Stenberg
2004-06-30not PIN code, pass phraseDaniel Stenberg
2004-06-30simplified the check for when to free() the buf dataDaniel Stenberg
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-30wxcurldavDaniel Stenberg
2004-06-30fixedDaniel Stenberg
2004-06-30make the SSL connect use the same default connect timeout define as theDaniel Stenberg
generic connect uses
2004-06-29Curl_addrinfo is another typedef we use frequentlyDaniel Stenberg
2004-06-29Gisle fixed a bad free from the resolve reorg, I changed type of the bufDaniel Stenberg
variable to sort out some compiler warnings.
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-06-29Gisle's updateDaniel Stenberg
2004-06-29fixed argument parsing; added --setup option.Gunter Knauf
2004-06-29'M-x ispell-buffer'Daniel Stenberg
2004-06-29multi interface connect fixDaniel Stenberg
2004-06-29commented out the check for gethostbyname_r() as we no longer use itDaniel Stenberg
2004-06-29corrected the Curl_is_connected() protoDaniel Stenberg
2004-06-29First attempt at making the multi interface work when connecting to a hostDaniel Stenberg
that resolves to multiple IP addresses.
2004-06-29Added missing info for the command line tool, as noted by Mike KienenbergerDaniel Stenberg
2004-06-28--limit-rate problems on Mac OS X was reported by Rob StanzelDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-06-27reset CURLOPT_CUSTOMREQUEST with NULLDaniel Stenberg
2004-06-24snprintf and versionDaniel Stenberg
2004-06-24oops 5 bytes makes 4 letters plus zero byteDaniel Stenberg
2004-06-24fix warningDaniel Stenberg
2004-06-24the _num_chars() function is not used, removingDaniel Stenberg
2004-06-24to prevent compier warnings, we only declare len if we have codeDaniel Stenberg
that uses it
2004-06-24Gisle: free used memory betterDaniel Stenberg
2004-06-24Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg
2004-06-24include header for our printfsDaniel Stenberg
2004-06-24reverted bad win32 fixDaniel Stenberg