ntdll: Fix a few memory leaks in tests.
[wine] / dlls / ole32 /
2009-12-07  Vincent Povirkole32: Add ReadDirEntry to the storage vtable.
2009-12-07  Vincent Povirkole32: Add WriteDirEntry to the storage vtable.
2009-12-07  Vincent Povirkole32: Change ReadDirEntry return type to HRESULT.
2009-12-07  Vincent Povirkole32: Change WriteDirEntry return type to HRESULT.
2009-12-07  Vincent Povirkole32: Make CreateDirEntry a virtual method.
2009-12-07  Rob Shearmanole32: Add tests for HGLOBAL stream ignoring the HighPa...
2009-12-07  Rob Shearmanole32: Initialise all of position variables in test_sav...
2009-12-04  Vincent Povirkole32: Add an internal vtable to StorageBaseImpl objects.
2009-12-04  Vincent Povirkole32: Unify the logic for overriding the root storage...
2009-12-04  Vincent Povirkole32: Move the create attribute from StorageImpl to...
2009-12-04  Vincent Povirkole32: Check the current storage for STGM_SIMPLE rather...
2009-12-04  Vincent Povirkole32: Forbid substorages of simple mode storages.
2009-12-01  Rob Shearmanole32: Fix test failure on win2000+.
2009-11-30  Rob Shearmanole32: Cope with double quotes in paths for libraries...
2009-11-29  Rob Shearmanole32: Fix the length of data written and read for...
2009-11-29  Rob Shearmanole32: Release the storage object in DataCache_Destroy.
2009-11-29  Rob Shearmanole32: Fix off-by-one error in FileMonikerImpl_Decompos...
2009-11-24  Rob Shearmanole32: Fix circular reference count in default handler...
2009-11-24  Rob Shearmanole32: Fix a typo in PropertyStorage_WritePropertyToStr...
2009-11-24  Vincent Povirkole32: Allocate the StorageImpl in StorageImpl_Construct.
2009-11-24  Vincent Povirkole32: Copy the storage filename at stat time, not...
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-24  Marcus Meissnerole32: Some missing error checking in FileMonikerImpl_C...
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2009-11-24  Rob Shearmanole32: Fix behaviour of CoLockObjectExternal with fLast...
2009-11-24  Rob Shearmanole32: Add test for CoLockObjectExternal with fLastUnlo...
2009-11-20  Rob Shearmanole32: Objects registered as local servers don't need...
2009-11-20  Rob Shearmanole32: Fix size of memory allocation in FileMonikerImpl...
2009-11-20  Rob Shearmanole32: Fix buffer overrun in CLIPFORMAT_UserMarshal.
2009-11-20  Vincent Povirkole32: Invalidate open storage objects that are deleted.
2009-11-20  Vincent Povirkole32: Forbid renaming an open storage.
2009-11-20  Vincent Povirkole32: Forbid opening the same storage twice.
2009-11-20  Vincent Povirkole32: Invalidate open storage objects that outlive...
2009-11-20  Vincent Povirkole32: Add test for freeing the parent of a storage.
2009-11-19  Vincent Povirkole32: Do not allow renaming streams that are open.
2009-11-19  Vincent Povirkole32: Do not allow the same stream to be opened twice.
2009-11-19  Vincent Povirkole32: Use safe list iteration when searching for strea...
2009-11-19  Vincent Povirkole32: Always invalidate stream objects when deleting...
2009-11-19  Vincent Povirkole32: Add a test for freeing the parent of an open...
2009-11-19  Vincent Povirkole32: Invalidate child streams when a non-top-level...
2009-11-18  Vincent Povirkole32: Add a DirRef type for references to directory...
2009-11-18  Vincent Povirkole32: Rename property variables in storage stream...
2009-11-17  Rob Shearmanole32: OleInitialize should return S_OK if it is called...
2009-11-17  Vincent Povirkole32: Rename property variables in SmallBlockChainStre...
2009-11-17  Vincent Povirkole32: Rename property variables in BlockChainStream...
2009-11-17  Vincent Povirkole32: Rename property variables in StorageInternalImpl...
2009-11-17  Vincent Povirkole32: Rename property variables in IEnumSTATSTGImpl...
2009-11-17  Vincent Povirkole32: Rename property variables in block chain convers...
2009-11-17  Vincent Povirkole32: Rename property variables in internal StorageImp...
2009-11-17  Vincent Povirkole32: Rename property variables in StorageImpl_Construct.
2009-11-17  Vincent Povirkole32: Rename property variables in internal storage...
2009-11-17  Vincent Povirkole32: Rename property variables in the StorageBaseImpl...
2009-11-17  Vincent Povirkole32: Rename firstPropertyNode to storageDirEntry.
2009-11-16  Vincent Povirkole32: Rename propertyNameCmp to entryNameCmp.
2009-11-16  Vincent Povirkole32: Rename property variables in insertIntoTree.
2009-11-16  Vincent Povirkole32: Rename deleteSt*Property to deleteSt*Contents.
2009-11-16  Vincent Povirkole32: Rename rootPropertyName to rootEntryName.
2009-11-16  Vincent Povirkole32: Rename SmallBlockChainStream.ownerPropertyIndex...
2009-11-16  Vincent Povirkole32: Rename BlockChainStream.ownerPropertyIndex to...
2009-11-16  Vincent Povirkole32: Rename stream.ownerProperty to dirEntry.
2009-11-16  Vincent Povirkole32: Rename rootPropertySetIndex to storageDirEntry.
2009-11-16  Vincent Povirkole32: Rename propertyUniqueID to clsid.
2009-11-16  Vincent Povirkole32: Rename propertyType to stgType.
2009-11-13  Vincent Povirkole32: Rename PROPERTY_RELATION constants to DIRENTRY_R...
2009-11-13  Vincent Povirkole32: Rename dirProperty to dirRootEntry.
2009-11-13  Vincent Povirkole32: Rename PROPSET_BLOCK_SIZE to RAW_DIRENTRY_SIZE.
2009-11-13  Vincent Povirkole32: Rename PROPERTY_NAME_*_LEN to DIRENTRY_NAME_...
2009-11-13  Vincent Povirkole32: Rename PROPERTY_NULL to DIRENTRY_NULL.
2009-11-12  Vincent Povirkole32: Rename StorageUtl_CopyPropertyToSTATSTG.
2009-11-12  Vincent Povirkole32: Rename StorageImpl_WriteProperty to StorageImpl_...
2009-11-12  Vincent Povirkole32: Rename StorageImpl_ReadProperty to StorageImpl_R...
2009-11-12  Vincent Povirkole32: Rename the StgProperty structure to DirEntry.
2009-11-12  Vincent Povirkole32: Remove the term "property type", it's just an...
2009-11-11  Hans Leidekkerole32: Return success from OleLockRunning when the...
2009-11-11  Vincent Povirkole32: Add tests for IStorage_RenameElement.
2009-11-11  Vincent Povirkole32: Simplify RenameElement by using the same entry...
2009-11-11  Vincent Povirkole32: Adjust updatePropertyChain signature and name...
2009-11-09  Rob Shearmanwidl: Allow pointers, type-qualifiers and other more...
2009-11-03  Vincent Povirkole32: Add and use a destroyDirEntry function for delet...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetStateBits to StorageBaseIm...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetElementTimes to StorageBas...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_DestroyElement to StorageBase...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_MoveElementTo to StorageBaseI...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CopyTo to StorageBaseImpl_CopyTo.
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Wr...
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Ge...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CreateStorage to StorageBaseI...
2009-10-30  Vincent Povirkole32: Take a StorageBaseImpl in updatePropertyChain.
2009-10-30  Vincent Povirkole32: Convert adjustPropertyChain into real binary...
2009-10-30  Vincent Povirkole32: Remove directory entries from the tree before...
2009-10-29  Vincent Povirkole32: Write the new data in getFreeProperty and rename...
2009-10-29  Vincent Povirkole32: Split the data conversion functions out of Write...
2009-10-29  Vincent Povirkole32: Use the raw directory entry functions in getFree...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of WritePropert...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of ReadProperty...
2009-10-29  Vincent Povirkole32: Further simplify adjustPropertyChain and fold...
2009-10-29  Vincent Povirkole32: Reduce duplicated code in adjustPropertyChain.
next