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