aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-02snprintf instead of sprintf,Daniel Stenberg
2004-07-02added typecasts to please compilersDaniel Stenberg
2004-07-02variable type cleanup to hush compilers,Daniel Stenberg
2004-07-02explicit typecasts to double to prevent warnings about implicit conversionsDaniel Stenberg
2004-07-02curl_share_cleanup fixDaniel Stenberg
2004-07-02make clean now removes getdate.cDaniel Stenberg
2004-07-02configure --disable-http works these daysDaniel Stenberg
2004-07-02Andrés García found out the share cleanup code crashes when you cleanupDaniel Stenberg
2004-07-01typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg
2004-07-01djgpp fixes by GisleDaniel Stenberg
2004-07-01Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg
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
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
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
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
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
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
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