aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_parse_ns_reply.c
AgeCommit message (Collapse)Author
2009-01-11- Phil Blundell added the internal function ares__expand_name_for_response()Daniel Stenberg
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.
2008-09-17adjust inclusion of "nameser.h"Yang Tse
2008-09-15include header file only when availableYang Tse
2007-02-26Removed inclusion of <sys/types.h> in .c-filesGisle Vanem
since it's already included through "setup.h".
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg