| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * fake-addrinfo.h (AI_NUMERICHOST): Define as zero if not already defined | Ken Raeburn | 2001-08-01 | 1 | -0/+4 |
* | * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho... | Ken Raeburn | 2001-07-20 | 1 | -3/+1 |
* | * fake-addrinfo.h (translate_h_errno): Supply a default value in case some | Ken Raeburn | 2001-07-19 | 1 | -2/+5 |
* | prefer inet_addr over inet_aton | Ken Raeburn | 2001-07-19 | 1 | -0/+7 |
* | drop temporary sunos4 hacks | Ken Raeburn | 2001-07-19 | 1 | -8/+0 |
* | * fake-addrinfo.h: New file | Ken Raeburn | 2001-07-19 | 1 | -0/+381 |