Age | Commit message (Collapse) | Author |
|
packet storms when several queries were started at the same time.
|
|
that is now used by the ares_parse_*_reply() functions instead of the
ares_expand_name() simply to easier return ARES_EBADRESP for the cases where
the name expansion fails as in responses that really isn't expected.
|
|
with other Makefile.netware.
|
|
|
|
|
|
|
|
|
|
so split a long sprintf into two calls to get below that number.
|
|
|
|
(to get correct linkage on Windows).
|
|
Added _USE_32BIT_TIME_T to avoid runtime warning. Applies to
VC-2008+ only.
|
|
RETSIGTYPE and HAVE_PROCESS_H.
|
|
|
|
and I edited it to also get duped by ares_dup().
|
|
|
|
|
|
Also discussed on the ml.
|
|
OpenWatcom C, and condoned by SUS)
|
|
|
|
latest releases to remain ABI compatible.
|
|
|
|
OpenWatcom C)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buffer to shrink instead of expand if a reply contained 8 or more records.
|
|
|
|
ares_addr union is now changed into an internal struct which also holds
the address family.
|
|
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C
doesn't currently define it.
|
|
warnings
|
|
only
|
|
resolves a host name from the given file, using the regular hosts syntax.
|
|
|
|
|
|
upcomming work to support the broadest range of Autoconf versions
|
|
|
|
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
|
|
|
|
|
|
|
|
|
|
checks for inet_ntoa_r() inet_ntop() and inet_pton()
|
|
prototype
|
|
|
|
non-blocking mode, and decouple function detection from function capability.
|
|
|
|
in man resolv.conf:
causes round robin selection of nameservers from among those listed. This
has the effect of spreading the query load among all listed servers, rather
than having all clients try the first listed server first every time.
You can enable it with ARES_OPT_ROTATE
|