aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-30make the SSL connect use the same default connect timeout define as theDaniel 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-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-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
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
2004-06-24fixed the MSVC build.Gunter Knauf
2004-06-24length limit the sscanf() parsing to prevent buffer overflowDaniel Stenberg
2004-06-24ah, simplified my latest change moreDaniel Stenberg
2004-06-24fix for systems without gethostbyname_r()Daniel Stenberg
2004-06-24Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg
2004-06-24made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg
2004-06-24use snprintf() to be on the safe sideDaniel Stenberg
2004-06-24typecasts to prevent warningsDaniel Stenberg
2004-06-24only use sockaddr_in6 on ipv6-enabled hostsDaniel Stenberg
2004-06-24typecast to prevent warningDaniel Stenberg
2004-06-24use Curl_addrinfo, not 'struct addrinfo'Daniel Stenberg
2004-06-24fixed problems I missed to fix from my cleanupDaniel Stenberg
2004-06-24prevent warningDaniel Stenberg
2004-06-24Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg
2004-06-23static functions are better not Curl_ prefixed to make their staticDaniel Stenberg
2004-06-23When adding the return -1 to prevent warnings on some compilers, othersDaniel Stenberg
2004-06-23prevent a warningDaniel Stenberg
2004-06-22one copy&paste too much, removed the define again.Gunter Knauf
2004-06-22argh - copy&paste error.Gunter Knauf
2004-06-22syncronized with recent getdate.y updates.Gunter Knauf
2004-06-22the hostname variable wasn't assigned and we no longer use itDaniel Stenberg
2004-06-22David Cohen pointed out that RFC2109 says clients should allow cookies toDaniel Stenberg
2004-06-22Günter Knauf fixed getdate.y to remove a few warnings. I removed theDaniel Stenberg
2004-06-22Moved the "About to connect() to" text to the place where the host name isDaniel Stenberg
2004-06-22Gisle fixed the wildcard checks for certificates.Daniel Stenberg
2004-06-22Gunter's fix to avoid the notorious YYSTACK_USE_ALLOCA warning we get onDaniel Stenberg
2004-06-22pass an int pointer when it expects an int pointer...Daniel Stenberg
2004-06-21The read callback can now return CURL_READFUNC_ABORT to stop a transfer.Daniel Stenberg
2004-06-21typecasts to prevent compiler warningsDaniel Stenberg
2004-06-19When doing auth negotiations or authprobing, we only consider HTTP codeDaniel Stenberg
2004-06-19prevent compiler warningDaniel Stenberg