summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary typecasting of malloc()Yang Tse2008-09-062-3/+3
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* we start over working towards 1.5.4Daniel Stenberg2008-08-292-15/+5
* Version 1.5.3cares-1_5_3Daniel Stenberg2008-08-291-0/+2
* added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg2008-08-291-21/+24
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-272-23/+31
* Functionality only possible if recvfrom() is available.Yang Tse2008-08-261-6/+9
* George Neill's fix acountry sample application compilation failure.Yang Tse2008-08-253-1/+9
* Brad House's validation that DNS response address matches the request addressYang Tse2008-08-253-1/+28
* fix the output nameYang Tse2008-08-211-1/+1
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+2
* Export 'ares_process_fd' too.Yang Tse2008-08-201-0/+1
* Ops, remove 'use_vc'.Gisle Vanem2008-08-161-2/+0
* Support Watt-32 under Win32.Gisle Vanem2008-08-161-3/+5
* Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse2008-08-101-1/+0
* Improve CURL_CHECK_DEFYang Tse2008-08-091-6/+8
* Fix IBM C and DEC/Compaq C compiler detectionYang Tse2008-08-091-4/+2
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-072-1/+26
* The minimum autoconf version required for this file is 2.50Yang Tse2008-08-051-3/+3
* - Fix by Tofu Linden:Daniel Stenberg2008-08-043-2/+31
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-043-3/+41
* Adjust DEC/Compaq C compiler settings.Yang Tse2008-08-031-0/+2
* Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse2008-08-011-17/+21
* Sync up with realityYang Tse2008-08-012-3/+11
* Rename reentrant.m4 to avoid filename clash.Yang Tse2008-08-011-7/+29
* Add file version serial number that might be used by 'aclocal' and others.Yang Tse2008-07-301-0/+3
* Update copyright year.Yang Tse2008-07-301-1/+1
* Sync comment with reality.Yang Tse2008-07-301-1/+1
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-303-10/+3
* Add quoting for the AC_DEFINE arguments.Yang Tse2008-07-291-1/+1
* Also remove the whitespace.Yang Tse2008-07-291-1/+1
* Also remove the extra quoting.Yang Tse2008-07-291-2/+2
* Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse2008-07-291-3/+3
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-293-10/+8
* for debugging purposes show ACLOCAL_FLAGSYang Tse2008-07-281-0/+2
* These lines were unintentionally removed in previous commitYang Tse2008-07-271-0/+4
* Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse2008-07-271-13/+3
* Assert that SED and GREP are setYang Tse2008-07-271-0/+6
* Require autoconf 2.57 or newerYang Tse2008-07-271-5/+1
* When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse2008-07-271-1/+6
* move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse2008-07-271-2/+2
* setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse2008-07-272-14/+11
* Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse2008-07-271-8/+0
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-272-743/+113
* Explicitly include our m4 files first. This might minimize the impactYang Tse2008-07-261-0/+8
* Add a 3 argument check for getprotobyname_rYang Tse2008-07-261-1/+27
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse2008-07-253-2/+2
* add checks for strtok_r and getprotobyname_rYang Tse2008-07-241-0/+184
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-245-26/+850
* reorder argument number detection for getservbyport_r toYang Tse2008-07-231-12/+12