aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2004-06-14prevent compiler warnings on non-win32 platformsDaniel Stenberg
2004-06-10Gisle Vanem's init patch for WindowsDaniel Stenberg
2004-06-08fixDaniel Stenberg
2004-06-08James Bursa fixed a RISC OS init issue, removed trailing whitespaceDaniel Stenberg
2004-05-27free() allocated memory when the ares search can't be madeDaniel Stenberg
2004-05-27clear the domains and sortlist when the 'channel' is first created so thatDaniel Stenberg
we can compare if non-NULL elsewhere
2004-05-27better checks to avoid free(NULL)Daniel Stenberg
2004-05-27James Bursa's fix to prevent free(NULL) to occurDaniel Stenberg
2004-05-13James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebugDaniel Stenberg
system thinks free(NULL) is badness)
2004-05-11- Nico Stappenbelt reported that when processing domain and search lines inDaniel Stenberg
the resolv.conf file, the first entry encountered is processed and used as the search list. According to the manual pages for both Linux, Solaris and Tru64, the last entry of either a domain or a search field is used.
2004-05-03don't free(NULL)Daniel Stenberg
2004-04-131.2.0Daniel Stenberg
2004-04-11updated to not include the msvc-generated filesDaniel Stenberg
2004-04-11when checked out from CVS, run this to generate the proper scriptsDaniel Stenberg
2004-04-08we're working on 1.2.0 nowDaniel Stenberg
2004-04-06mention the man page updates from the other dayDaniel Stenberg
2004-04-05generated files, no need to keep in CVSDaniel Stenberg
2004-04-02edits, mainly to make the generated html output nicerDaniel Stenberg
2004-04-02minor editsDaniel Stenberg
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg
2004-04-01edited slightly, point out our new mailinglistDaniel Stenberg
2004-04-01remind us about cvs tagging when we've built a release archiveDaniel Stenberg
2004-04-01Dominick Meglio man page fixesDaniel Stenberg
2004-03-31Dominick Meglio fixed a missing commaDaniel Stenberg
2004-03-30Dominick Meglio's new ares_expand_string() functionDaniel Stenberg
2004-03-23changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg
2004-03-12ignore aclocal.m4Daniel Stenberg
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg
2004-03-09Gisle Vanem fixed the bad argc checkDaniel Stenberg
2004-03-08this is generated, removed from CVSDaniel Stenberg
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg
cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46 There is an implicit conversion from "unsigned long" to "int"; rounding, sign extension, or loss of accuracy may result. if (!fgets(*buf + offset, *bufsize - offset, fp))
2004-02-29Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg
2004-02-27minor size_t fix to kill a warningDaniel Stenberg
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg
configure stuff
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg
and we can't depend on configure-defines in it. This logic is borrowed from the public curl headers.
2004-02-25fixDaniel Stenberg
2004-02-25Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg
2004-02-23check for a few basic header filesDaniel Stenberg
2004-02-23include sys/select.hDaniel Stenberg
2004-02-23ares_free_errmem is goneDaniel Stenberg
2004-02-23unused and now removedDaniel Stenberg
2004-02-23more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg
2004-02-23more int/long fixes after icc "remarks"Daniel Stenberg
2004-02-23next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg
to warn