Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-03 | Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code | Daniel Stenberg | |
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm | |||
2005-09-21 | 1 - attempted fix of uninitialized variable | Daniel Stenberg | |
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function | |||
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ↵ | Dominick Meglio | |
use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment | |||
2005-05-17 | More of the same | Dominick Meglio | |
2005-05-17 | More compiler warning cleanups | Dominick Meglio | |
2005-05-16 | Cleaned up some compile warnings | Dominick Meglio | |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | |