ares_set_servers_csv: fixed IPv6 address parsing
[platform/upstream/c-ares.git] / ares_parse_srv_reply.c
2013-04-15 Patrick Valsecchiprotocol parsing: check input data stricter
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-14 Yang TseHeader inclusion clean-up
2011-08-21 Yang Tseares_dns.h: adjust DNS__16BIT and DNS__32BIT macro...
2011-08-21 Daniel Stenbergares_parse_srv_reply: silence compiler warnings
2010-12-18 Daniel Stenbergcleanup: avoid unsafe typecasts
2010-03-27 Daniel Stenbergremove all $Id$ lines
2009-11-26 Yang Tse- Larry Lansing fixed ares_parse_srv_reply to properly...
2009-11-20 Yang TseRemove typecast
2009-11-20 Yang TseJakub Hrozek modified ares_parse_srv_reply() and ares_p...
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-10-30 Yang TseAdd CVS Id tag.
2009-10-29 Daniel Stenbergno need to check for NULL pointers before dereferencing...
2009-10-29 Daniel Stenberguse 'ares_srv_reply' for proper name-spacing
2009-09-06 Yang TseT_SRV portability check
2009-09-05 Gunter Knaufchanged includes to match style how we do with all...
2009-09-05 Gunter Knaufchanged u_int16_t to unsigned short because it is the...
2009-09-05 Gisle VanemReplace 'uint16_t' with 'u_int16_t' since the latter...
2009-09-04 Daniel Stenberg- Jakub Hrozek added ares_parse_srv_reply() for SRV...