wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / storage32.c
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...
2006-05-05  James Hawkinsole32: StorageImpl_GetROBigBlock can return NULL so...
2006-04-18  Mike McCormackole32: More tests and fixes for STGM_PRIORITY.
2006-04-03  Mike McCormackole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
2006-03-30  Mike McCormackole32: Fix StgOpenStorage's handling of the STGM_PRIORI...
2006-03-21  Francois GougetAssorted spelling fixes.
2006-02-24  Vitaly Lipatovole32: Add descriptions for StgCreateDocfile and StgIsS...
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-01-06  Robert Shearmanole: Remove "stub" from TRACEs of functions that aren...
2006-01-06  Ulrich Czekallaole: Fix SmallBlocksToBigBlocks loop.
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-09-22  Robert Shearman- Initialize out pointer to NULL before access check in
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-07-28  Alexandre JulliardRemove duplicate definition of FILE_BEGIN.
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-07-07  Vitaly LipatovAdded some documentation.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-18  Pierre d'HerbemontBig Endian specific code fixes in order to conform...
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-05-10  Mike McCormackFix a memory leak in the ole storage implementation.
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-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-29  Huw DaviesWriteFmtUserTypeStg doesn't pull a CLSID from the regis...
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
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  Mike McCormackImplement StgSetTimes.
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-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-30  Eric PouechConst correctness fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-10  Mike McCormackstat on memory storage should return a NULL name, not "".
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
next