widl: Allow pointers, type-qualifiers and other more complicated constructions in...
[wine] / dlls / ole32 / storage32.c
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.
2009-10-28  Vincent Povirkole32: Don't use IEnumSTATSTGImpl to search for a paren...
2009-10-26  Vincent Povirkole32: Don't use IEnumSTATSTG to search for elements...
2009-10-26  Vincent Povirkole32: Rename previous/nextProperty to left/rightChild.
2009-10-26  Vincent Povirkole32: Clarify the timestamp fields in StgProperty.
2009-10-12  Andrew Eikumole32: Use rgiidExclude in StorageImpl::CopyTo.
2009-10-06  Andrew Eikumole32: Use snbExclude in StorageImpl::CopyTo.
2009-10-05  Vincent Povirkole32: Remove useless comments.
2009-10-05  Vincent Povirkole32: We do need to implement Commit/Revert for non...
2009-09-26  Markus Stockhausenole32/storage32: Fix for reference counters in nested...
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2009-08-28  Andrew Eikumole32: Overwrite previous CompObj instead of failing.
2009-08-24  Andrew Eikumole32: Don't read past the end of the stream when conve...
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-08-20  Andrew Eikumole32: Repair leak on error path.
2009-06-02  Huw Daviesole32: In simple mode, CreateStream with the STGM_CREAT...
2009-06-02  Huw Daviesole32: Store the creation flag - STGM_SIMPLE depends...
2009-06-02  Huw Daviesole32: Rename a parameter to better reflect its use.
2009-06-01  Vincent Povirkole32: Don't ignore a failure to delete the old element...
2009-06-01  Vincent Povirkole32: Fix return code of DeleteStorage for read only...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStorage on read...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStream on read...
2009-04-28  Huw Daviesole32: Don't ask for a name if it's not required.
2009-04-24  Austin Englishole32: Rename a macro to prevent a conflict on NetBSD.
2009-04-02  Vincent Povirkole32: When renaming a storage element, delete from...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-01-15  Andrey Turkinole32: Do not crash in WriteClassStg if passed NULL...
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-03  Michael Stefaniucole32: Do not cast NULL.
2008-10-08  Michael Stefaniucole32: Use the right FAILED/SUCCEEDED macro instead...
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-18  Rob Shearmanole32: Remove dead code in StorageImpl_LoadFileHeader.
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-07-07  Andrew Talbotole32: Remove unneeded address-of operators from functi...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-15  Rob Shearmanole32: Fix the character count passed to GetClipboardFo...
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-08-28  Aric Stewartole32: Properly update the SmallBlockDepotCount when...
2007-07-06  Andrew Talbotole32: Cast-qual warnings fix.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-05-10  Rob Shearmanole32: Move the logic in StgCreateDocfile for "if no...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
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...
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-10  Rob Shearmanole32: Fix Read/WriteClassStm to return an error if...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-11-27  Kirill K. Smirnovole32: Fix logic in Storage32Impl_SmallBlocksToBigBlock...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-11  Robert Shearmanole32: Add a check for a condition where a stream has...
2006-09-11  Robert Shearmanole32: Remove some assertions in the stuctured storage...
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
2006-08-16  Robert Shearmanole32: Move some functions out of compobj.c that don...
2006-08-09  Robert Shearmanole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface...
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-07-31  Robert Shearmanole32: Remove a check on the share mode for the NULL...
2006-07-31  Mike McCormackole32: Use IsGUIDEqual to compare IIDs.
2006-07-31  Mike McCormackole32: Add function parameters to FIXME messages.
2006-07-31  Mike McCormackole32: Add a test showing what STGM_TRANSACTED does...
2006-07-29  Mike McCormackole32: Add some missing traces.
2006-07-11  Mike McCormackole32: Only print a FIXME if necessary in StgOpenStorageEx.
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-05-31  Troy Rolloole32: Use STGM_WRITE when opening child storage to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Troy Rolloole32: Fix excessive file sizes for Storage files.
2006-05-08  Mike Hearnole32: Add StgCreateFile test and conformance fix.
2006-05-05  Robert Shearmanole32: Fix typos in StgCreateStorageEx and StgOpenStora...
2006-05-05  Robert Shearmanole32: STGM_PRIORITY allows other IStorage objects...
2006-05-05  Robert Shearmanole32: Check that the storage was opened with write...
2006-05-05  Robert Shearmanole32: Copy the mode flags into the STATSTG structure...
2006-05-05  Robert Shearmanole32: Fix access right check for opening and creating...
next