ole32: Implement saving of the data cache.
[wine] / dlls / ole32 / tests /
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-29  Ivan Leo PuotiDelete some temp files created by the ole32 tests.
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
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-09-07  Richard CohenRelax the share mode validation for transacted storage...
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-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-06-15  Mike McCormackFix declarations in the tests.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Robert ShearmanFix PropVariant tests on Windows 2000 and above.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-02  Richard Cohen- Don't assume the ROT is already empty.
2005-06-02  Richard CohenAdded tests for file monikers.
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-05-13  Hans LeidekkerDon't import from ntdll.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-05-07  Stefan LeichterMake ole32 tests loadable on NT4.
2005-04-23  Juan Lang- convert strings between property storage's code page...
2005-04-22  Stefan LeichterMake ole32 tests loadable on NT4.
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
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  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-08  Francois GougetThe union in PROPVARIANT is always nameless on Windows...
2004-09-06  Robert Shearman- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
2004-09-03  Robert Shearman- Fix PropVariantClear to reject invalid types.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.