aboutsummaryrefslogtreecommitdiff
path: root/ares/nameser.h
AgeCommit message (Collapse)Author
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem
sets the required HAVE_xx defines for non-DOS/Win targets.
2004-07-24Gisle Vanem:Daniel Stenberg
Basically in loops like handle_errors(), 'query->next' was assigned a local variable and then query was referenced after the memory was freed by next_server(). I've changed that so next_server() and end_query() returns the next query. So callers should use this ret-value. The next problem was that 'server->tcp_buffer_pos' had a random value at entry to 1st recv() (luckily causing Winsock to return ENOBUFS). I've also added a ares_writev() for Windows to streamline the code a bit more.
2004-07-03added few ifdefs to make it usable for NetWare.Gunter Knauf
2004-07-01djgpp fixes by GisleDaniel Stenberg
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg
added prototypes for the strcasecmp() functions
2004-01-04Dominick Meglio's fix to make our private gettimeofday() use the ares_Daniel Stenberg
namespace
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg