aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2007-04-21fixed ARFLAGS for CodeWarrior build.Gunter Knauf
2007-04-16added ranlib when library is created with ar.Gunter Knauf
2007-04-16No need for USE_MANUAL. Use select_s() instead of select().Gisle Vanem
2007-04-16move linkage var declarations to ares_getopt.hYang Tse
2007-04-16use Makefile.inc to determine sources.Gunter Knauf
2007-04-16ares_getopt() command-line parser function does not belong to actual c-ares l...Gunter Knauf
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
2007-04-12update MSVC project files with ares_getopt()Yang Tse
2007-04-12use ares_getopt for all platformsYang Tse
2007-04-12add ares_getopt prototypeYang Tse
2007-04-12Rename function as ares_getopt()Yang Tse
2007-04-12Replace tabs with spacesYang Tse
2007-04-12Add file ares_getopt.cYang Tse
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-04-03update copyright yearYang Tse
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse
2007-03-27added variadic macro stuff.Gunter Knauf
2007-03-26added CVS Id tag.Gunter Knauf
2007-03-26fixed build to use compiler-default lib extension.Gunter Knauf
2007-03-22attempt to keep message length below 80 charsYang Tse
2007-03-17Added a hack to work around the circular dependency whenGisle Vanem
2007-03-15show better description for AMD64-linux static libraries PIC checkYang Tse
2007-03-08remove code superceeded by the new method used to forceYang Tse
2007-03-07fix test leftover in previous commitYang Tse
2007-03-07force libtool to build static libraries with PIC on AMD64Yang Tse
2007-03-07Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse
2007-03-06Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich
2007-03-06skip libtool C++ and Fortran linker checksYang Tse
2007-03-06skip libtool C++ and Fortran checksYang Tse
2007-02-27Added TOPDIR variable. Put dependencies in external file.Gisle Vanem
2007-02-26Removed inclusion of <sys/types.h> in .c-filesGisle Vanem
2007-02-22include <sys/types.h> when checking availability of the bool typeYang Tse
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-21Cleanup WIN32 target using WSACleanup().Gisle Vanem
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-19Added ares_parse_ns_reply.obj etc.Gisle Vanem
2007-02-19INADDR_NONE no longer used.Gisle Vanem
2007-02-19Fixed typo.Gisle Vanem
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg
2007-02-19compiler warning fixYang Tse
2007-02-19add debug messages for initialization failuresYang Tse
2007-02-18fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse
2007-02-17compiler warning fixYang Tse
2007-02-17compiler warning fixYang Tse
2007-02-16add debug messages for fopen() failuresYang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse