summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* update MSVC project files with ares_getopt()Yang Tse2007-04-122-15/+15
* use ares_getopt for all platformsYang Tse2007-04-124-11/+8
* add ares_getopt prototypeYang Tse2007-04-122-1/+5
* Rename function as ares_getopt()Yang Tse2007-04-121-5/+2
* Replace tabs with spacesYang Tse2007-04-121-66/+66
* Add file ares_getopt.cYang Tse2007-04-121-0/+130
* convenience SIG_ATOMIC_T macro definitionYang Tse2007-04-111-0/+11
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-0/+6
* update copyright yearYang Tse2007-04-031-1/+1
* Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse2007-04-031-10/+0
* added variadic macro stuff.Gunter Knauf2007-03-271-0/+8
* added CVS Id tag.Gunter Knauf2007-03-261-0/+1
* fixed build to use compiler-default lib extension.Gunter Knauf2007-03-261-4/+6
* attempt to keep message length below 80 charsYang Tse2007-03-221-2/+2
* Added a hack to work around the circular dependency whenGisle Vanem2007-03-171-3/+6
* show better description for AMD64-linux static libraries PIC checkYang Tse2007-03-151-2/+2
* remove code superceeded by the new method used to forceYang Tse2007-03-081-36/+0
* fix test leftover in previous commitYang Tse2007-03-071-1/+1
* force libtool to build static libraries with PIC on AMD64Yang Tse2007-03-071-0/+20
* Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse2007-03-071-0/+4
* Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich2007-03-061-4/+0
* skip libtool C++ and Fortran linker checksYang Tse2007-03-061-1/+7
* skip libtool C++ and Fortran checksYang Tse2007-03-061-1/+7
* Added TOPDIR variable. Put dependencies in external file.Gisle Vanem2007-02-271-131/+7
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-2623-33/+5
* include <sys/types.h> when checking availability of the bool typeYang Tse2007-02-221-0/+3
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-223-5/+39
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-212-3/+14
* Cleanup WIN32 target using WSACleanup().Gisle Vanem2007-02-212-0/+10
* Move header file inclusion logic and definition of timevalYang Tse2007-02-201-0/+41
* Added ares_parse_ns_reply.obj etc.Gisle Vanem2007-02-191-0/+34
* INADDR_NONE no longer used.Gisle Vanem2007-02-191-4/+0
* Fixed typo.Gisle Vanem2007-02-191-1/+1
* Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg2007-02-195-6/+251
* compiler warning fixYang Tse2007-02-191-1/+6
* add debug messages for initialization failuresYang Tse2007-02-194-2/+23
* fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse2007-02-181-0/+11
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-172-5/+45
* compiler warning fixYang Tse2007-02-171-1/+1
* compiler warning fixYang Tse2007-02-172-3/+2
* add debug messages for fopen() failuresYang Tse2007-02-162-1/+35
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-166-33/+47
* compiler warning fixYang Tse2007-02-161-13/+13
* introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse2007-02-151-0/+28
* icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse2007-02-151-0/+10
* compiler warning fixYang Tse2007-02-151-6/+7
* Oops, missing argument separator commaYang Tse2007-02-141-1/+1
* in debug messages also show error descriptionYang Tse2007-02-141-4/+8
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-142-5/+0
* check for isblank() at configuration stage. If not availableYang Tse2007-02-132-1/+8