netstat: Initial implementation.
[wine] / dlls / dmloader /
2012-12-20  Christian Costadmloader: Use dump_DMUS_OBJECTDESC to dump data to...
2012-12-18  Christian Costadmloader: COM cleanup of IDirectMusicLoader object.
2012-11-05  André Hentscheldmloader: Fix sizeof statement (coverity).
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-03-26  Andrew Eikumdmloader: Add simple playing test.
2012-03-26  Andrew Eikumdmloader: Don't claim partial success when loading...
2011-11-14  Francois Gougetdmloader: Remove an unused critical section.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Michael Stefaniucdmloader: Simplify the module refcount handling.
2011-08-02  Michael Stefaniucdmloader: Merge and simplify the IClassFactory implemen...
2011-05-17  Marcus Meissnerdmloader: Mark internal symbols with hidden visibility.
2010-12-03  Alexandre Julliarddmloader: Convert dll registration to the IRegistrar...
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-05-17  Michael Stefaniucdmloader: Remove redundant "not NULL" check of the...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-06  David Adamdmloader: Fix a possible null dereference.
2009-12-11  Marcus Meissnerdmloader: pObject NULL checks are not necessary (Coverity).
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-02-02  Marcus Meissnerdmloader: Fixed some pointer read/write checks (Coverity).
2009-01-13  Michael Stefaniucdmloader: Remove superfluous pointer casts.
2008-12-29  Francois GougetAssorted spelling fixes.
2008-12-17  Francois Gougetdmloader: Add a trailing '\n' to a Wine trace.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-03  Alexandre Julliarddmloader: Make some functions static.
2008-12-03  Alexandre Julliarddmloader: Remove an unused function.
2008-12-01  Francois Gougetdmloader: Remove WINAPI on static functions where not...
2008-11-03  Michael Stefaniucdmloader: Do not cast NULL.
2008-07-31  Andrew Talbotdmloader: Sign-compare warning fix.
2008-06-30  Alexandre JulliardFix a few %ll printf formats.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-02  Austin EnglishSpelling fixes.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-25  Andrew Talbotdmloader: Assign to structs instead of using memcpy.
2007-12-08  Andrew Talbotdmloader: Remove unneeded casts.
2007-09-11  Stefan Leichterdmloader: Remove 'recursive registry key delete' function.
2007-06-22  Michael Stefaniucdmloader: Do not use wide character constants.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-04-25  Andrew Talbotdmloader: Constify some variables.
2007-03-12  Jan Zerebeckidmloader: Add DebugInfo to critical sections.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-05  Andrew Talbotdmloader: Declare some functions static.
2006-12-11  Andrew Talbotdmloader: Dangling references fix.
2006-10-12  Michael Stefaniucdmloader: Win64 printf format warning fixes.
2006-10-06  Francois Gougetdmloader: Modify the debugstr_DMUS_* functions to retur...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-20  Stefan Leichterdmloader: Print 64bit integers with wine_dbgstr_longlong.
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 JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarddmloader: Make the virtual table functions static where...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-08  Christian CostaAdd some checks and fix some stream leaks.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-10  Francois GougetCorrect more mismatches between spec files and comments...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-14  Alex Villacís LassoAvoid one more access to pcbRead.
2005-06-13  Alex Villacís LassoPrevent crash on IDirectMusicLoaderResourceStream_IStre...
2005-05-30  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-04-18  Peter Berg LarsenStrncpy elimination.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-23  Tom WicklineVersion resources cleanup.
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-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
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-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-07-12  Marcus MeissnerFixed (LPDIRECTMUSICLOADER8) cast.
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-05-13  Rok Mandeljcdmloader: complete rewrite and full implementation.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-12  Raphael Junqueira- scripts sub-containers loading
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-10-31  Raphael Junqueira- better traces
next