summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-15improve detection of:Yang Tse2-2/+522
2008-09-13*** empty log message ***Yang Tse1-1/+1
2008-09-12djgpp does have strdup().Gisle Vanem1-1/+1
2008-09-12change CRLF into LF line endingsYang Tse2-70/+70
2008-09-11strdup() clone for systems/configurations which lack itYang Tse8-7/+208
2008-09-11move inclusion of ares_private.h lastYang Tse5-5/+5
2008-09-10icc adjustmentsYang Tse1-5/+5
2008-09-09icc adjustmentsYang Tse2-7/+7
2008-09-08Select strict ANSI C89 conformance for iccYang Tse1-0/+14
2008-09-06remove unnecessary typecasting of malloc()Yang Tse2-3/+3
2008-09-06remove unnecessary typecasting of realloc()Yang Tse1-1/+1
2008-08-29we start over working towards 1.5.4Daniel Stenberg2-15/+5
2008-08-29Version 1.5.3Daniel Stenberg1-0/+2
2008-08-29added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg1-21/+24
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse2-23/+31
2008-08-26Functionality only possible if recvfrom() is available.Yang Tse1-6/+9
2008-08-25George Neill's fix acountry sample application compilation failure.Yang Tse3-1/+9
2008-08-25Brad House's validation that DNS response address matches the request addressYang Tse3-1/+28
2008-08-21fix the output nameYang Tse1-1/+1
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse1-1/+2
2008-08-20Export 'ares_process_fd' too.Yang Tse1-0/+1
2008-08-16Ops, remove 'use_vc'.Gisle Vanem1-2/+0
2008-08-16Support Watt-32 under Win32.Gisle Vanem1-3/+5
2008-08-10Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse1-1/+0
2008-08-09Improve CURL_CHECK_DEFYang Tse1-6/+8
2008-08-09Fix IBM C and DEC/Compaq C compiler detectionYang Tse1-4/+2
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse2-1/+26
2008-08-05The minimum autoconf version required for this file is 2.50Yang Tse1-3/+3
2008-08-04- Fix by Tofu Linden:Daniel Stenberg3-2/+31
2008-08-04Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse3-3/+41
2008-08-03Adjust DEC/Compaq C compiler settings.Yang Tse1-0/+2
2008-08-01Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse1-17/+21
2008-08-01Sync up with realityYang Tse2-3/+11
2008-08-01Rename reentrant.m4 to avoid filename clash.Yang Tse1-7/+29
2008-07-30Add file version serial number that might be used by 'aclocal' and others.Yang Tse1-0/+3
2008-07-30Update copyright year.Yang Tse1-1/+1
2008-07-30Sync comment with reality.Yang Tse1-1/+1
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse3-10/+3
2008-07-29Add quoting for the AC_DEFINE arguments.Yang Tse1-1/+1
2008-07-29Also remove the whitespace.Yang Tse1-1/+1
2008-07-29Also remove the extra quoting.Yang Tse1-2/+2
2008-07-29Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse1-3/+3
2008-07-29Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse3-10/+8
2008-07-28for debugging purposes show ACLOCAL_FLAGSYang Tse1-0/+2
2008-07-27These lines were unintentionally removed in previous commitYang Tse1-0/+4
2008-07-27Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse1-13/+3
2008-07-27Assert that SED and GREP are setYang Tse1-0/+6
2008-07-27Require autoconf 2.57 or newerYang Tse1-5/+1
2008-07-27When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse1-1/+6
2008-07-27move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse1-2/+2