summaryrefslogtreecommitdiff
path: root/ares/ares_getnameinfo.c
Commit message (Expand)AuthorAgeFilesLines
* compiler warning fixYang Tse2007-02-061-2/+6
* compiler warning fixYang Tse2007-02-051-1/+1
* compiler warning fixYang Tse2007-02-021-1/+1
* compiler warning fixYang Tse2007-02-011-2/+4
* compiler warning fixYang Tse2007-02-011-1/+4
* fix compiler warning "discards qualifiers from pointer target type" in debug ...Yang Tse2007-01-291-1/+2
* Fixed "'x' might be used uninitialized in this function" warning.Gisle Vanem2006-10-251-9/+9
* Brad Spencer didDaniel Stenberg2006-08-291-2/+2
* Undo last changesYang Tse2005-12-111-1/+1
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-111-1/+1
* Modified lookup_service() to avoid the risk of a potential buffer overflowYang Tse2005-12-101-55/+47
* Fix compiler warningYang Tse2005-12-091-0/+2
* Change based on Yang Tse's excellent fix to reduce buffer overflow risk andDaniel Stenberg2005-11-251-11/+21
* avoid doing #if an a predef symbol that might not be definedDaniel Stenberg2005-11-241-0/+2
* Added CVS id.Gisle Vanem2005-11-141-2/+5
* Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg2005-10-031-1/+2
* 1 - attempted fix of uninitialized variableDaniel Stenberg2005-09-211-28/+44
* Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio2005-09-181-1/+26
* More of the sameDominick Meglio2005-05-171-1/+2
* More compiler warning cleanupsDominick Meglio2005-05-171-2/+7
* Cleaned up some compile warningsDominick Meglio2005-05-161-4/+7
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-161-0/+322