1930 Commits (ba1aa0635aa4e8f1f0fc99125931d88ed75bba68)
 

Author SHA1 Message Date
Daniel Stenberg a881c1dfee minor size_t fix to kill a warning 21 years ago
Daniel Stenberg 3ee8f19e0f updated the debug option function from curl's acinclude.m4 21 years ago
Daniel Stenberg 481d5ac1b7 fixed a "comparison between signed and unsigned" warning 21 years ago
Daniel Stenberg ff59e51250 minor fixes to avoid MIPSPro pedantic warnings 21 years ago
Daniel Stenberg 02ffff0b00 don't mix int and size_t, it generates warnings! 21 years ago
Daniel Stenberg 650fd8cee3 added the better debug option logic from curl by adding acinclude.m4 to the 21 years ago
Daniel Stenberg ff2794fc5f Don't check for HAVE_ defines in this header file, it is meant to be public 21 years ago
Daniel Stenberg cfe7ce7a57 fix 21 years ago
Daniel Stenberg 45efb3cc73 Dan Fandrich fixed a minor flaw in Dominick's fix! 21 years ago
Daniel Stenberg 74d3b56a0f check for a few basic header files 21 years ago
Daniel Stenberg 27126cba25 include sys/select.h 21 years ago
Daniel Stenberg 4e10b07ab0 ares_free_errmem is gone 21 years ago
Daniel Stenberg 9682ecee84 unused and now removed 21 years ago
Daniel Stenberg a58afac1f1 more int vs long/size_t fixes after icc compiler warnings 21 years ago
Daniel Stenberg d0d3f7ff6c more int/long fixes after icc "remarks" 21 years ago
Daniel Stenberg 33907a6f10 next_id is an unsigned short, typecast the assign to prevent picky compilers 21 years ago
Daniel Stenberg c7c24e3de7 typecase the bitfiddling results since we get a long and we store an int, 21 years ago
Daniel Stenberg 961876c001 make ares_expand_name() take a long * instead of an int *, since we do 21 years ago
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 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 21 years ago
Daniel Stenberg 9264a4649d The --enable-debug option really requires this to be built as part of curl. 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 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 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 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 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 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 21 years ago
Daniel Stenberg bc21303695 stop a compiler warning 21 years ago