wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dplayx /
2008-07-10  Andrew Talbotdplayx: Remove unneeded address-of operator from array...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-05-22  Andrew Talbotdplayx: Remove unneeded "extern" from function definitions.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-17  Andrew Talbotdplayx: Remove unused variables.
2008-04-07  Austin EnglishSpelling fixes.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-29  Andrew Talbotdplayx: Assign to structs instead of using CopyMemory.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-27  Andrew Talbotdplayx: Assign to struct instead of using memcpy.
2008-02-21  Rob Shearmandplayx: Fix incorrect check in DirectPlayLobbyAImpl_Enu...
2008-02-21  Rob Shearmandplayx: Fix incorrect check in DirectPlay3AImpl_EnumCon...
2008-02-19  Alexandre Julliarduuid: Remove a few iids that don't belong here.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-02  Austin Englishdplayx: Fix a typo.
2008-01-02  Andrew Talbotdplayx: Remove unneeded casts.
2007-12-11  Andrew Talbotdplayx: Remove unneeded casts.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-24  Andrew Talbotdplayx: Fix some memory leaks.
2007-09-11  Lionel Debrouxdplayx: Fixed memory leak in dplay.c (found by Smatch).
2007-09-10  Stefan Leichterdplayx: Remove 'recursive registry key delete' function.
2007-07-20  Andrew Talbotdplayx: Cast-qual warning fix.
2007-04-27  Andrew Talbotdplayx: Constify some variables.
2007-04-26  Andrew Talbotdplayx: Fix a typo.
2007-04-03  Alessandro Pignottidplayx: Implement proper interface locking for DP_EnumS...
2007-03-26  Alessandro Pignottidplayx: Fixes the order of GUID initialization and...
2007-03-23  Alessandro Pignottidplayx: Corrected the way nameserver initializes the...
2007-03-21  Alessandro Pignottidplayx: Check for null pointer dereference in DP_FindPl...
2007-03-16  Alessandro Pignottidplayx: DirectPlay should keep track of the user count.
2007-03-08  Jan Zerebeckidplayx: Add DebugInfo to critical sections.
2007-03-06  Francois Gougetdplayx/tests: Fix compilation on systems that don't...
2007-03-06  Francois Gougetdplayx/tests: Add missing '\n' to ok() call.
2007-03-05  Kai Blindplayx: Remove unneeded test, fix compilation on msvc++.
2007-03-05  Kai Blindplayx: Use skip and fix indentation.
2007-03-01  Alessandro Pignottidplay: Directplay should initialize session Guid, with...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Andrew Talbotdplayx: Declare some functions static.
2006-12-14  Dmitry Timoshkovdplayx: Make some data const.
2006-12-06  Detlef Riekenbergdplayx: Display requested provider.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Francois Gougetdplayx: Fix spelling of the DPLAYX_AcquireSemaphore...
2006-10-10  Michael Stefaniucdplayx: 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-09-10  Andrew Talbotdplayx: Cast-qual warnings fix.
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-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-13  Alexandre Julliarddplayx: Don't use sizeof in traces to avoid printf...
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-22  Vitaliy Margolendirectx: Update file versions to dx9c (compared to...
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-03-15  Aric Cyrdplayx: Fix semaphore deadlock.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-23  Lionel UlmerRewrite DirectPlayEnumerateA and add W version at the...
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-19  Francois GougetDPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-09  Raphael JunqueiraAvoid ConvertToGlobalHandle calls.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-11  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric PouechFixed array index overflow.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-10-04  Francois GougetDon't use COBJMACROS on internal interfaces.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-07-12  Marcus MeissnerMove definitions of static vtables from header to dplay.c.
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.
next