| Commit message (Expand) | Author | Age | Files | Lines |
* | Added needed defines for Watt-32 on Windows. | Gisle Vanem | 2008-12-08 | 1 | -0/+9 |
* | Undefine 'optarg', 'optind' and 'opterr' when using Watt-32 | Gisle Vanem | 2008-12-08 | 1 | -0/+6 |
* | ares_writev() shall not be exported when using Watt-32 (has writev). | Gisle Vanem | 2008-12-08 | 1 | -2/+4 |
* | Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T, | Gisle Vanem | 2008-12-08 | 1 | -7/+5 |
* | the initial version of the ares_set_socket_callback man page | Daniel Stenberg | 2008-12-04 | 2 | -1/+26 |
* | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg | 2008-12-04 | 6 | -8/+61 |
* | Bring the sys/include.h include test in line with curl's. | Dan Fandrich | 2008-12-04 | 1 | -1/+2 |
* | Let's not call ares_save_options() deprecated just yet | Daniel Stenberg | 2008-12-03 | 1 | -8/+5 |
* | Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. | Daniel Stenberg | 2008-12-03 | 7 | -10/+148 |
* | Make sure sys/socket.h is included before netinet/in.h (required by | Dan Fandrich | 2008-12-02 | 1 | -0/+1 |
* | minor indent fix | Daniel Stenberg | 2008-12-01 | 1 | -2/+3 |
* | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg | 2008-12-01 | 3 | -3/+10 |
* | Added '-DHAVE_GETHOSTNAME'. | Gisle Vanem | 2008-11-29 | 1 | -1/+2 |
* | Make sure sys/socket.h is included before netinet/in.h (required by | Dan Fandrich | 2008-11-29 | 6 | -1/+16 |
* | Netware has gethostname() | Dan Fandrich | 2008-11-28 | 1 | -0/+1 |
* | Fixed a couple of typos | Dan Fandrich | 2008-11-28 | 2 | -2/+2 |
* | Don't tweak the HAVE_* macros when using autoconf | Dan Fandrich | 2008-11-28 | 1 | -16/+12 |
* | Make use of gethostname() conditional on it being available | Dan Fandrich | 2008-11-28 | 3 | -1/+8 |
* | Only set TCP_NODELAY when it exists | Dan Fandrich | 2008-11-28 | 1 | -0/+2 |
* | updated with changes, preparing for a release soon | Daniel Stenberg | 2008-11-28 | 1 | -1/+8 |
* | Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause a | Yang Tse | 2008-11-26 | 2 | -3/+8 |
* | Brad Spencer provided changes to allow buildconf to work on OS X. | Yang Tse | 2008-11-26 | 2 | -1/+42 |
* | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse | 2008-11-25 | 5 | -45/+59 |
* | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | 2008-11-20 | 1 | -4/+6 |
* | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg | 2008-11-20 | 4 | -12/+14 |
* | please the picky compilers by staying with short as the data we get is short | Daniel Stenberg | 2008-11-20 | 1 | -3/+3 |
* | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg | 2008-11-19 | 5 | -1/+116 |
* | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | 2008-11-19 | 1 | -3/+1 |
* | attempting to keep lines below 80 chars | Yang Tse | 2008-11-18 | 1 | -1/+8 |
* | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | 2008-11-18 | 3 | -2/+96 |
* | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | 2008-11-18 | 2 | -4/+192 |
* | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | 2008-11-17 | 1 | -1/+57 |
* | fix leftover from previous commit | Yang Tse | 2008-11-17 | 1 | -2/+2 |
* | fix inet_pton() runtime configure check | Yang Tse | 2008-11-17 | 1 | -15/+4 |
* | trim down configure script size | Yang Tse | 2008-11-16 | 2 | -16/+89 |
* | Fixed an OOM condition reported by Jim Meyering | Daniel Stenberg | 2008-11-15 | 1 | -2/+9 |
* | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | 2008-11-14 | 1 | -2/+2 |
* | #include <string.h> in the getaddrinfo() runtime check for the memset() proto... | Yang Tse | 2008-11-14 | 1 | -1/+3 |
* | fix symbol definition check for fcntl.h inclusion | Yang Tse | 2008-11-14 | 1 | -2/+2 |
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 8 | -189/+891 |
* | Added a TODO file to list things we want changed, added or fixed. | Daniel Stenberg | 2008-11-01 | 2 | -1/+10 |
* | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | 2008-11-01 | 6 | -27/+62 |
* | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | 2008-11-01 | 1 | -2/+2 |
* | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ... | Yang Tse | 2008-11-01 | 1 | -0/+14 |
* | check for freeaddrinfo() at configuration phase | Yang Tse | 2008-10-30 | 2 | -1/+98 |
* | update aclocal file serial number | Yang Tse | 2008-10-30 | 1 | -1/+1 |
* | remove verification of the freeability of the addrinfo struct pointer members | Yang Tse | 2008-10-30 | 1 | -147/+0 |
* | fix comment | Yang Tse | 2008-10-29 | 1 | -2/+2 |
* | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | 2008-10-29 | 2 | -136/+132 |
* | fix leftover | Yang Tse | 2008-10-28 | 1 | -2/+2 |