- Mar 31, 2004
-
-
Daniel Stenberg authored
existance of NI_WITHSCOPEID since some platforms have that define but still can't function with it set.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the specific time to wait for a resolve. The definition is at the top of this source file.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
* Made the incoming line parser more forgiving to allow "name=contents" pairs where the contents isn't within double quotes. * Made the digest code return CURLDIGEST_BADALGO if a requested algorithm isn't supported by the code.
-
Daniel Stenberg authored
we use the NIFLAGS properly on both places in the code that use getnameinfo().
-
Daniel Stenberg authored
when set.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
less
-
Daniel Stenberg authored
-
Daniel Stenberg authored
of Curl_is_resolved() to address Roy Shan's reported problem.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the new "fail with auth" code
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
or Digest.
-
Daniel Stenberg authored
argument to the NTLM function(s)
-
Daniel Stenberg authored
-
- Mar 29, 2004
-
-
Daniel Stenberg authored
might change it. I don't *think* it does it when the timeout is 0,0 but it is better to be sure...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 27, 2004
-
-
Daniel Stenberg authored
-
- Mar 26, 2004
-
-
Daniel Stenberg authored
A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo(). The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If ENABLE_IPV6 isn't enabled, it doesn't matter since we never call getaddrinfo(). Allthough we could to support weird protocols like SOCK_RDM that Win-2K/XP has.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 25, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
new configure script detects them and now this code acts according to what API that was detected
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Added a more verbose comment about what strerror_r() can set errno to in case of failure. This file still doesn't build on Solaris due to a missing 'sys_nerr' symbol.
-