summaryrefslogtreecommitdiff
path: root/include/wolf/port/netdb.h
AgeCommit message (Expand)Author
2009-04-05small fix in windows32 netdb.hAndreas Baumann
2009-04-01removed another superfluos getaddrinfo.h in netdb.hAndreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-03-29fixed small bug in getaddrinfo on NetBSDAndreas Baumann
2009-03-29fixed small bug on OpenBSD for getaddrinfoAndreas Baumann
2009-03-29removed inet_ntop (is obsolete and ugly!), use getnameinfo insteadAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-29getaddrinfo on Solaris 8, also fixed a 64-bit alignment cast issue around ine...Andreas Baumann
2009-03-29getaddrinfo on OpenBSDAndreas Baumann
2009-03-29fixed some SUNOS netdb.h stuffAndreas Baumann
2009-03-29getaddrinfo on Solaris 10Andreas Baumann
2009-03-29again checkin for broken freebsd 7 (git is happilly broken there! dont use it!)Andreas Baumann
2009-03-29temporary Freebsd cehckinAndreas Baumann
2009-03-29getaddrinfo, inet_ntop on NetBSDAndreas Baumann
2009-03-29added a simple getaddrinfo testAndreas Baumann
2009-03-28added simple wikipedia test for getaddrinfo/getnameinfoAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann