Daniel Stenberg
3f0b19ea45
strlen() returns a size_t, which might be larger than int on some platforms
21 years ago
Daniel Stenberg
bcc693e966
Dominick Meglio's fix for supporting multiple names in the Nameserver key
...
on Windows.
21 years ago
Daniel Stenberg
3e2959f67c
this code uses no long long, so we can have warnings about them
21 years ago
Daniel Stenberg
bff8eca5ae
check for standard headers when --enable-debug is used
21 years ago
Daniel Stenberg
dd6dd055b3
I removed the socklen_t requirement from memdebug.h, so we don't need to
...
figure it out here anymore to build debug builds.
21 years ago
Daniel Stenberg
9264a4649d
The --enable-debug option really requires this to be built as part of curl.
...
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.
21 years ago
Daniel Stenberg
c2f765495d
memdebug build, 'make' no longer builds the demo tools
21 years ago
Daniel Stenberg
4eddbaddfd
'make all' also builds the demos
21 years ago
Daniel Stenberg
438444b72f
include ares_private.h to make sure we get the memdebug stuff included
21 years ago
Daniel Stenberg
c0f9b28177
If CURLDEBUG is set we use the libcurl internal memdebug system to track
...
memory leaks etc.
21 years ago
Daniel Stenberg
41630bdc93
only build adig and ahost if 'make demos' is used
21 years ago
Daniel Stenberg
15d2d14259
don't assume we can use gcc 2.96+ options
21 years ago
Daniel Stenberg
59c69ebd1a
removed usage of unset variables (by a function that does nothing!)
21 years ago
Daniel Stenberg
87308b0e3a
install ares_version.h as well
21 years ago
Daniel Stenberg
cd6d19a990
Dirk Manske's fix to install ares_version.h as well
21 years ago
Daniel Stenberg
69d192ba1e
include process.h to get the _getpid() proto
21 years ago
Daniel Stenberg
d4c916822a
fixed "comparison between signed and unsigned" complaints
21 years ago
Daniel Stenberg
79c1e3ab26
don't use 'sin' as variable name as the picky compiler warnings complain
...
about it shadowing the function sin()
21 years ago
Daniel Stenberg
f06464edd2
fixing
21 years ago
Daniel Stenberg
49eceda4dd
prevent a compiler warning about a macro definition
21 years ago
Daniel Stenberg
c72a2f4af7
prevent the windows version to use global symbol names
...
added prototypes for the strcasecmp() functions
21 years ago
Daniel Stenberg
2cb9a82bac
we use the more aggressive compiler warnings
21 years ago
Daniel Stenberg
aaeec78410
made more pointers unsigned, as they were mostly used passed in to functions
...
that assume them to be unsigned. Stops compiler warnings.
21 years ago
Daniel Stenberg
0b59a6bb66
typecast comparision between signed and unsigned
21 years ago
Daniel Stenberg
f05add885b
try_config() takes a second parameter as const, to prevent picky compiler
...
warnings
21 years ago
Daniel Stenberg
f8ced532ae
takes a void *, not a char * anymore
21 years ago
Daniel Stenberg
72b499b940
ares_free_string() now takes a void * instead
21 years ago
Daniel Stenberg
d878865f92
don't compare signed and unsigned
21 years ago
Daniel Stenberg
d0a6ba39ee
added a tags target
21 years ago
Daniel Stenberg
f188f9f5d0
new configure file
21 years ago
Daniel Stenberg
2bf1e41f46
use configure.ac instead of configure.in
...
support --enable-debug to switch on picky compiler options
21 years ago
Daniel Stenberg
bc21303695
stop a compiler warning
21 years ago
Daniel Stenberg
8dcc932588
libcares.a is here
21 years ago
Daniel Stenberg
3337b07bd1
We now produce 'libcares.a' instead, to make it possible to have both c-ares
...
and the original ares installed in the same lib dir.
21 years ago
Daniel Stenberg
a01b327c39
add link to the new cares web site
21 years ago
Daniel Stenberg
4ca017855c
added notes about incompatible functions
21 years ago
Daniel Stenberg
1da218113d
adjusted to the new single-parameter version of this function
21 years ago
Daniel Stenberg
0694d728bb
removed odd newline
21 years ago
Daniel Stenberg
bca97dd567
modified *strerror()
21 years ago
Daniel Stenberg
950eb09ae5
use the new single-argument ares_strerror()
21 years ago
Daniel Stenberg
3d0a7c00df
remove rcsid stuff from c files, it serves no useful purpose
21 years ago
Daniel Stenberg
3ac93aa3c5
removed the silly second argument to ares_strerror()
...
This breaks the API and ABI with the existing ares library. We hereby require
the upcoming c-ares 1.0 for asynch name resolves!
21 years ago
Daniel Stenberg
d323492eb8
documented ares_version()
21 years ago
Daniel Stenberg
11511dcaac
return a const char *
21 years ago
Daniel Stenberg
0f398c7a32
use the name 'c-ares' for this package
21 years ago
Daniel Stenberg
8c85a48e91
include the new README.cares
21 years ago
Daniel Stenberg
a95b4a356f
point out that this is a forked project, all c-ares specific stuff is now
...
in README.cares
21 years ago
Daniel Stenberg
9b665b2b78
c-ares specific README, leaving most of the original README as-is
21 years ago
Daniel Stenberg
efe7020e54
cut off the initial blurb, moved that to README.cares
21 years ago
Daniel Stenberg
d52f1884be
Dirk Manske fixed a flaw in the setting of the socket to non-blocking
21 years ago