ole32/tests: Add test for OleRun.
[wine] / dlls / ole32 / storage32.h
2012-07-17  Nikolay Sivovole32: Make ole stream creation helper capable of handl...
2012-07-16  Nikolay Sivovole32: COM cleanup of IPropertySetStorage interface.
2012-07-13  Nikolay Sivovole32: COM cleanup for IStorage interface of base stora...
2012-07-13  Nikolay Sivovole32: COM cleanup of storage IStream implementation.
2011-04-25  Marcus Meissnerole32: Mark internal symbols has hidden visibility.
2010-11-23  David Hedbergole32: Avoid unneccessary stream conversion.
2010-11-16  Vincent Povirkole32: Cache the contents of one extended big block...
2010-11-04  Vincent Povirkole32: Cache all extended big block depot locations.
2010-08-26  Vincent Povirkole32: Cache data and block locations in BigBlockStream...
2010-07-19  Vincent Povirkole32: Flush the ILockBytes object of a storage on...
2010-07-19  Vincent Povirkole32: Remove an unused variable.
2010-07-19  Vincent Povirkole32: Use ILockBytes_Stat to get the filename of a...
2010-07-19  Vincent Povirkole32: Remove the BigBlockFile abstraction and always...
2010-07-19  Vincent Povirkole32: Update storage header saving code based on the...
2010-05-06  Vincent Povirkole32: Always move unmodified streams instead of copyin...
2010-05-05  Vincent Povirkole32: Store the location of all blocks in a big block...
2010-04-13  Vincent Povirkole32: Create storage files with 4096-byte blocks when...
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: 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: Don't treat the header as a big block in Storage...
2009-12-16  Vincent Povirkole32: Add a cache for block chain streams in StorageImpl.
2009-12-11  Vincent Povirkole32: Add a stub transacted storage type.
2009-12-11  Vincent Povirkole32: Add Invalidate to the storage vtable.
2009-12-10  Vincent Povirkole32: Remove the ancestorStorage attribute.
2009-12-09  Vincent Povirkole32: Add an attribute to StorageBaseImpl to track...
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: Change the base IStorage filename to a pointer...
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-11-24  Vincent Povirkole32: Copy the storage filename at stat time, not...
2009-11-20  Vincent Povirkole32: Invalidate open storage objects that outlive...
2009-11-18  Vincent Povirkole32: Add a DirRef type for references to directory...
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-10-29  Vincent Povirkole32: Split the data conversion functions out of Write...
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-28  Vincent Povirkole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.
2009-10-26  Vincent Povirkole32: Rename previous/nextProperty to left/rightChild.
2009-10-26  Vincent Povirkole32: Clarify the timestamp fields in StgProperty.
2009-08-20  Andrew Eikumole32: Add big block chain to small block chain convers...
2009-08-20  Andrew Eikumole32: Allow small block chains with no property.
2009-06-02  Huw Daviesole32: Store the creation flag - STGM_SIMPLE depends...
2009-04-24  Austin Englishole32: Rename a macro to prevent a conflict on NetBSD.
2009-01-28  Huw Daviesole32: Add a helper function to return the file size...
2009-01-28  Huw Daviesole32: Move private data structure out of header file.
2008-04-10  Austin Englishole32: Spelling fixes.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-03-21  Dmitry Timoshkovole32: Move the storage signatures to the appropriate...
2007-03-20  Aric Stewartole32: Rework storage with blockfiles to properly use...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
2006-08-03  Robert Shearmanole32: Ensure that a returned free block is valid in...
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-14  Juan Lang- maintain proper byte order
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-04-24  Juan LangDefine and use endian conversion macros for big-endian...
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
next