- Aug 22, 2003
-
-
Daniel Stenberg authored
-
- Aug 21, 2003
-
-
Daniel Stenberg authored
-
- Aug 19, 2003
-
-
Daniel Stenberg authored
Curl_is_resolved() function
-
Daniel Stenberg authored
-
- Aug 06, 2003
-
-
Daniel Stenberg authored
make sure it set async false even when using ipv6 (made test case 20 fail before)
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- May 20, 2003
-
-
Daniel Stenberg authored
-
- May 13, 2003
-
-
Daniel Stenberg authored
the define accordingly in the hostip.h header to work nicely all over.
-
- Apr 03, 2003
-
-
Daniel Stenberg authored
-
- Mar 19, 2003
-
-
Daniel Stenberg authored
-
- Mar 03, 2003
-
-
Daniel Stenberg authored
-
- Feb 04, 2003
-
-
Jean-Philippe Barette-LaPierre authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- 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.
-