platform/upstream/c-ares.git
2004-07-04 Gunter Knaufadded NetWare section for paths.
2004-07-04 Gunter Knaufupdate to build both test apps.
2004-07-03 Gunter Knaufminor fix for compiling on Linux.
2004-07-03 Gunter Knaufadded few ifdefs to make it usable for NetWare.
2004-07-03 Gunter Knaufadded NetWare makefile.
2004-07-01 Daniel Stenbergdjgpp fixes by Gisle
2004-07-01 Daniel StenbergGisle's win32-fix. 'errno' is not used for errors when...
2004-07-01 Daniel StenbergGisle added makefile for djgpp builds
2004-07-01 Daniel StenbergGisle's djgpp magic
2004-07-01 Daniel StenbergGisle Vanem made this build fine with djgpp and the...
2004-06-14 Daniel Stenbergprevent compiler warnings on non-win32 platforms
2004-06-10 Daniel StenbergGisle Vanem's init patch for Windows
2004-06-08 Daniel Stenbergfix
2004-06-08 Daniel StenbergJames Bursa fixed a RISC OS init issue, removed trailin...
2004-05-27 Daniel Stenbergfree() allocated memory when the ares search can't...
2004-05-27 Daniel Stenbergclear the domains and sortlist when the 'channel' is...
2004-05-27 Daniel Stenbergbetter checks to avoid free(NULL)
2004-05-27 Daniel StenbergJames Bursa's fix to prevent free(NULL) to occur
2004-05-13 Daniel StenbergJames Bursa's patch to avoid free(NULL) (mainly because...
2004-05-11 Daniel Stenberg- Nico Stappenbelt reported that when processing domain...
2004-05-03 Daniel Stenbergdon't free(NULL)
2004-04-13 Daniel Stenberg1.2.0
2004-04-11 Daniel Stenbergupdated to not include the msvc-generated files
2004-04-11 Daniel Stenbergwhen checked out from CVS, run this to generate the...
2004-04-08 Daniel Stenbergwe're working on 1.2.0 now
2004-04-06 Daniel Stenbergmention the man page updates from the other day
2004-04-05 Daniel Stenberggenerated files, no need to keep in CVS
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
next