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