Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / ole32 /
2005-05-19  Robert Shearman- Change remaining blocks of code with 2-space indentat...
2005-05-19  Robert ShearmanWrite custom header up to and including size, not exclu...
2005-05-18  Robert ShearmanImplement IROTData::GetComparisonData for file & item...
2005-05-18  Pierre d'HerbemontBig Endian specific code fixes in order to conform...
2005-05-17  Juan LangObvious fixes to PropVariantClear and PropVariantCopy...
2005-05-16  Juan LangAdd a comment, and a no-op cleanup.
2005-05-16  Juan LangDifferentiate between version 0 and version 1 property...
2005-05-16  Marcus MeissnerMove the Dll init function to compobj.c to avoid having...
2005-05-16  Marcus MeissnerMake _xmalloc16() static.
2005-05-16  Marcus MeissnerStaticify FTMarshalImpl definition.
2005-05-16  Marcus MeissnerMake HGLOBALStream_* functions static.
2005-05-16  Juan LangStore property names in the code page of the property...
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-05-14  Juan Lang- maintain proper byte order
2005-05-13  Mike McCormackRemove function prototypes.
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-12  Mike McCormackRemove unnecessary declarations and make functions...
2005-05-11  Mike McCormackMake functions static and remove unnecessary declarations.
2005-05-11  Mike McCormackAdd a stub implementation of CoIsHandlerConnected.
2005-05-10  Mike McCormackFix a memory leak in the ole storage implementation.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Juan LangCorrect/improve error checking in IPropertyStorage.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Stefan LeichterMake ole32 tests loadable on NT4.
2005-05-06  Matthew MastracciReplace stub entry for StgOpenStorageEx with call to...
2005-05-05  Matthew MastracciReplace StgCreateStorageEx stub with call to StgCreateD...
2005-04-24  Juan LangDefine and use endian conversion macros for big-endian...
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-20  Francois GougetSpecify the proper call convention in the PropSysFreeSt...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-15  Dmitry TimoshkovZero out an invalidated runningObjectTableInstance...
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-14  Alexandre JulliardFixed a buffer overflow.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-04-13  Juan LangImplement PropSys{Alloc|Free}String, and support BSTRs in
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-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Huw DaviesWriteFmtUserTypeStg doesn't pull a CLSID from the regis...
2005-03-29  Huw DaviesDon't close reg key if the open failed.
2005-03-29  Vincent BéronChange prototypes so gcc with some warnings doesn't...
2005-03-28  Mike McCormackRemove function prototypes, make functions static.
2005-03-27  Mike McCormackRemove unnecessary function prototypes.
2005-03-27  Mike McCormackRemove function prototypes, make functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
2005-03-19  Robert ShearmanFix memory leak in OleDuplicateData on error path ...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-14  Joris HuizerA few memory checks avoiding memory leaks.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-10  Juan LangFix the calling convention of DllCanUnloadNow.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-03-07  Juan LangImplement StgCreatePropSetStg.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-03-04  Mike McCormackImplement StgSetTimes.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Juan LangMove vtbl to end of file and get rid of unnecessary...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-25  Paul VriensAdded some TRACE statements.
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-02-21  Mike HearnAvoid infinite loop when doing a typelib marshalled
2005-02-18  Robert Shearman- Better tracing.
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-02-15  Robert ShearmanThe Global Interface Table should do table-strong marsh...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-14  Robert ShearmanMake Ole tests run on Windows 95.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert ShearmanMove object-to-stub-manager mapping rule to register_if...
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-02  Robert Shearman- Pass the original IID to IMarshal_UnmarshalInterface...
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 ShearmanRelease the client security objects when no longer...
2005-01-28  Robert Shearman- More tests.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
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- Use InterlockedIncrement for the ipid counter instead...
2005-01-26  Robert Shearman- Implement IRemUnknown.
next