summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem1-7/+5
2008-12-04the initial version of the ares_set_socket_callback man pageDaniel Stenberg2-1/+26
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg6-8/+61
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich1-1/+2
2008-12-03Let's not call ares_save_options() deprecated just yetDaniel Stenberg1-8/+5
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg7-10/+148
2008-12-02Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich1-0/+1
2008-12-01minor indent fixDaniel Stenberg1-2/+3
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg3-3/+10
2008-11-29Added '-DHAVE_GETHOSTNAME'.Gisle Vanem1-1/+2
2008-11-29Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich6-1/+16
2008-11-28Netware has gethostname()Dan Fandrich1-0/+1
2008-11-28Fixed a couple of typosDan Fandrich2-2/+2
2008-11-28Don't tweak the HAVE_* macros when using autoconfDan Fandrich1-16/+12
2008-11-28Make use of gethostname() conditional on it being availableDan Fandrich3-1/+8
2008-11-28Only set TCP_NODELAY when it existsDan Fandrich1-0/+2
2008-11-28updated with changes, preparing for a release soonDaniel Stenberg1-1/+8
2008-11-26Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause aYang Tse2-3/+8
2008-11-26Brad Spencer provided changes to allow buildconf to work on OS X.Yang Tse2-1/+42
2008-11-25In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse5-45/+59
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich1-4/+6
2008-11-20use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg4-12/+14
2008-11-20please the picky compilers by staying with short as the data we get is shortDaniel Stenberg1-3/+3
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg5-1/+116
2008-11-19user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse1-3/+1
2008-11-18attempting to keep lines below 80 charsYang Tse1-1/+8
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse3-2/+96
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2-4/+192
2008-11-17Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse1-1/+57
2008-11-17fix leftover from previous commitYang Tse1-2/+2
2008-11-17fix inet_pton() runtime configure checkYang Tse1-15/+4
2008-11-16trim down configure script sizeYang Tse2-16/+89
2008-11-15Fixed an OOM condition reported by Jim MeyeringDaniel Stenberg1-2/+9
2008-11-14fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse1-2/+2
2008-11-14#include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse1-1/+3
2008-11-14fix symbol definition check for fcntl.h inclusionYang Tse1-2/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse8-189/+891
2008-11-01Added a TODO file to list things we want changed, added or fixed.Daniel Stenberg2-1/+10
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg6-27/+62
2008-11-01Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse1-2/+2
2008-11-01WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse1-0/+14
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse2-1/+98
2008-10-30update aclocal file serial numberYang Tse1-1/+1
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse1-147/+0
2008-10-29fix commentYang Tse1-2/+2
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2-136/+132
2008-10-28fix leftoverYang Tse1-2/+2
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2-0/+76
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2-1/+261
2008-10-25icc adjustments:Yang Tse1-4/+2