aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-03-27Tor fixed a left-over from the ip argument to setnodelayDaniel Stenberg
2004-03-26Gisle Vanem:Daniel Stenberg
2004-03-26check for netinet/tcp.h precense before actually including itDaniel Stenberg
2004-03-26removed the ip number from the notcpdelay functionDaniel Stenberg
2004-03-25only output one line about the nodelay even if it failsDaniel Stenberg
2004-03-25win32 doesn't need and even doesn't build if we extern declare sys_nerrDaniel Stenberg
2004-03-25include the strerror.h file without curl_ prefixDaniel Stenberg
2004-03-25strerror without prefixDaniel Stenberg
2004-03-25cut off 'curl_' from the strerror file namesDaniel Stenberg
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-25so there are at least two different strerror_r() versions and our brandDaniel Stenberg
2004-03-25added curl_strerror to the buildDaniel Stenberg
2004-03-25extern declare the sys_nerr variable. Required on Solaris at least.Daniel Stenberg
2004-03-25Always include setup.h as the first header file.Daniel Stenberg
2004-03-24missed the new header fileDaniel Stenberg
2004-03-24Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg
2004-03-24new header file - for Curl_strerror()Daniel Stenberg
2004-03-23keep current_speed as an curl_off_t for better precision at higher speedsDaniel Stenberg
2004-03-23switch() on the right variable!Daniel Stenberg
2004-03-23curl_strequal() returns int, keep return variables in an intDaniel Stenberg
2004-03-23make the variables that hold the result of strlen() size_tDaniel Stenberg
2004-03-23stricter variable type usageDaniel Stenberg
2004-03-23variable type usage cleanup to please picky compilersDaniel Stenberg
2004-03-23get strlen() results in a size_t, delete 'register'Daniel Stenberg
2004-03-23made time2str() use longs internally instead to prevent compiler warningsDaniel Stenberg
2004-03-23added explicit typecasts to prevent compiler warnings on variable conversionsDaniel Stenberg
2004-03-23If localbind fails, provide a more portable error message.Daniel Stenberg
2004-03-23it actually fits to make a NNNd NNh display so this can be used up toDaniel Stenberg
2004-03-23Fixed the time fields no never get wider than 8 letters. They can now switchDaniel Stenberg
2004-03-22Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is setDaniel Stenberg
2004-03-22Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg
2004-03-22fixed /I "." for the debug build tooDaniel Stenberg
2004-03-22add /I "." to include ca-bundle.h properlyDaniel Stenberg
2004-03-22include the new curlver instead, since all this wants is the version infoDaniel Stenberg
2004-03-21Marty Kuhrt's adjustments for a cleaner VMS buildDaniel Stenberg
2004-03-17added http_ntlm.[ch] and inet_pton.[ch], pointed out by WatzDaniel Stenberg
2004-03-17Günter Knauf's update, mainly converted to plain old C comments.Daniel Stenberg
2004-03-17new netware-related files added to the distributionDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-16removed the min() macro defineDaniel Stenberg
2004-03-15if the global_init() is called from within curl_easy_init() and returnsDaniel Stenberg
2004-03-15Initial commit of the first attempt to make three new *strerror() functions.Daniel Stenberg
2004-03-14fix signed and unsigned warningsDaniel Stenberg
2004-03-13postsize is off_t now, so we typecase it to int before doing normal printfDaniel Stenberg
2004-03-13the postsize is an off_t so use the proper printf format to output theDaniel Stenberg
2004-03-12more variable type fixing for the huge postsDaniel Stenberg
2004-03-12more variable type fixes for the large POST supportDaniel Stenberg
2004-03-12Made the 'postsize' variable an off_t type to be able to hold large fileDaniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
2004-03-11dl and ulspeed are now curl_off_t so typecast them to double when weDaniel Stenberg