Release 1.5.29.
[wine] / dlls / dplayx / dplay.c
2013-04-22  Marcus Meissnerdplayx: Remove unnecessary assigment (Coverity).
2013-04-09  Michael Stefaniucdplayx: Create a IDirectPlay interface in DirectPlayCre...
2013-04-09  Michael Stefaniucdplayx: Forward directly to IDirectPlay4 QueryInterface.
2013-04-09  Michael Stefaniucdplayx: IDirectPlay and IUnknown share a refcount.
2013-04-09  Michael Stefaniucdplayx: Add a stub IDirectPlay iface.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay3.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay3A.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay2.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay2A.
2013-04-03  Michael Stefaniucdplayx: Get rid of the IDirectPlayImpl aliases.
2013-04-03  Michael Stefaniucdplayx: Merge dpinit.h into dplay_global.h.
2013-04-03  Michael Stefaniucdplayx: Remove superfluous forward declarations.
2013-04-03  Michael Stefaniucdplayx: Get rid of the IDirectPlayXImpl to IDirectPlayI...
2013-04-03  Michael Stefaniucdplayx: Forward AW agnostic IDirectPlay4A stub methods...
2013-04-03  Francois Gougetdplayx: Add a trailing '\n' to a TRACE().
2013-04-02  Michael Stefaniucdplayx: Assimilate the rest of the inherited methods...
2013-04-02  Michael Stefaniucdplayx: Cleanup the IDirectPlay_Cancel* methods.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetMessageQueue helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SendEx helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumSessions helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_AddPlayerToGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetGroupParent helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_InitializeConnection...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumGroupsInGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_DeleteGroupFromGroup...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_AddGroupToGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SetPlayerData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SetGroupData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetPlayerData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetPlayerCaps helper.
2013-04-02  Michael Stefaniucdplayx: Forward IDirectPlay::GetCaps to ::GetPlayerCaps.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetGroupData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumGroupPlayers helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_DeletePlayerFromGroup...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_Close helper.
2013-04-02  Michael Stefaniucdplayx: Assimilate the inherited stub methods into...
2013-04-02  Michael Stefaniucdplayx: Merge the DirectPlay QueryInterface helper.
2013-04-02  Michael Stefaniucdplayx: IDirectPlay4 / IDirectPlay4A have independent...
2013-04-02  Michael Stefaniucdplayx: Cleanup the DirectPlay object creation.
2013-04-02  Michael Stefaniucdplayx: Move the lock into the DirectPlay object.
2013-04-01  Michael Stefaniucdplayx: Add both ifaces to the DirectPlay object and...
2013-04-01  Michael Stefaniucdplayx: Use separate QueryInterface, AddRef and Release...
2013-04-01  Michael Stefaniucdplayx: Introduce impl_from_IDirectPlay4A().
2013-04-01  Michael Stefaniucdplayx: Assimilate the inherited methods into IDirectPl...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumGroups to ::EnumGroups...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroup...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Send to ::SendEx.
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::GetMessageCount to ::GetMe...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Open to ::SecureOpen.
2013-03-29  Michael Stefaniucdplayx: Get rid of the useless IDirectPlay{2,3} vtables.
2013-03-29  Michael Stefaniucdplayx: Remove the duplicated IDirectPlayXImpl structs.
2013-03-29  Michael Stefaniucdplayx: Get rid of the unused DirectPlay3Data / DirectP...
2013-03-29  Michael Stefaniucdplayx: Have the decency to support IUnknown in DirectPlay.
2012-10-30  André Hentscheldplayx: Reorder some code to avoid memory leak (coverity).
2012-08-27  Michael Stefaniucdplayx: Avoid TRUE:FALSE conditional expressions.
2012-05-14  Francois Gougetdplayx: Use a proper plural for the repliesExpected...
2011-11-07  Andrew Talbotdplayx: Remove extraneous braces from switch statement.
2011-07-05  Frédéric Delanoydplayx: Remove dead code (Clang).
2009-05-18  Francois Gougetdplayx: cbDelete{Groups,Player}Elem() are unused so...
2009-01-16  Michael Stefaniucdplayx: Remove superfluous pointer casts.
2008-12-01  Alexandre Julliarddplayx: Remove some unused functions.
2008-12-01  Francois Gougetdplay: Remove WINAPI on static functions where not...
2008-10-08  Michael Stefaniucdplayx: Use SUCCEEDED instead of !FAILED.
2008-09-10  Kai Blindplayx: Fix possible NULL pointer dereference (Coverity).
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 CreateGroup.
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 CreatePlayer.
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: Fix the definition of DirectPlayCreate.
2008-07-23  Ismael Barrosdplayx: Moved dplaysp.h to include/wine.
2008-05-22  Andrew Talbotdplayx: Remove unneeded "extern" from function definitions.
2008-04-17  Andrew Talbotdplayx: Remove unused variables.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-29  Andrew Talbotdplayx: Assign to structs instead of using CopyMemory.
2008-02-27  Andrew Talbotdplayx: Assign to struct instead of using memcpy.
2008-02-21  Rob Shearmandplayx: Fix incorrect check in DirectPlay3AImpl_EnumCon...
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-04-27  Andrew Talbotdplayx: Constify some variables.
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-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-01  Alessandro Pignottidplay: Directplay should initialize session Guid, with...
2006-12-06  Detlef Riekenbergdplayx: Display requested provider.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniucdplayx: Win64 printf format warning fixes.
2006-09-10  Andrew Talbotdplayx: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
next