| Commit message (Expand) | Author | Age | Files | Lines |
* | Reindent include directory, reformatting prototypes as necessary. | Greg Hudson | 2009-11-14 | 1 | -60/+61 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -28/+28 |
* | Fix typo in last change | Ken Raeburn | 2004-11-03 | 1 | -1/+1 |
* | move getaddrinfo hacks into support lib for easier maintenance | Ken Raeburn | 2004-11-03 | 1 | -1159/+24 |
* | * fake-addrinfo.h: Include errno.h earlier | Ken Raeburn | 2004-10-29 | 1 | -2/+1 |
* | * fake-addrinfo.h (AI_ADDRCONFIG, AI_V4MAPPED, AI_ALL): If not defined, or when | Ken Raeburn | 2004-10-05 | 1 | -7/+23 |
* | * fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano... | Ken Raeburn | 2004-08-23 | 1 | -2/+4 |
* | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 1 | -4/+24 |
* | * fake-addrinfo.h (struct face, struct fac): Always declare. | Ken Raeburn | 2004-07-19 | 1 | -20/+20 |
* | * fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does. | Ken Raeburn | 2004-07-16 | 1 | -7/+0 |
* | * fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename it | Ken Raeburn | 2004-07-11 | 1 | -0/+2 |
* | * fake-addrinfo.h: Include stdio.h | Ken Raeburn | 2003-12-20 | 1 | -0/+2 |
* | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 1 | -15/+1 |
* | While libc5 isn't one of our supported configurations, this is a simple enough | Ken Raeburn | 2003-08-30 | 1 | -3/+5 |
* | * fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compiler | Ken Raeburn | 2003-08-26 | 1 | -0/+2 |
* | * fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only if | Ken Raeburn | 2003-08-21 | 1 | -10/+16 |
* | Make things work on IRIX again | Ken Raeburn | 2003-08-21 | 1 | -14/+15 |
* | Oops. Include errno.h even if gai_strerror isn't being defined | Ken Raeburn | 2003-08-21 | 1 | -1/+1 |
* | First cut at adding local caching to the getaddrinfo support. Still needs work | Ken Raeburn | 2003-08-21 | 1 | -81/+276 |
* | Don't use broken getaddrinfo on Mac OS X | Alexandra Ellwood | 2003-07-22 | 1 | -0/+4 |
* | * fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the port | Ken Raeburn | 2003-04-07 | 1 | -11/+13 |
* | * fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define. | Ken Raeburn | 2003-04-02 | 1 | -9/+44 |
* | AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thought | Ken Raeburn | 2003-01-09 | 1 | -7/+134 |
* | * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSI | Ezra Peisach | 2003-01-08 | 1 | -2/+1 |
* | * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointer | Ezra Peisach | 2003-01-03 | 1 | -1/+2 |
* | Better type and bounds checking: | Ken Raeburn | 2002-11-13 | 1 | -5/+70 |
* | * fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarations | Ken Raeburn | 2002-09-03 | 1 | -16/+0 |
* | * port-sockets.h (SOCKET_WRITEV) [!_WIN32]: Use TMP after setting it, to sile... | Ken Raeburn | 2002-07-05 | 1 | -4/+6 |
* | * fake-addrinfo.h (GET_SERV_BY_PORT) [HAVE_GETSERVBYNAME_R && | Ken Raeburn | 2002-06-25 | 1 | -29/+46 |
* | * fake-addrinfo.h: If IPv6 support is compiled in, but the OS does | Ezra Peisach | 2002-06-21 | 1 | -0/+5 |
* | * fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.h | Ken Raeburn | 2002-06-04 | 1 | -2/+9 |
* | * fake-addrinfo.h (getaddrinfo, getnameinfo, gai_strerror, freeaddrinfo) | Ken Raeburn | 2002-05-31 | 1 | -14/+43 |
* | * configure.in: Check return type for getservbyname_r just as for | Ken Raeburn | 2002-05-31 | 1 | -2/+58 |
* | * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) | Ken Raeburn | 2002-04-26 | 1 | -4/+4 |
* | * fake-addrinfo.h (getaddrinfo) [_AIX]: Declare and initialize variable "ai" | Ken Raeburn | 2002-04-25 | 1 | -7/+7 |
* | * configure.in: Check for gethostbyname_r, gethostbyaddr_r, getservbyname_r and | Ken Raeburn | 2002-04-12 | 1 | -22/+104 |
* | * port-sockets.h: Use Winsock 2 headers for Win32. | Danilo Almeida | 2002-04-11 | 1 | -1/+6 |
* | * fake-addrinfo.h (getaddrinfo) [__linux__]: Don't crash if hint is a null po... | Ken Raeburn | 2002-03-28 | 1 | -1/+1 |
* | * fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include errno.h. | Ken Raeburn | 2002-03-28 | 1 | -1/+3 |
* | * fake-addrinfo.h (fake_getnameinfo) [__GNUC__ && __mips__]: Don't call | Ken Raeburn | 2002-03-26 | 1 | -0/+12 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 1 | -17/+543 |
* | delete a macro def that should've gone away before last checkin | Ken Raeburn | 2002-03-12 | 1 | -2/+0 |
* | Restructure a little to permit wrapping a system implementation of getaddrinfo | Ken Raeburn | 2002-03-12 | 1 | -7/+22 |
* | update copyright | Ken Raeburn | 2002-02-19 | 1 | -1/+1 |
* | * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfo | Ken Raeburn | 2002-02-10 | 1 | -2/+8 |
* | * fake-addrinfo.h: Include socket-utils.h | Ken Raeburn | 2001-09-06 | 1 | -0/+1 |
* | use a different macro in fake-addrinfo.h to tell fake-addrinfo.c to define fns | Ken Raeburn | 2001-08-31 | 1 | -0/+1 |
* | * fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define as | Ken Raeburn | 2001-08-30 | 1 | -8/+8 |
* | copyrights | Ken Raeburn | 2001-08-30 | 1 | -0/+41 |
* | split fake getaddrinfo implementation off into a separate file | Ken Raeburn | 2001-08-29 | 1 | -270/+5 |