ole32: Use asynchronous I/O for the named pipe server for local servers.
[wine] / dlls / ole32 / tests /
2007-11-13  Rob Shearmanole32: Fix a memory leak in the HGLOBAL stream tests...
2007-11-12  Rob Shearmanole32: Fix a leak of a moniker object in test_default_h...
2007-11-12  Rob Shearmanole32: Add a missing IMoniker_Release to test_MkParseDi...
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_same_apart...
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_CoMarshalI...
2007-11-02  Rob Shearmanole32: Add tests for CoGetObjectContext.
2007-11-02  Rob Shearmanole32: Improve the error reporting in the marshal test...
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-10-22  Rob Shearmanole32: Add a test to show that operations on overwritte...
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-10  Mikolaj Zalewskiole32: OleIsRunning should return TRUE if the class...
2007-10-09  Rob Shearmanole32: RegisterDragDrop should return E_OUTOFMEMORY...
2007-09-25  Alexandre Julliardole32/tests: Remove test that tries to create a huge...
2007-06-27  Michael Stefaniucole32: Remove superfluous casts of void pointers to...
2007-05-23  Rob Shearmanole32: Remove spurious AddRef of returned object on...
2007-05-23  Rob Shearmanole32: Allow the getting of different interfaces from...
2007-05-23  Rob Shearmanole32: Add more tests for global interface table functions.
2007-05-22  Rob Shearmanole32: Remove a useless trace.
2007-05-22  Rob Shearmanole32: The identity functions can be used from apartmen...
2007-05-22  Rob Shearmanole32: Handle MSHLFLAGS_TABLEWEAK and MSHLFLAGS_TABLEST...
2007-05-18  Rob Shearmanole32: Fix reading from an HGLOBALStreamImpl with an...
2007-05-18  Rob Shearmanole32: Create host apartments to enable isolation of...
2007-05-14  Paul Vriensole32/tests: Check for correct return value.
2007-05-10  Rob Shearmanole32: Move the logic in StgCreateDocfile for "if no...
2007-05-08  Rob Shearmanole32: Add a test for the retrieved local class object...
2007-05-08  Rob Shearmanole32: Fix CoRevokeClassObject to return RPC_E_WRONG_TH...
2007-05-08  Rob Shearmanole32: COM_GetRegisteredClassObject should only retriev...
2007-05-08  Rob Shearmanole32: Add tests for in-process registered class object...
2007-05-08  Rob Shearmanole32: Add test for registered class becoming invalid...
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-05  Rob Shearmanole32: Check the input hwnd is valid in RevokeDragDrop.
2007-04-05  Rob Shearmanole32: Check for COM not being initialised and an inval...
2007-04-05  Rob Shearmanole32: Add tests for drag and drop functions.
2007-04-04  Rob Shearmanole32: Keep a list of the loaded dlls for each apartment.
2007-04-04  Rob Shearmanole32: Add a test that shows CoFreeUnusedLibraries...
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Add some more tests for MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Display the testname for the test for display...
2007-03-28  Rob Shearmanole32: Do a case-insensitive comparison in the count_mo...
2007-03-28  Rob Shearmanole32: Add tests for the standard marshaler's implement...
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Add a stubbed out implementation of IClientSecur...
2007-03-20  Rob Shearmanole32: Add a test for StgStreamImpl_SetSize with a...
2007-03-09  Rob Shearmanole32: Implement CoAddRefServerProcess and CoReleaseSer...
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Add some tests for the flags input to CoRegister...
2007-03-09  Rob Shearmanole32: Enable local server test and make it work with...
2007-03-09  Rob Shearmanole32: Fix return codes returned by IBindCtx::RegisterO...
2007-03-09  Rob Shearmanole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
2007-03-09  Rob Shearmanole32: Add more tests of IBindCtx functions.
2007-03-08  Rob Shearmanole32: Set output param to NULL in BindCtxImpl_EnumObje...
2007-03-08  Rob Shearmanole32: Fix BindCtxImpl_GetBindOptions to return the...
2007-03-08  Rob Shearmanole32: CreateBindCtx should fail if reserved parameter...
2007-03-06  Rob Shearmanole32: Add some tests for IBindCtx.
2007-03-06  Rob Shearmanole32: Remove some unnecessary traces from the HeapUnkn...
2007-03-06  Rob Shearmanole32: Fix a failing CoUnmarshalInterface test on Windows.
2007-03-06  Rob Shearmanole32: Fix a use-after-free of the file moniker in...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-26  Rob Shearmanole32: Add tests for default handler creation and handl...
2007-02-06  Mike McCormackole32: Add a few more tests for transacted storage.
2007-01-24  Paul Vriensole32/tests: Cast-qual warning fixes.
2007-01-12  Paul Vriensole32/tests: Cast-qual warnings fixes.
2007-01-12  Rob Shearmanole32: Fix copied description and copyright statement...
2007-01-11  Rob Shearmanole32: Add tests for the default handler.
2007-01-11  Rob Shearmanole32: Add tests for error info functions.
2007-01-10  Rob Shearmanole32: Add a test for the failure case of same-apartmen...
2007-01-10  Rob Shearmanole32: Add tests for passing invalid arguments to CoUnm...
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-10  Rob Shearmanole32: Add tests for invalid arguments of CoMarshalInte...
2007-01-10  Rob Shearmanole32: Fix HGLOBALStreamImpl_CopyTo to check the return...
2007-01-10  Rob Shearmanole32: Move test for CoGetInterfaceAndReleaseStream...
2007-01-10  Rob Shearmanole32: Move the Running Object Table test in marshal...
2007-01-09  Paul Vriensole32/tests: Cast-qual warnings fixes.
2007-01-08  Rob Shearmanole32: Fix the OLE clipboard test to call OleInitialize...
2007-01-08  Rob Shearmanole32: Release the global interface table in the tests...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-12-29  Rob Shearmanole32: Add tests for channel hooks.
2006-12-28  Rob Shearmanole32: Add some tests for the running object table.
2006-12-28  Rob Shearmanole32: Output the HRESULT for clipboard tests that...
2006-12-27  Rob Shearmanole32: Message filters aren't used in the test_call_fro...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-20  Rob Shearmanole32: Reset the message filter at the end of the messa...
2006-12-20  Rob Shearmanole32: Call the message filter for incoming calls.
2006-12-19  Rob Shearmanole32: Fix the HMETAFILEPICT user marshaling test to...
2006-12-18  Rob Shearmanole32: Fix SetSize for HGLOBAL streams in the case...
2006-12-18  Rob Shearmanole32: Implement HMETAFILE and HMETAFILEPICT user marsh...
2006-12-18  Rob Shearmanole32: Move the user marshal tests to usrmarshal.c.
2006-12-14  Francois Gougetole32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-14  Francois Gougetole32: Fix named/nameless union compilation error.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Rob Shearmanole32: Fix HandsOffStorage in the data cache.
2006-12-04  Rob Shearmanole32: Implement the DiscardCache function in the data...
2006-12-04  Rob Shearmanole32: Add tests for invalid clipformat/tymed combinati...
2006-12-04  Rob Shearmanole32: Implement saving of the data cache.
2006-12-04  Rob Shearmanole32: Add handling of the dirty state to the data...
2006-12-04  Rob Shearmanole32: Add some tests for the IViewObject, IOleCache2...
next