Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-31 | Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for the | Daniel Stenberg | |
existance of NI_WITHSCOPEID since some platforms have that define but still can't function with it set. | |||
2004-03-31 | issue 30, digest re-negotiate works now! | Daniel Stenberg | |
2004-03-31 | recent changes | Daniel Stenberg | |
2004-03-31 | updates and David Byron's spellfix | Daniel Stenberg | |
2004-03-31 | Roy Shan fixed a case that prevented ares name resolve timeouts to occur. | Daniel Stenberg | |
2004-03-31 | we're working on 7.11.2-CVS right now | Daniel Stenberg | |
2004-03-31 | HAVE_NI_WITHSCOPEID spelled right! | Daniel Stenberg | |
2004-03-31 | Remove the elapsed time from the most recent select() only. | Daniel Stenberg | |
2004-03-31 | The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for | Daniel Stenberg | |
the specific time to wait for a resolve. The definition is at the top of this source file. | |||
2004-03-31 | Dirk Manske found out the Curl_wait_for_resolv() timed out too early. | Daniel Stenberg | |
2004-03-31 | added swsbounce | Daniel Stenberg | |
2004-03-31 | added include to fix warning | Daniel Stenberg | |
2004-03-31 | * Fixed a memory leak when doing repeated re-negotiations. | Daniel Stenberg | |
* 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. | |||
2004-03-31 | test 153 tests Digest authorization and stale=true stuff | Daniel Stenberg | |
2004-03-31 | Added "swsbounce" magic: if this keyword is present in a <data> section it | Daniel Stenberg | |
sets the "swsbounce" magic mode. If there follows a request for the SAME test number and the SAME part number, this mode will make the server bump the part number internally and thus return a different <dataNUM> section than it otherwise would. Test case 153 uses this in case you need an example. It is pretty involved and hard-to-use, but then the situation is pretty special over all. Enjoy. | |||
2004-03-31 | Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sure | Daniel Stenberg | |
we use the NIFLAGS properly on both places in the code that use getnameinfo(). | |||
2004-03-31 | Fixed how the user name is extracted from http_proxy environment variable | Daniel Stenberg | |
when set. | |||
2004-03-31 | Andrés García fixed a warning in the ioctlsocket() usage. | Daniel Stenberg | |
2004-03-31 | modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and | Daniel Stenberg | |
added some more debug output to make it easier to detect failure reasons in the autobuild logs | |||
2004-03-31 | CURLDIGEST_BADALGO is a new return code from the digest code | Daniel Stenberg | |
2004-03-31 | Dominick Meglio fixed a missing comma | Daniel Stenberg | |
2004-03-30 | one issue less | Daniel Stenberg | |
2004-03-30 | typecast setsockopt()'s 4th argument to void * to make compilers complain | Daniel Stenberg | |
less | |||
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg | |
2004-03-30 | Lots of comments added an clarified. Added timeout for the ares version | Daniel Stenberg | |
of Curl_is_resolved() to address Roy Shan's reported problem. | |||
2004-03-30 | added stale boolean to the digest struct | Daniel Stenberg | |
2004-03-30 | first attempt to support stale=true | Daniel Stenberg | |
2004-03-30 | Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and | Daniel Stenberg | |
works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for testing purposes. | |||
2004-03-30 | Dominick Meglio's new ares_expand_string() function | Daniel Stenberg | |
2004-03-30 | when checking the automake version, cut off trailing "-p[whatever]" from the | Daniel Stenberg | |
version string before doing the version number checks. | |||
2004-03-30 | if 0'ed out a code section that uses __FUNCTION__ etc, used for debugging | Daniel Stenberg | |
the new "fail with auth" code | |||
2004-03-30 | init the dns pointer to NULL for clarity | Daniel Stenberg | |
2004-03-30 | added more comments for what the functions return | Daniel Stenberg | |
2004-03-30 | mention the fact that you can append a new CA cert to the existing bundle too | Daniel Stenberg | |
2004-03-30 | David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely | Daniel Stenberg | |
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the functionality. | |||
2004-03-30 | David Byron's new test cases for the --fail and auth stuff. | Daniel Stenberg | |
2004-03-30 | David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM | Daniel Stenberg | |
or Digest. | |||
2004-03-30 | 'authdone' was added to the sessionhandle and thus was removed from the | Daniel Stenberg | |
argument to the NTLM function(s) | |||
2004-03-30 | David Byron added 'authdone' to the SessionHandle. | Daniel Stenberg | |
2004-03-29 | these are now in the packages/vms dir | Daniel Stenberg | |
2004-03-29 | The select() timeout is better not static since some implementation actually | Daniel Stenberg | |
might change it. I don't *think* it does it when the timeout is 0,0 but it is better to be sure... | |||
2004-03-29 | issue 24 is fixed by making sure the time fields use a static width | Daniel Stenberg | |
2004-03-29 | several noticable recent changes | Daniel Stenberg | |
2004-03-29 | changes changes changes | Daniel Stenberg | |
2004-03-29 | All test targets now run 'make all' before they prcoeed with the actual | Daniel Stenberg | |
testing so that all test files are build first properly. David Byron reported. | |||
2004-03-29 | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg | |
2004-03-29 | fix to figure out the "real" windows path when built and run with mingw | Daniel Stenberg | |
Andrés García helped out! | |||
2004-03-29 | re-indented to use curl-standard source formatting | Daniel Stenberg | |
2004-03-29 | netinet/tcp.h may require netinet/in.h to be include before | Daniel Stenberg | |
2004-03-28 | use the correct struct | Daniel Stenberg | |