Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-20 | Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API | Yang Tse | |
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 | Initial support for the generic ares_free_data() function that will allow | Yang Tse | |
applications to free memory allocated and returned by some c-ares funtions. |