shell32: Add IPersist support for desktop IShellFolder.
[wine] / dlls / ole32 / storage32.c
2010-03-22  Vincent Povirkole32: Check the small block size limit of storage...
2010-03-22  Vincent Povirkole32: Track the lowest possibly-free small block in...
2010-03-15  Vincent Povirkole32: Allow storage files with a block size of 4096...
2010-03-15  Vincent Povirkole32: Remove knowledge of block sizes from the BigBloc...
2010-03-15  Vincent Povirkole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
2010-03-15  Vincent Povirkole32: Remove the BIG_BLOCK_SIZE define.
2010-03-15  Vincent Povirkole32: Fix the big block offset calculation.
2010-03-15  Vincent Povirkole32: Don't treat the header as a big block in Storage...
2010-03-15  Vincent Povirkole32: Don't treat the header as a big block in Storage...
2010-03-15  Vincent Povirkole32: Allow CopyTo to succeed in spite of already...
2010-03-02  Vincent Povirkole32: Clear the sibling links when reinserting a renam...
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStorage.
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStream.
2010-02-12  Vincent Povirkole32: Only warn about storage share mode once.
2010-01-25  Vincent Povirkole32: IStorage_Revert has no effect for non-transacted...
2010-01-07  Andrew Eikumole32: Downgrade StgIsStorageFile debug info from WARN...
2010-01-04  Vincent Povirkole32: Remove fixme for transacted mode.
2009-12-30  Alexander Kochetkovole32/storage32: Fix return value for invalid access...
2009-12-28  Vincent Povirkole32: Always allow changes to read-only transacted...
2009-12-21  Vincent Povirkole32: Reread the stream entry after setting the size...
2009-12-21  Vincent Povirkole32: Store the most recent item name in IEnumSTATSTG...
2009-12-21  Vincent Povirkole32: Make IEnumSTATSTG functions fail when the parent...
2009-12-18  Vincent Povirkole32: Compare upper character values directly in entry...
2009-12-16  Vincent Povirkole32: Add a cache for block chain streams in StorageImpl.
2009-12-14  Vincent Povirkole32: Properly free temporary objects when StorageBase...
2009-12-14  Vincent Povirkole32: Remove an unnecessary special case in StorageBas...
2009-12-14  Vincent Povirkole32: Fix a memory leak in StorageBaseImpl_CopyTo.
2009-12-11  Vincent Povirkole32: Implement Revert for transacted storage objects.
2009-12-11  Vincent Povirkole32: Implement transacted storage.
2009-12-11  Vincent Povirkole32: Add a stub transacted storage type.
2009-12-11  Vincent Povirkole32: Add Invalidate to the storage vtable.
2009-12-11  Vincent Povirkole32: Create internal storage objects with a refcount...
2009-12-10  Vincent Povirkole32: Remove the ancestorStorage attribute.
2009-12-10  Vincent Povirkole32: Make IEnumSTATSTGImpl reference the parent storage.
2009-12-10  Vincent Povirkole32: Make findElement take a StorageBaseImpl.
2009-12-10  Vincent Povirkole32: Don't use ancestorStorage to decide if a storage...
2009-12-09  Vincent Povirkole32: Add an attribute to StorageBaseImpl to track...
2009-12-09  Vincent Povirkole32: Store the parent of internal storage objects.
2009-12-09  Vincent Povirkole32: Don't track the stream size in storage stream...
2009-12-09  Vincent Povirkole32: Use the storage vtable to resize streams.
2009-12-09  Vincent Povirkole32: Use the storage vtable to write to streams.
2009-12-08  Vincent Povirkole32: Use the storage vtable to read streams.
2009-12-08  Vincent Povirkole32: Add DestroyDirEntry to the storage vtable.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in removeFromTree.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in insertIntoTree.
2009-12-08  Vincent Povirkole32: Change the base IStorage filename to a pointer...
2009-12-07  Nathan Gallaherole32: Fix invalid memory access in storage32.
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-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-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-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-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: Invalidate child streams when a non-top-level...
2009-11-18  Vincent Povirkole32: Add a DirRef type for references to directory...
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  Vincent Povirkole32: Simplify RenameElement by using the same entry...
next