17 Commits (4a30753b47510fd84a2189cf02ea0a53ea7f1f2d)

Author SHA1 Message Date
Yang Tse 3c90d9d6d3 fix compiler warning "discards qualifiers from pointer target type" in debug builds 18 years ago
Gisle Vanem 4df9c29084 Fixed "'x' might be used uninitialized in this function" warning. 18 years ago
Daniel Stenberg 1bec3073dc Brad Spencer did 19 years ago
Yang Tse ed8eeae98e Undo last changes 19 years ago
Yang Tse b4e6ca49d8 Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct. 19 years ago
Yang Tse 6681cc24e9 Modified lookup_service() to avoid the risk of a potential buffer overflow 19 years ago
Yang Tse bc727dff6a Fix compiler warning 19 years ago
Daniel Stenberg 1638613891 Change based on Yang Tse's excellent fix to reduce buffer overflow risk and 19 years ago
Daniel Stenberg fab5b5e116 avoid doing #if an a predef symbol that might not be defined 19 years ago
Gisle Vanem af93e3305e Added CVS id. 19 years ago
Daniel Stenberg 876ea69745 Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code 19 years ago
Daniel Stenberg 209e8147a1 1 - attempted fix of uninitialized variable 19 years ago
Dominick Meglio 6afd5c16d3 Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment 19 years ago
Dominick Meglio 209b6c1af7 More of the same 20 years ago
Dominick Meglio 4ee0e56440 More compiler warning cleanups 20 years ago
Dominick Meglio ef16aa0669 Cleaned up some compile warnings 20 years ago
Dominick Meglio aba0b775ea Added ares_getnameinfo which mimics the getnameinfo API 20 years ago