aboutsummaryrefslogtreecommitdiff
path: root/src/include/fake-addrinfo.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Require IPv6 supportKen Raeburn1-1/+1
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson1-60/+61
2009-10-31make mark-cstyleTom Yu1-28/+28
2004-11-03Fix typo in last changeKen Raeburn1-1/+1
2004-11-03move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn1-1159/+24
2004-10-29* fake-addrinfo.h: Include errno.h earlierKen Raeburn1-2/+1
2004-10-05* fake-addrinfo.h (AI_ADDRCONFIG, AI_V4MAPPED, AI_ALL): If not defined, or whenKen Raeburn1-7/+23
2004-08-23* fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano...Ken Raeburn1-2/+4
2004-07-23Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn1-4/+24
2004-07-19* fake-addrinfo.h (struct face, struct fac): Always declare.Ken Raeburn1-20/+20
2004-07-16* fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does.Ken Raeburn1-7/+0
2004-07-11* fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename itKen Raeburn1-0/+2
2003-12-20* fake-addrinfo.h: Include stdio.hKen Raeburn1-0/+2
2003-12-13Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn1-15/+1
2003-08-30While libc5 isn't one of our supported configurations, this is a simple enoughKen Raeburn1-3/+5
2003-08-26* fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compilerKen Raeburn1-0/+2
2003-08-21* fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only ifKen Raeburn1-10/+16
2003-08-21Make things work on IRIX againKen Raeburn1-14/+15
2003-08-21Oops. Include errno.h even if gai_strerror isn't being definedKen Raeburn1-1/+1
2003-08-21First cut at adding local caching to the getaddrinfo support. Still needs workKen Raeburn1-81/+276
2003-07-22Don't use broken getaddrinfo on Mac OS XAlexandra Ellwood1-0/+4
2003-04-07* fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the portKen Raeburn1-11/+13
2003-04-02* fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define.Ken Raeburn1-9/+44
2003-01-09AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thoughtKen Raeburn1-7/+134
2003-01-08 * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSIEzra Peisach1-2/+1
2003-01-03 * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointerEzra Peisach1-1/+2
2002-11-13Better type and bounds checking:Ken Raeburn1-5/+70
2002-09-03* fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarationsKen Raeburn1-16/+0
2002-07-05* port-sockets.h (SOCKET_WRITEV) [!_WIN32]: Use TMP after setting it, to sile...Ken Raeburn1-4/+6
2002-06-25* fake-addrinfo.h (GET_SERV_BY_PORT) [HAVE_GETSERVBYNAME_R &&Ken Raeburn1-29/+46
2002-06-21 * fake-addrinfo.h: If IPv6 support is compiled in, but the OS doesEzra Peisach1-0/+5
2002-06-04* fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.hKen Raeburn1-2/+9
2002-05-31* fake-addrinfo.h (getaddrinfo, getnameinfo, gai_strerror, freeaddrinfo)Ken Raeburn1-14/+43
2002-05-31* configure.in: Check return type for getservbyname_r just as forKen Raeburn1-2/+58
2002-04-26* fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR)Ken Raeburn1-4/+4
2002-04-25* fake-addrinfo.h (getaddrinfo) [_AIX]: Declare and initialize variable "ai"Ken Raeburn1-7/+7
2002-04-12* configure.in: Check for gethostbyname_r, gethostbyaddr_r, getservbyname_r andKen Raeburn1-22/+104
2002-04-11* port-sockets.h: Use Winsock 2 headers for Win32.Danilo Almeida1-1/+6
2002-03-28* fake-addrinfo.h (getaddrinfo) [__linux__]: Don't crash if hint is a null po...Ken Raeburn1-1/+1
2002-03-28* fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include errno.h.Ken Raeburn1-1/+3
2002-03-26* fake-addrinfo.h (fake_getnameinfo) [__GNUC__ && __mips__]: Don't callKen Raeburn1-0/+12
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn1-17/+543
2002-03-12delete a macro def that should've gone away before last checkinKen Raeburn1-2/+0
2002-03-12Restructure a little to permit wrapping a system implementation of getaddrinfoKen Raeburn1-7/+22
2002-02-19update copyrightKen Raeburn1-1/+1
2002-02-10* fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfoKen Raeburn1-2/+8
2001-09-06* fake-addrinfo.h: Include socket-utils.hKen Raeburn1-0/+1
2001-08-31use a different macro in fake-addrinfo.h to tell fake-addrinfo.c to define fnsKen Raeburn1-0/+1
2001-08-30* fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define asKen Raeburn1-8/+8
2001-08-30copyrightsKen Raeburn1-0/+41