aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2004-07-11minor cleanup.Gunter Knauf
2004-07-11added ifdef for NetWare to ares.h.Gunter Knauf
2004-07-06mingw and netware makefiles added by Gunter KnaufDaniel Stenberg
2004-07-05minor cosmetic fix.Gunter Knauf
2004-07-05added MingW32 makefile.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-04Günter Knauf made c-ares build and run on Novell Netware.Daniel Stenberg
2004-07-04added NetWare section for paths.Gunter Knauf
2004-07-04update to build both test apps.Gunter Knauf
2004-07-03minor fix for compiling on Linux.Gunter Knauf
2004-07-03added few ifdefs to make it usable for NetWare.Gunter Knauf
2004-07-03added NetWare makefile.Gunter Knauf
2004-07-01djgpp fixes by GisleDaniel Stenberg
2004-07-01Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg
Windows.
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg
2004-07-01Gisle's djgpp magicDaniel Stenberg
2004-07-01Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg
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))