netstat: Initial implementation.
[wine] / dlls / msdmo /
2012-09-12  Michael Stefaniucmsdmo: DMOGetTypes() is implemented and not a stub.
2010-11-29  Alexandre Julliardmsdmo: Don't use an interface pointer for an internal...
2010-11-29  Michael Stefaniucmsdmo: Use an iface instead of a vtbl pointer in IEnumD...
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...
2009-07-09  Alexandre Julliardmsdmo: Convert the language-neutral resource file to...
2009-01-23  Michael Stefaniucmsdmo: Remove superfluous pointer casts.
2008-10-18  Alexandre Julliardmsdmo: Convert source files to utf-8.
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-10  Andrew Talbotmsdmo: Fix calculation of array size in bytes.
2008-04-08  Andrew Talbotmsdmo: Array parameter is passed to function as pointer...
2008-03-06  Andrew Talbotmsdmo: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-10-29  Aric Stewartmsdmo: Fix to DMOEnum to properly enumerate the keys...
2007-10-15  Francois Gougetmsdmo: Fix the DMOGetName() prototype.
2007-10-15  Francois Gougetmsdmo: Fix a winapi_check documentation warning and...
2007-10-11  Aric Stewartmsdmo: Improve registration and reading of codecs.
2007-10-05  Aric Stewartmsdmo: Implement DMOGetTypes.
2007-06-13  Francois Gougetmsdmo: Improve the prototypes Win64 compatibility by...
2007-05-29  Andrew Talbotmsdmo: Constify some variables.
2007-05-04  Alexandre JulliardGet rid of some empty source files, our makefiles no...
2007-01-12  Andrew Talbotmsdmo: Declare a function static.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-10-06  Michael Stefaniucmsdmo: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
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-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
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-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-02  Marcus MeissnerDrop duplicate definition of IID_IEnumDMO.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
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...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-24  Mike McCormackRemove tabs, reformat, merge comments.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-12-01  Tom WicklineUse the same version format for all DX dlls.
2003-11-25  Ulrich CzekallaImplemented DMORegister, DMOUnregister, DMOGetName...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Michael Günnewig- Implemented Mo* methods.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
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-03-22  Hidenori TakeshimaRemoved some code because of concerns over the Microsof...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Hidenori TakeshimaImplemented some APIs.
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.