050663271e
ares_get_datatype: removed unused function
...
it was also wrongly named as internal functions require two underscores
2013-02-13 14:58:04 +01:00
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
2012-06-15 13:32:48 +02:00
41f8ff5070
ares_data.c: some NAPTR related fixes
2012-03-17 02:45:03 +01:00
6bab0393c4
Added support for parsing NAPTR records
2012-02-23 23:15:07 +01:00
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 >
2010-08-24 16:52:29 -07:00
63918fca76
added ares_parse_mx_reply
2010-04-18 00:29:26 +02:00
63627fa5ab
remove all $Id$ lines
2010-03-27 19:42:02 +01:00
8fe746fcf2
Added IPv6 name servers support
2010-03-05 20:01:47 +00:00
157d68729f
fix compiler warning
2010-02-21 19:59:09 +00:00
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().
2009-11-20 09:06:33 +00:00
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.
2009-11-20 08:50:03 +00:00