platform/upstream/c-ares.git
2004-09-03 Gunter Knauffixed nasty warnings with gcc 3.3.
2004-08-30 Daniel Stenbergmention Gisle's recent fixes
2004-08-29 Gisle VanemRemoved ares_free_errmem.c from MSCV project files.
2004-08-20 Gisle VanemMore patches for Watt-32 on Win32; don't include "names...
2004-08-20 Gisle VanemNo WSAGetLastError() on Watt-32/DOS
2004-08-20 Gisle VanemNo <sys/uio.h> on DOS/Win32
2004-08-20 Gisle VanemChanges for Watt-32 on Windows. I've assumed Configure
2004-08-19 Gisle VanemZLIB_ROOT not needed
2004-08-19 Gisle VanemMy first CVS commit just to see if this works.
2004-08-13 Daniel Stenbergmention Harshal Pradhan's windows fix
2004-08-13 Daniel StenbergHarshal Pradhan made minor syntax change to make this...
2004-08-10 Daniel Stenbergignore more files
2004-07-29 Daniel Stenbergvariable type fix
2004-07-29 Daniel Stenbergremoved C++ comment to please picky source checkers
2004-07-24 Daniel Stenberg--enable-debug builds static only, Gisle fixed a memory...
2004-07-24 Daniel StenbergGisle Vanem:
2004-07-24 Daniel Stenberg--enable-debug now makes the lib built static only...
2004-07-24 Daniel Stenberggenerate the new configure better
2004-07-23 Daniel Stenbergnow generated by automake
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-11 Gunter Knaufminor cleanup.
2004-07-11 Gunter Knaufadded ifdef for NetWare to ares.h.
2004-07-06 Daniel Stenbergmingw and netware makefiles added by Gunter Knauf
2004-07-05 Gunter Knaufminor cosmetic fix.
2004-07-05 Gunter Knaufadded MingW32 makefile.
2004-07-05 Gunter Knauftry to relax linux build host detection.
2004-07-04 Daniel StenbergGünter Knauf made c-ares build and run on Novell Netware.
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
next