summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg2004-07-011-4/+12
* Gisle added makefile for djgpp buildsDaniel Stenberg2004-07-012-0/+57
* --trace fixDaniel Stenberg2004-07-012-1/+9
* make functions use size_t instead of int next major updateDaniel Stenberg2004-07-011-0/+2
* Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg2004-07-016-16/+18
* variable type cleanup to fix picky compiler warningsDaniel Stenberg2004-07-013-20/+18
* typecast to prevent picky compiler warningDaniel Stenberg2004-07-011-1/+1
* typecast to int when the variable is int!Daniel Stenberg2004-07-011-2/+2
* Gisle's djgpp magicDaniel Stenberg2004-07-011-0/+3
* Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg2004-07-013-1/+28
* don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg2004-07-011-3/+3
* spellfixed commentsDaniel Stenberg2004-07-011-6/+5
* Another Gisle updateDaniel Stenberg2004-06-301-64/+33
* 5K array on the stack is a big hefty, it is now allocated with mallocDaniel Stenberg2004-06-301-16/+19
* I think 1024 bytes is enough for even most ipv6 addresses :-)Daniel Stenberg2004-06-301-1/+1
* Prevent a very long password to buffer overflow the global variable weDaniel Stenberg2004-06-301-1/+3
* removed trailing whitespace, free a missing malloc when returning errorDaniel Stenberg2004-06-301-39/+41
* passing in a very long interface name could make a buffer overflowDaniel Stenberg2004-06-301-1/+4
* not PIN code, pass phraseDaniel Stenberg2004-06-301-5/+5
* simplified the check for when to free() the buf dataDaniel Stenberg2004-06-301-2/+2
* NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg2004-06-306-2/+113
* wxcurldavDaniel Stenberg2004-06-301-0/+1
* fixedDaniel Stenberg2004-06-301-7/+0
* make the SSL connect use the same default connect timeout define as theDaniel Stenberg2004-06-303-3/+4
* Curl_addrinfo is another typedef we use frequentlyDaniel Stenberg2004-06-291-1/+1
* Gisle fixed a bad free from the resolve reorg, I changed type of the bufDaniel Stenberg2004-06-291-3/+7
* Gisle's djgpp updatesDaniel Stenberg2004-06-294-188/+237
* Gisle's updateDaniel Stenberg2004-06-291-31/+64
* fixed argument parsing; added --setup option.Gunter Knauf2004-06-291-16/+19
* 'M-x ispell-buffer'Daniel Stenberg2004-06-291-5/+5
* multi interface connect fixDaniel Stenberg2004-06-293-7/+8
* commented out the check for gethostbyname_r() as we no longer use itDaniel Stenberg2004-06-291-1/+1
* corrected the Curl_is_connected() protoDaniel Stenberg2004-06-291-6/+6
* First attempt at making the multi interface work when connecting to a hostDaniel Stenberg2004-06-292-122/+176
* Added missing info for the command line tool, as noted by Mike KienenbergerDaniel Stenberg2004-06-291-3/+15
* --limit-rate problems on Mac OS X was reported by Rob StanzelDaniel Stenberg2004-06-282-4/+5
* check for a fine poll() before it is used to sleep subsecondDaniel Stenberg2004-06-274-2/+45
* reset CURLOPT_CUSTOMREQUEST with NULLDaniel Stenberg2004-06-271-0/+2
* snprintf and versionDaniel Stenberg2004-06-241-0/+9
* oops 5 bytes makes 4 letters plus zero byteDaniel Stenberg2004-06-241-1/+1
* fix warningDaniel Stenberg2004-06-241-1/+1
* the _num_chars() function is not used, removingDaniel Stenberg2004-06-241-24/+0
* to prevent compier warnings, we only declare len if we have codeDaniel Stenberg2004-06-241-0/+5
* Gisle: free used memory betterDaniel Stenberg2004-06-241-0/+4
* Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg2004-06-244-11/+12
* include header for our printfsDaniel Stenberg2004-06-241-9/+12
* reverted bad win32 fixDaniel Stenberg2004-06-242-6/+0
* fixed the MSVC build.Gunter Knauf2004-06-242-1/+12
* length limit the sscanf() parsing to prevent buffer overflowDaniel Stenberg2004-06-241-1/+1
* ah, simplified my latest change moreDaniel Stenberg2004-06-241-7/+0