platform/upstream/c-ares.git
2004-04-02 Daniel Stenbergedits, mainly to make the generated html output nicer
2004-04-02 Daniel Stenbergminor edits
2004-04-01 Daniel StenbergDirk Manske's ares_cancel() function was added.
2004-04-01 Daniel Stenbergedited slightly, point out our new mailinglist
2004-04-01 Daniel Stenbergremind us about cvs tagging when we've built a release...
2004-04-01 Daniel StenbergDominick Meglio man page fixes
2004-03-31 Daniel StenbergDominick Meglio fixed a missing comma
2004-03-30 Daniel StenbergDominick Meglio's new ares_expand_string() function
2004-03-23 Daniel Stenbergchanged the long to int typecasts to see if icc 8.0...
2004-03-12 Daniel Stenbergignore aclocal.m4
2004-03-10 Daniel StenbergGisle Vanem improved build on Windows.
2004-03-09 Daniel Stenbergmingw has str(n)casecmp() functions
2004-03-09 Daniel Stenbergtimezone dummy to build better on Windows - Gisle Vanem
2004-03-09 Daniel StenbergGisle Vanem fixed the bad argc check
2004-03-08 Daniel Stenbergthis is generated, removed from CVS
2004-03-03 Daniel Stenbergattempted typecase to silence the MIPSpro warning:
2004-02-29 Daniel StenbergDirk Manske fixed the attempt to install the removed...
2004-02-27 Daniel Stenbergminor size_t fix to kill a warning
2004-02-27 Daniel Stenbergupdated the debug option function from curl's acinclude.m4
2004-02-26 Daniel Stenbergfixed a "comparison between signed and unsigned" warning
2004-02-26 Daniel Stenbergminor fixes to avoid MIPSPro pedantic warnings
2004-02-26 Daniel Stenbergdon't mix int and size_t, it generates warnings!
2004-02-25 Daniel Stenbergadded the better debug option logic from curl by adding...
2004-02-25 Daniel StenbergDon't check for HAVE_ defines in this header file,...
2004-02-25 Daniel Stenbergfix
2004-02-25 Daniel StenbergDan Fandrich fixed a minor flaw in Dominick's fix!
2004-02-23 Daniel Stenbergcheck for a few basic header files
2004-02-23 Daniel Stenberginclude sys/select.h
2004-02-23 Daniel Stenbergares_free_errmem is gone
2004-02-23 Daniel Stenbergunused and now removed
2004-02-23 Daniel Stenbergmore int vs long/size_t fixes after icc compiler warnings
2004-02-23 Daniel Stenbergmore int/long fixes after icc "remarks"
2004-02-23 Daniel Stenbergnext_id is an unsigned short, typecast the assign to...
2004-02-23 Daniel Stenbergtypecase the bitfiddling results since we get a long...
2004-02-23 Daniel Stenbergmake ares_expand_name() take a long * instead of an...
2004-02-23 Daniel Stenbergstrlen() returns a size_t, which might be larger than...
2004-02-22 Daniel StenbergDominick Meglio's fix for supporting multiple names...
2004-02-22 Daniel Stenbergthis code uses no long long, so we can have warnings...
2004-02-19 Daniel Stenbergcheck for standard headers when --enable-debug is used
2004-02-18 Daniel StenbergI removed the socklen_t requirement from memdebug.h...
2004-02-18 Daniel StenbergThe --enable-debug option really requires this to be...
2004-02-17 Daniel Stenbergmemdebug build, 'make' no longer builds the demo tools
2004-02-17 Daniel Stenberg'make all' also builds the demos
2004-02-17 Daniel Stenberginclude ares_private.h to make sure we get the memdebug...
2004-02-17 Daniel StenbergIf CURLDEBUG is set we use the libcurl internal memdebu...
2004-02-16 Daniel Stenbergonly build adig and ahost if 'make demos' is used
2004-02-15 Daniel Stenbergdon't assume we can use gcc 2.96+ options
2004-02-13 Daniel Stenbergremoved usage of unset variables (by a function that...
2004-02-11 Daniel Stenberginstall ares_version.h as well
2004-02-11 Daniel StenbergDirk Manske's fix to install ares_version.h as well
2004-02-05 Daniel Stenberginclude process.h to get the _getpid() proto
2004-02-04 Daniel Stenbergfixed "comparison between signed and unsigned" complaints
2004-02-04 Daniel Stenbergdon't use 'sin' as variable name as the picky compiler...
2004-02-04 Daniel Stenbergfixing
2004-02-04 Daniel Stenbergprevent a compiler warning about a macro definition
2004-02-04 Daniel Stenbergprevent the windows version to use global symbol names
2004-02-04 Daniel Stenbergwe use the more aggressive compiler warnings
2004-02-04 Daniel Stenbergmade more pointers unsigned, as they were mostly used...
2004-02-04 Daniel Stenbergtypecast comparision between signed and unsigned
2004-02-04 Daniel Stenbergtry_config() takes a second parameter as const, to...
2004-02-04 Daniel Stenbergtakes a void *, not a char * anymore
2004-02-04 Daniel Stenbergares_free_string() now takes a void * instead
2004-02-04 Daniel Stenbergdon't compare signed and unsigned
2004-02-04 Daniel Stenbergadded a tags target
2004-02-04 Daniel Stenbergnew configure file
2004-02-04 Daniel Stenberguse configure.ac instead of configure.in
2004-02-04 Daniel Stenbergstop a compiler warning
2004-02-03 Daniel Stenberglibcares.a is here
2004-02-03 Daniel StenbergWe now produce 'libcares.a' instead, to make it possibl...
2004-02-03 Daniel Stenbergadd link to the new cares web site
2004-02-03 Daniel Stenbergadded notes about incompatible functions
2004-02-03 Daniel Stenbergadjusted to the new single-parameter version of this...
2004-02-03 Daniel Stenbergremoved odd newline
2004-02-03 Daniel Stenbergmodified *strerror()
2004-02-02 Daniel Stenberguse the new single-argument ares_strerror()
2004-02-02 Daniel Stenbergremove rcsid stuff from c files, it serves no useful...
2004-02-02 Daniel Stenbergremoved the silly second argument to ares_strerror()
2004-01-29 Daniel Stenbergdocumented ares_version()
2004-01-29 Daniel Stenbergreturn a const char *
2004-01-29 Daniel Stenberguse the name 'c-ares' for this package
2004-01-29 Daniel Stenberginclude the new README.cares
2004-01-29 Daniel Stenbergpoint out that this is a forked project, all c-ares...
2004-01-29 Daniel Stenbergc-ares specific README, leaving most of the original...
2004-01-29 Daniel Stenbergcut off the initial blurb, moved that to README.cares
2004-01-29 Daniel StenbergDirk Manske fixed a flaw in the setting of the socket...
2004-01-04 Daniel Stenbergthe gettimeofday fix
2004-01-04 Daniel StenbergDominick Meglio's fix to make our private gettimeofday...
2003-10-24 Daniel Stenbergc-ares is the new name and ares_version() was added
2003-10-24 Daniel StenbergIntroducing ares_version(), so that we can have apps...
2003-10-17 Daniel Stenbergignore these too
2003-10-08 Daniel Stenbergname it pre1
2003-10-08 Daniel Stenbergclarify why this package exists
2003-10-08 Daniel Stenbergrun autoconf if needed
2003-10-08 Daniel Stenbergignore these files
2003-10-08 Daniel Stenbergadded for completeness
2003-10-08 Daniel Stenbergclarified the reason for this package
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches