Daniel Stenberg
050663271e
ares_get_datatype: removed unused function
...
it was also wrongly named as internal functions require two underscores
12 years ago
Marko Kreen
979bf951d3
SOA parser added
...
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
13 years ago
Yang Tse
41f8ff5070
ares_data.c: some NAPTR related fixes
13 years ago
saghul
6bab0393c4
Added support for parsing NAPTR records
13 years ago
Ben Greear
293cd31700
Add missing break that caused get_ares_servers to fail.
...
Reported-by: Ning Dong <flintning@163.com>
Signed-off-by: Ben Greear <greearb@candelatech.com>
14 years ago
Jérémy Lal
63918fca76
added ares_parse_mx_reply
15 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Yang Tse
8fe746fcf2
Added IPv6 name servers support
15 years ago
Yang Tse
157d68729f
fix compiler warning
15 years ago
Yang Tse
5d62fe703f
Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API
...
to return a linked lists of results. These were also modified to internally
use the ares_data memory struct and as such its result must be free'ed with
ares_free_data().
15 years ago
Yang Tse
2a916ce6e5
Initial support for the generic ares_free_data() function that will allow
...
applications to free memory allocated and returned by some c-ares funtions.
15 years ago