dd2add82 | 31-Mar-2004 |
Daniel Stenberg |
Fixed how the user name is extracted from http_proxy environment variable when set. |
40d9855d | 31-Mar-2004 |
Daniel Stenberg |
Andr�s Garc�a fixed a warning in the ioctlsocket() usage. |
ecf7adba | 31-Mar-2004 |
Daniel Stenberg |
modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and added some more debug output to make it easier to detect failure reasons in the autobuild logs |
931c847e | 31-Mar-2004 |
Daniel Stenberg |
CURLDIGEST_BADALGO is a new return code from the digest code |
8230d9bf | 31-Mar-2004 |
Daniel Stenberg |
Dominick Meglio fixed a missing comma |
64cc14e9 | 30-Mar-2004 |
Daniel Stenberg |
one issue less |
d5b8971f | 30-Mar-2004 |
Daniel Stenberg |
typecast setsockopt()'s 4th argument to void * to make compilers complain less |
7ea837a1 | 30-Mar-2004 |
Daniel Stenberg |
adjusted to the new dns cache function to hide more hostip internals |
b8b8473b | 30-Mar-2004 |
Daniel Stenberg |
Lots of comments added an clarified. Added timeout for the ares version of Curl_is_resolved() to address Roy Shan's reported problem. |
894dbae4 | 30-Mar-2004 |
Daniel Stenberg |
added stale boolean to the digest struct |
2c114258 | 30-Mar-2004 |
Daniel Stenberg |
first attempt to support stale=true |
a2ea0abf | 30-Mar-2004 |
Daniel Stenberg |
Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for tes
Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for testing purposes.
show more ...
|
be8f8e66 | 30-Mar-2004 |
Daniel Stenberg |
Dominick Meglio's new ares_expand_string() function |
9fadfffb | 30-Mar-2004 |
Daniel Stenberg |
when checking the automake version, cut off trailing "-p[whatever]" from the version string before doing the version number checks. |
76f23acf | 30-Mar-2004 |
Daniel Stenberg |
if 0'ed out a code section that uses __FUNCTION__ etc, used for debugging the new "fail with auth" code |
6950aeaf | 30-Mar-2004 |
Daniel Stenberg |
init the dns pointer to NULL for clarity |
cd160a66 | 30-Mar-2004 |
Daniel Stenberg |
added more comments for what the functions return |
a7376968 | 30-Mar-2004 |
Daniel Stenberg |
mention the fact that you can append a new CA cert to the existing bundle too |
fd96a2af | 30-Mar-2004 |
Daniel Stenberg |
David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the function
David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the functionality.
show more ...
|
a90cd1a4 | 30-Mar-2004 |
Daniel Stenberg |
David Byron's new test cases for the --fail and auth stuff. |
8e92600d | 30-Mar-2004 |
Daniel Stenberg |
David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM or Digest. |
5e75c310 | 30-Mar-2004 |
Daniel Stenberg |
'authdone' was added to the sessionhandle and thus was removed from the argument to the NTLM function(s) |
20cab07c | 30-Mar-2004 |
Daniel Stenberg |
David Byron added 'authdone' to the SessionHandle. |
f466d7a6 | 29-Mar-2004 |
Daniel Stenberg |
these are now in the packages/vms dir |
dc46f535 | 29-Mar-2004 |
Daniel Stenberg |
The select() timeout is better not static since some implementation actually might change it. I don't *think* it does it when the timeout is 0,0 but it is better to be sure... |