ole32: Store the InterfaceList object in the IEnumMoniker object.
[wine] / dlls / ole32 / tests / marshal.c
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_same_apart...
2007-11-02  Rob Shearmanole32: Improve the error reporting in the marshal test...
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: Create host apartments to enable isolation of...
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
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-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: Enable local server test and make it work with...
2007-03-06  Rob Shearmanole32: Remove some unnecessary traces from the HeapUnkn...
2007-02-26  Rob Shearmanole32: Add tests for default handler creation and handl...
2007-01-10  Rob Shearmanole32: Add a test for the failure case of same-apartmen...
2007-01-10  Rob Shearmanole32: Move test for CoGetInterfaceAndReleaseStream...
2007-01-10  Rob Shearmanole32: Move the Running Object Table test in marshal...
2007-01-08  Rob Shearmanole32: Release the global interface table in the tests...
2006-12-29  Rob Shearmanole32: Add tests for channel hooks.
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-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-11-22  Huw Daviesole32: CoGetInterfaceAndReleaseStream shouldn't crash...
2006-11-09  Michael Stefaniucole32: Fix the warnings introduced by the "unsigned...
2006-10-23  Rob Shearmanole32: Fix some memory leaks in the marshal tests.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be 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-08-16  Robert Shearmanole32: Add some more tests for failure cases of Co...
2006-06-30  Robert Shearmanole32: When CoLockObjectExternal with fLock=TRUE is...
2006-06-29  Robert Shearmanole32: When marshaling a proxy make sure to maintain...
2006-06-29  Robert Shearmanole32: Add a test for CoCreateInstance doing object...
2006-06-15  Robert Shearmanole32: Always rewind the stream in StdGlobalInterfaceTa...
2006-06-15  Robert Shearmanole32: Add a tests for OleSetMenuDescriptor and the...
2006-06-13  Alexandre Julliardole32/tests: Don't use sizeof in ok() to avoid printf...
2006-05-25  Robert Shearmanole32: Implement table-strong marshaling and ReleaseMar...
2006-05-25  Robert Shearmanole32: Implement table-weak marshaling for the free...
2006-05-25  Robert Shearmanole32: Add a rough implementation of the free-threaded...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanole32: Release the outer unknown in the proxybuffer...
2006-04-18  Mike McCormackole32: Uncomment some code to make sure it is compiled...
2006-03-01  Robert Shearmanole: Fix marshaling of proxies for interfaces that...
2006-01-20  Robert Shearmanole: Verify that the proxy is being used in the correct...
2006-01-20  Robert Shearmanole: Add a test for WM_QUIT behaviour during COM calls.
2006-01-12  Robert Shearmanole: Use strict prototypes for some test functions.
2005-11-29  Robert ShearmanImplement some user marshal functions and add tests.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-07-19  Robert ShearmanBy-pass the RPC runtime if possible when calling an...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-14  Robert ShearmanMake Ole tests run on Windows 95.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-28  Robert Shearman- More tests.
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.