mshtml: Added partial IHTMLDocument2::put_designMode implementation.
[wine] / dlls / icmp /
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-07-18  Alexandre Julliardicmp: The import library is not needed.
2008-07-18  Juan Langiphlpapi: Move Icmp* functions from icmp to iphlpapi.
2008-04-04  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-06  Gerald Pfeifericmp: Correctly handle underflow in IcmpSendEcho().
2006-11-06  Damjan Jovanovicicmp: Changed select to poll.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2004-09-29  Alexandre JulliardAvoid using gettimeofday.
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-04  Alexandre JulliardRemoved the commented out winsock support, it can't...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-03  Alexandre JulliardInstall ipexport.h and icmpapi.h with the other Windows...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-15  Rein KlazesDon't check the checksum of the original echo request...
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-19  Francois GougetReplace the calls to malloc by calls to HeapAlloc and...
2000-05-01  Gerald PfeiferUse <stdlib.h> instead of the deprecated and non-portab...
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-25  Francois GougetModified IcmpCloseHandle and IcmpSendEchoRequest so...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Ulrich Weigandu_int[16|32]_t might not be defined.
1999-11-14  Francois GougetRemoved leftover #undefs.
1999-11-13  Francois GougetUse BSD headers for ICMP portability.
1999-11-10  Patrik StridvallSolaris compile fixes.
1999-11-07  Francois GougetAdded ICMP DLL implementation.