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

This commit is contained in:
Dominick Meglio
2005-09-18 16:44:49 +00:00
parent e7093b3ca8
commit 6a48639c68
5 changed files with 731 additions and 627 deletions

View File

@@ -1,5 +1,12 @@
Changelog for the c-ares project
* September 18
- Added constants that will be used by ares_getaddrinfo
- Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it is
available to ensure it works properly in a threaded environment.
* September 10
- configure fix for detecting a member in the sockaddr_in6 struct which failed