summaryrefslogtreecommitdiff
path: root/ares_parse_soa_reply.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-3/+0
Inclusion of these two header files now done in setup_once.h
2012-12-14Header inclusion clean-upYang Tse1-2/+0
Remove header inclusions already done in setup_once.h
2012-06-15SOA parser addedMarko Kreen1-0/+135
I need to do SOA queries, so here is a parser for them. - ares_soa_reply: new struct - ares_malloc_data/ares_free_soa: ARES_DATATYPE_SOA_REPLY - ares_parse_soa_reply: actual function