cryptdlg: Implement CertTrustFinalPolicy.
[wine] / dlls / dplayx /
2008-09-12  Ismael Barrosdplayx: Fix static overrun of pDP array in test (Coverity).
2008-09-10  Kai Blindplayx: Fix possible NULL pointer deference in error...
2008-09-10  Kai Blindplayx: Fix possible NULL pointer dereference (Coverity).
2008-09-10  Kai Blindplayx: Fix static overrun of pDP array in test. (Cover...
2008-09-03  Paul Vriensdplayx/tests: Add a few missing HeapFree's.
2008-09-02  Paul Vriensdplayx/tests: Remove a stray CoInitialize.
2008-09-02  Francois Gougetdplayx/tests: Fix compilation on systems that don't...
2008-08-21  Alexandre JulliardAvoid some size_t printf format warnings.
2008-08-20  Ismael Barrosdplayx: Tests for checking remote data replication.
2008-08-20  Ismael Barrosdplayx: Tests for GetMessageQueue.
2008-08-20  Ismael Barrosdplayx: Tests for GetMessageCount.
2008-08-20  Ismael Barrosdplayx: Tests for Receive.
2008-08-20  Ismael Barrosdplayx: Tests for Send.
2008-08-20  Ismael Barrosdplayx: Tests for checking the behaviour of groups...
2008-08-20  Ismael Barrosdplayx: Tests for checking the behaviour of groups...
2008-08-20  Ismael Barrosdplayx: Tests for EnumGroupsInGroup.
2008-08-20  Ismael Barrosdplayx: Tests for EnumGroups.
2008-08-20  Ismael Barrosdplayx: Tests for EnumPlayers.
2008-08-20  Ismael Barrosdplayx: Tests for GroupOwner.
2008-08-20  Ismael Barrosdplayx: Tests for CreateGroup.
2008-08-18  Francois Gougetdplayx/tests: Fix compilation on systems that don't...
2008-08-04  Ismael Barrosdplayx: Tests for GetPlayerFlags.
2008-08-04  Ismael Barrosdplayx: Tests for GetPlayerAddress.
2008-08-04  Ismael Barrosdplayx: Tests for GetPlayerAccount.
2008-08-04  Ismael Barrosdplayx: Tests for Get/SetPlayerName.
2008-08-04  Ismael Barrosdplayx: Tests for Get/SetPlayerData.
2008-08-04  Ismael Barrosdplayx: Tests for GetPlayerCaps.
2008-08-04  Ismael Barrosdplayx: Tests for CreatePlayer.
2008-08-04  Ismael Barrosdplayx: Tests for Get/SetSessionDesc.
2008-08-04  Ismael Barrosdplayx: Tests for EnumSessions.
2008-08-04  Ismael Barrosdplayx: Tests for Open.
2008-08-01  Ismael Barrosdplayx: Tests for GetCaps.
2008-08-01  Ismael Barrosdplayx: Tests for InitializeConnection.
2008-08-01  Ismael Barrosdplayx: Tests for EnumConnections.
2008-08-01  Ismael Barrosdplayx: Tests for DirectPlayCreate.
2008-08-01  Ismael Barrosdplayx: Changed debug channel from dplayx to dplay.
2008-08-01  Ismael Barrosdplayx: Fix the definition of DirectPlayCreate.
2008-07-23  Ismael Barrosdplayx: Moved dplaysp.h to include/wine.
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.
next