Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-03-27 | Tor fixed a left-over from the ip argument to setnodelay | Daniel Stenberg | |
2004-03-26 | Gisle Vanem: | Daniel Stenberg | |
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. | |||
2004-03-26 | some more password blurb | Daniel Stenberg | |
2004-03-26 | check for netinet/tcp.h precense before actually including it | Daniel Stenberg | |
2004-03-26 | removed the ip number from the notcpdelay function | Daniel Stenberg | |
2004-03-25 | get the version number from the new curlver.h header file | Daniel Stenberg | |
2004-03-25 | localtime and gmtime are not thread-safe on newer AIXes either so we force | Daniel Stenberg | |
a check for there *_r-versions too | |||
2004-03-25 | force recent AIX versions to check for strerror_r | Daniel Stenberg | |
2004-03-25 | only output one line about the nodelay even if it fails | Daniel Stenberg | |
2004-03-25 | win32 doesn't need and even doesn't build if we extern declare sys_nerr | Daniel Stenberg | |
2004-03-25 | include the strerror.h file without curl_ prefix | Daniel Stenberg | |
2004-03-25 | strerror without prefix | Daniel Stenberg | |
2004-03-25 | cut off 'curl_' from the strerror file names | Daniel Stenberg | |
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg | |
2004-03-25 | so there are at least two different strerror_r() versions and our brand | Daniel Stenberg | |
new configure script detects them and now this code acts according to what API that was detected | |||
2004-03-25 | Tor Arntsen fixed how this is invoked | Daniel Stenberg | |
2004-03-25 | strerror_r() detection changes: | Daniel Stenberg | |
1. Try with _THREAD_SAFE instead of _REENTRANT, as AIX seems to require it and if _REENTRANT is required we should already have it set since one of the previous tests. 2. Added API-detection for what kind of strerror_r() that is provided. The POSIX style or the glibc style. Tor Arntsen provided the necessary feedback these changes are based upon. | |||
2004-03-25 | detect daily snapshots using the new path for this test | Daniel Stenberg | |
2004-03-25 | make clean now removes *dist files too that might be leftovers from | Daniel Stenberg | |
'maketgz' | |||
2004-03-25 | invoke this script via env, as it is more likely to exist at a fixed path | Daniel Stenberg | |
while perl often is installed in /usr/local/bin or elsewhere |