- Dec 16, 2002
-
-
Daniel Stenberg authored
for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
-
- Nov 26, 2002
-
-
Daniel Stenberg authored
for freeing single dns cache entries
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be used with careful consideration.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
-
- Oct 31, 2002
-
-
Daniel Stenberg authored
memory. Avery Fay brought the example code that proved this.
-
- Oct 21, 2002
-
-
Daniel Stenberg authored
size isn't big enough. For some reason they now return EAGAIN. Redhat 8 ships with this glibc version.
-
- Sep 30, 2002
-
-
Daniel Stenberg authored
when it can't lookup the name (at least in some cases) and thus we need to make an extra check to detect failures.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
-
- Aug 08, 2002
-
-
Daniel Stenberg authored
-
- Jun 26, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard.
-
- Jun 10, 2002
-
-
Daniel Stenberg authored
-
- Jun 05, 2002
-
-
Daniel Stenberg authored
Bug report #564585.
-
- May 17, 2002
-
-
Daniel Stenberg authored
after we've realloc() the packed hostent struct.
-
- May 01, 2002
-
-
Daniel Stenberg authored
even when the realloc() actually gets a new memory block
-
- Apr 27, 2002
-
-
Daniel Stenberg authored
used for "exported" globals.
-
- Apr 25, 2002
-
-
Daniel Stenberg authored
any name resolved data in any curl handle struct. That way, we won't mind if the cache entries are pruned for the next time we need them. We'll just resolve them again instead. This changes the Curl_resolv() proto. It modifies the SessionHandle struct but perhaps most importantly, it'll make the internals somewhat dependent on the DNS cache not being disabled as that will cripple operations somewhat. Especially for persistant connections.
-
- Apr 23, 2002
-
-
Daniel Stenberg authored
-
- Apr 22, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
by Daniel.
-
- Apr 19, 2002
-
-
Daniel Stenberg authored
A Bjrn Reese patch.
-
- Apr 17, 2002
-
-
Sterling Hughes authored
This can be optimized a tidbit, but this is a start.
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 15, 2002
-
-
Daniel Stenberg authored
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976
-
Daniel Stenberg authored
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo().
-
- Feb 20, 2002
-
-
Daniel Stenberg authored
-
- Feb 18, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Really, we should only #define this in one file, not both here and in connect.c!
-
- Jan 31, 2002
-
-
Daniel Stenberg authored
-
- Jan 28, 2002
-
-
Daniel Stenberg authored
on IPv4-linux machines
-
- Jan 18, 2002
-
-
Daniel Stenberg authored
-
- Jan 17, 2002
-
-
Daniel Stenberg authored
all platforms, I also edited a few data types slightly to prevent my compiler from warning on comparisions between signed and unsigned values
-
Sterling Hughes authored
fine..
-
Sterling Hughes authored
host:port, so accessing curl.haxx.se on port 80 would yield a key value of :: curl.haxx.se:80
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
-
Sterling Hughes authored
2) in the curl_dns_cache_entry structure, timestamp should be a time_t instead of an integer (although I doubt it matters).
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-