summaryrefslogtreecommitdiff
path: root/ares_parse_srv_reply.3
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23Daniel wants upcoming release to be 1.7.0Yang Tse1-0/+2
2009-11-23- Jakub Hrozek fixed more function prototypes in man pages to sync themYang Tse1-4/+6
with the ones declared in ares.h
2009-10-29update to the new struct nameDaniel Stenberg1-6/+5
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ↵Gunter Knauf1-3/+3
and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg1-0/+78