aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2004-02-19check for standard headers when --enable-debug is usedDaniel Stenberg
2004-02-18I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg
figure it out here anymore to build debug builds.
2004-02-18The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg
When using it, we now set the include path to better find the devel curl headers, and we check for the socklen_t type since the curl memdebug stuff needs it.
2004-02-17memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg
2004-02-17'make all' also builds the demosDaniel Stenberg
2004-02-17include ares_private.h to make sure we get the memdebug stuff includedDaniel Stenberg
2004-02-17If CURLDEBUG is set we use the libcurl internal memdebug system to trackDaniel Stenberg
memory leaks etc.
2004-02-16only build adig and ahost if 'make demos' is usedDaniel Stenberg
2004-02-15don't assume we can use gcc 2.96+ optionsDaniel Stenberg
2004-02-13removed usage of unset variables (by a function that does nothing!)Daniel Stenberg
2004-02-11install ares_version.h as wellDaniel Stenberg
2004-02-11Dirk Manske's fix to install ares_version.h as wellDaniel Stenberg
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg
2004-02-04fixed "comparison between signed and unsigned" complaintsDaniel Stenberg
2004-02-04don't use 'sin' as variable name as the picky compiler warnings complainDaniel Stenberg
about it shadowing the function sin()
2004-02-04fixingDaniel Stenberg
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg
added prototypes for the strcasecmp() functions
2004-02-04we use the more aggressive compiler warningsDaniel Stenberg
2004-02-04made more pointers unsigned, as they were mostly used passed in to functionsDaniel Stenberg
that assume them to be unsigned. Stops compiler warnings.
2004-02-04typecast comparision between signed and unsignedDaniel Stenberg
2004-02-04try_config() takes a second parameter as const, to prevent picky compilerDaniel Stenberg
warnings
2004-02-04takes a void *, not a char * anymoreDaniel Stenberg
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg
2004-02-04don't compare signed and unsignedDaniel Stenberg
2004-02-04added a tags targetDaniel Stenberg
2004-02-04new configure fileDaniel Stenberg
2004-02-04use configure.ac instead of configure.inDaniel Stenberg
support --enable-debug to switch on picky compiler options
2004-02-04stop a compiler warningDaniel Stenberg
2004-02-03libcares.a is hereDaniel Stenberg
2004-02-03We now produce 'libcares.a' instead, to make it possible to have both c-aresDaniel Stenberg
and the original ares installed in the same lib dir.
2004-02-03add link to the new cares web siteDaniel Stenberg
2004-02-03added notes about incompatible functionsDaniel Stenberg
2004-02-03adjusted to the new single-parameter version of this functionDaniel Stenberg
2004-02-03removed odd newlineDaniel Stenberg
2004-02-03modified *strerror()Daniel Stenberg
2004-02-02use the new single-argument ares_strerror()Daniel Stenberg
2004-02-02remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg
2004-02-02removed the silly second argument to ares_strerror()Daniel Stenberg
This breaks the API and ABI with the existing ares library. We hereby require the upcoming c-ares 1.0 for asynch name resolves!
2004-01-29documented ares_version()Daniel Stenberg
2004-01-29return a const char *Daniel Stenberg
2004-01-29use the name 'c-ares' for this packageDaniel Stenberg
2004-01-29include the new README.caresDaniel Stenberg
2004-01-29point out that this is a forked project, all c-ares specific stuff is nowDaniel Stenberg
in README.cares
2004-01-29c-ares specific README, leaving most of the original README as-isDaniel Stenberg
2004-01-29cut off the initial blurb, moved that to README.caresDaniel Stenberg
2004-01-29Dirk Manske fixed a flaw in the setting of the socket to non-blockingDaniel Stenberg
2004-01-04the gettimeofday fixDaniel Stenberg
2004-01-04Dominick Meglio's fix to make our private gettimeofday() use the ares_Daniel Stenberg
namespace
2003-10-24c-ares is the new name and ares_version() was addedDaniel Stenberg