Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-28 | Fixed a couple of typos | Dan Fandrich | |
2008-11-28 | Don't tweak the HAVE_* macros when using autoconf | Dan Fandrich | |
2008-11-28 | Make use of gethostname() conditional on it being available | Dan Fandrich | |
2008-11-28 | Only set TCP_NODELAY when it exists | Dan Fandrich | |
2008-11-28 | updated with changes, preparing for a release soon | Daniel Stenberg | |
2008-11-26 | Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause a | Yang Tse | |
buffer to shrink instead of expand if a reply contained 8 or more records. | |||
2008-11-26 | Brad Spencer provided changes to allow buildconf to work on OS X. | Yang Tse | |
2008-11-25 | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse | |
ares_addr union is now changed into an internal struct which also holds the address family. | |||
2008-11-20 | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | |
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | |||
2008-11-20 | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg | |
warnings | |||
2008-11-20 | please the picky compilers by staying with short as the data we get is short | Daniel Stenberg | |
only | |||
2008-11-19 | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg | |
resolves a host name from the given file, using the regular hosts syntax. | |||
2008-11-19 | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | |
2008-11-18 | attempting to keep lines below 80 chars | Yang Tse | |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | |
upcomming work to support the broadest range of Autoconf versions | |||
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-17 | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | |
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. | |||
2008-11-17 | fix leftover from previous commit | Yang Tse | |
2008-11-17 | fix inet_pton() runtime configure check | Yang Tse | |
2008-11-16 | trim down configure script size | Yang Tse | |
2008-11-15 | Fixed an OOM condition reported by Jim Meyering | Daniel Stenberg | |
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | |
checks for inet_ntoa_r() inet_ntop() and inet_pton() | |||
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() ↵ | Yang Tse | |
prototype | |||
2008-11-14 | fix symbol definition check for fcntl.h inclusion | Yang Tse | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-01 | Added a TODO file to list things we want changed, added or fixed. | Daniel Stenberg | |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | |
in man resolv.conf: causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time. You can enable it with ARES_OPT_ROTATE | |||
2008-11-01 | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | |
2008-11-01 | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ↵ | Yang Tse | |
quite convoluted, compiler dependant and in some cases even build target dependat. | |||
2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse | |
2008-10-30 | update aclocal file serial number | Yang Tse | |
2008-10-30 | remove verification of the freeability of the addrinfo struct pointer members | Yang Tse | |
2008-10-29 | fix comment | Yang Tse | |
2008-10-29 | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | |
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO | |||
2008-10-28 | fix leftover | Yang Tse | |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_canonname member ptr. | |||
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_addr member ptr. | |||
2008-10-25 | icc adjustments: | Yang Tse | |
Select ANSI C89 dialect plus GNU extensions, again. | |||
2008-10-24 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-24 | icc permanent adjustment: | Yang Tse | |
Select precise floating-point model, otherwise doubles are less than 64-bit wide icc test adjustment: Select c89 dialect | |||
2008-10-23 | icc adjustments: | Yang Tse | |
Enable more icc warnings. Optimization disabling options used only for icc 9.1 | |||
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse | |
2008-10-22 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-22 | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-21 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-21 | Charles Hardin patch: | Yang Tse | |
- handles the EINPROGRESS for UDP connects - uses closesocket instead of close on some paths that were noticed | |||
2008-10-20 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-19 | messages initially intended only for debug purposes, now become permanent | Yang Tse | |
since these are extremely useful when compiler rejects a set of options. | |||
2008-10-17 | fix compiler warning | Yang Tse | |
2008-10-17 | fix missing double-quotes | Yang Tse | |