aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-03-31Fixed how the user name is extracted from http_proxy environment variableDaniel Stenberg
2004-03-31Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg
2004-03-31CURLDIGEST_BADALGO is a new return code from the digest codeDaniel Stenberg
2004-03-30typecast setsockopt()'s 4th argument to void * to make compilers complainDaniel Stenberg
2004-03-30adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg
2004-03-30Lots of comments added an clarified. Added timeout for the ares versionDaniel Stenberg
2004-03-30added stale boolean to the digest structDaniel Stenberg
2004-03-30first attempt to support stale=trueDaniel Stenberg
2004-03-30if 0'ed out a code section that uses __FUNCTION__ etc, used for debuggingDaniel Stenberg
2004-03-30init the dns pointer to NULL for clarityDaniel Stenberg
2004-03-30added more comments for what the functions returnDaniel Stenberg
2004-03-30David Byron made CURLOPT_FAILONERROR work with authentications such as NTLMDaniel Stenberg
2004-03-30'authdone' was added to the sessionhandle and thus was removed from theDaniel Stenberg
2004-03-30David Byron added 'authdone' to the SessionHandle.Daniel Stenberg
2004-03-29The select() timeout is better not static since some implementation actuallyDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-03-29re-indented to use curl-standard source formattingDaniel Stenberg
2004-03-29netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg
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