summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* 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
* use our own ISUPPER and ISLOWER macrosYang Tse2007-02-133-3/+5
* use our own ISBLANK macroYang Tse2007-02-131-0/+1
* Fix c-ares failing to get the search sequence of /etc/hosts andYang Tse2007-02-132-31/+81
* compiler warning fixYang Tse2007-02-082-7/+7
* use macro AC_AIX to define `_ALL_SOURCE', if on AIX.Yang Tse2007-02-081-0/+1
* use same AIX XLC compiler options as curl'sYang Tse2007-02-071-0/+78
* *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGEYang Tse2007-02-071-66/+81
* INADDR_NONE no longer used.Gisle Vanem2007-02-061-5/+0
* Added debug option ('-d') for Watt-32 programs.Gisle Vanem2007-02-061-1/+7
* Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem2007-02-063-1/+7
* Fix compiler warning.Gisle Vanem2007-02-061-2/+3
* Include <sys/time.h> and <unistd.h> inside HAVE_x_H.Gisle Vanem2007-02-061-0/+9
* Include <sys/time.h> and <unistd.h> inside HAVE_x_H.Gisle Vanem2007-02-061-0/+4
* compiler warning fixYang Tse2007-02-061-2/+6
* Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem2007-02-051-2/+2
* compiler warning fixYang Tse2007-02-051-1/+1