Release 1.5.29.
[wine] / dlls / dplayx / tests / dplayx.c
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby2.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby2A.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobbyA.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby.
2013-04-18  Michael Stefaniucdplayx: Get rid of the LPDIRECTPLAYLOBBY usage.
2013-04-15  Michael Stefaniucdplayx: IDirectPlayLobby3 / IDirectPlayLobby3A have...
2013-04-12  Michael Stefaniucdplayx: Add both interfaces to the DirectPlayLobby...
2013-04-10  Michael Stefaniucdplayx/tests: Add DirectPlayLobby COM tests.
2013-04-09  Michael Stefaniucdplayx: IDirectPlay and IUnknown share a refcount.
2013-04-09  Michael Stefaniucdplayx/tests: Deal with broken COM aggregation handling...
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-02  Michael Stefaniucdplayx: IDirectPlay4 / IDirectPlay4A have independent...
2013-04-01  Michael Stefaniucdplayx: Remove AddRef hacks for the parent DirectPlay...
2013-03-29  Michael Stefaniucdplayx/tests: Add DirectPlay COM tests.
2013-03-29  Michael Stefaniucdplayx/tests: Get rid of the LPDIRECTPLAY type usage.
2013-03-29  Michael Stefaniucdplayx/tests: Remove superfluous void pointer casts.
2013-01-08  Marcus Meissnerdplayx: Check return of CoCreateInstance (Coverity).
2012-10-29  André Hentscheldplayx/tests: Add missing GetPlayerName test.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-02-08  Austin Englishdplayx/tests: Make sure to use return values (LLVM...
2009-08-31  Francois Gougetdplayx/tests: Fix compilation on systems that don't...
2009-07-21  Ismael Barrosdplayx/tests: Host migration when session host leaves.
2009-02-25  Francois Gougetdplayx/tests: Use win_skip() to skip over unimplemented...
2009-01-02  Michael Stefaniucdplayx/tests: Fix typo.
2009-01-02  Michael Stefaniucdplayx/tests: Do not explicitly cast LPVOID function...
2008-09-29  Kai Blindplayx: Set tests to "interactive" to avoid timing...
2008-09-12  Ismael Barrosdplayx: Fix static overrun of pDP array in test (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-04-02  Austin EnglishSpelling fixes.
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...