ole32: COM cleanup in itemmoniker.c.
[wine] / dlls / ole32 / tests / compobj.c
2011-08-03  Michael Stefaniucole32/tests: COM cleanup in compobj.c.
2011-04-28  David Hedbergoleaut32: Fix CLSIDToString behaviour when passed an...
2011-02-07  Austin Englishole32/tests: Remove unused assignment (LLVM/Clang).
2010-10-01  Alexandre Julliardole32/tests: Make some variables static.
2009-11-24  Rob Shearmanole32: Fix error code returned by CoGetClassObject...
2009-11-24  Rob Shearmanole32: Add tests for errors returned by CoCreateInstanc...
2009-11-20  Rob Shearmanole32: Objects registered as local servers don't need...
2009-11-17  Rob Shearmanole32: OleInitialize should return S_OK if it is called...
2009-10-06  Nikolay Sivovole32: Check source pointer in StringFromGUID2.
2009-08-18  Alexandre Julliardole32/tests: Don't release the token object since it...
2009-08-18  Alexandre Julliardole32/tests: Avoid infinite waits in tests.
2009-07-22  Alexandre Julliardole32/tests: Avoid depending on the heap allocation...
2009-07-03  Hans Leidekkerole32: Use existing MTA in CoGetContextToken and CoGetO...
2009-06-23  Hans Leidekkerole32: Add tests for CoGetContextToken.
2009-05-25  Huw Daviesole32/tests: Fix tests on systems without IE installed.
2009-05-05  Hans Leidekkerole32: Use existing MTA in CoGetClassObject and CoCreat...
2009-05-05  Hans Leidekkerole32: Add tests to show that COM needs to be initializ...
2009-04-24  Aric Stewartole32: CoGetTreatAsClass should return S_FALSE if it...
2009-01-28  Rob Shearmanole32: Fix a missing CoUninitialize in test_CoFreeUnuse...
2009-01-20  Michael Stefaniucole32/tests: Remove superfluous pointer casts.
2009-01-19  Andrey Turkinole32: Add CoGetCallContext and CoSwitchCallContext...
2009-01-15  Andrey Turkinole32: Add IContextCallback interface to context object.
2009-01-14  Andrey Turkinole32/tests: Add test for IContextCallback.
2009-01-13  Austin Englishole32: Add tests for CoInitializeEx.
2009-01-03  Alexandre Julliardole32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Ge van Geldorpole32/tests: Work around broken Windows urlmon.dll.
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-13  Alexandre Julliardole32/tests: Use a CLSID that is more likely to exist...
2008-09-03  James Hawkinsole32: Fix two failing tests in win9x.
2008-05-30  Paul Vriensole32/tests: Prevent a crash.
2008-05-22  Francois Gougetole32/tests: Add a trailing '\n' to ok() calls.
2008-05-20  Michael Karcherole32/tests: Test StringFromGUID2.
2008-05-20  Michael Karcherole32/tests: Do not call Release if CoCreateInstance...
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_CoMarshalI...
2007-11-02  Rob Shearmanole32: Add tests for CoGetObjectContext.
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-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-03-09  Rob Shearmanole32: Add some tests for the flags input to CoRegister...
2007-03-06  Rob Shearmanole32: Fix a failing CoUnmarshalInterface test on Windows.
2007-01-24  Paul Vriensole32/tests: Cast-qual warning fixes.
2007-01-10  Rob Shearmanole32: Add tests for passing invalid arguments to CoUnm...
2007-01-10  Rob Shearmanole32: Add tests for invalid arguments of CoMarshalInte...
2007-01-10  Rob Shearmanole32: Move test for CoGetInterfaceAndReleaseStream...
2006-11-16  Huw Daviesole32: CoRegisterMessageFilter shouldn't crash on an...
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-16  Robert Shearmanole32: Add some more tests for failure cases of Co...
2006-08-16  Robert Shearmanole32: Add tests for the failure cases of CLSIDFromProg...
2006-07-21  Robert Shearmanole32: Implement CoRegisterPSClsid.
2006-07-17  Robert Shearmanole32: Improve CoRegisterMessageFilter and add tests...
2006-07-14  Robert Shearmanole32: Add validation of parameters to CoGetClassObject...
2006-06-15  Robert Shearmanole32: Add a tests for OleSetMenuDescriptor and the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-22  Robert Shearmanole: Make the CoCreateInstance test succeed.
2006-02-20  Robert Shearmanole: Test the behaviour of CoCreateInstance with an...
2006-01-20  Huw Daviesole: ProgIDFromCLSID sets progid to NULL on failure.
2006-01-09  Robert Shearmanole: Add some tests for CLSIDFromString.
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...