ole32: Remove a check on the share mode for the NULL filename case as the check is...
[wine] / dlls / ole32 / storage32.c
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.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-04-30  Francois GougetAdd a stub for StgCreateStorageEx(). Returns
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-22  Mike McCormackChange erroneous malloc to HeapAlloc.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-11  Mike McCormackImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-18  Ryan Cumming- Move StgIsStorageFile16's implementation to StgIsStor...
2002-08-16  Huw D M DaviesDWORD at offset 0x40 in the header is the number of...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Mike McCormackFixed merge error.
2002-02-08  Lawson WhitneyFix off-by-one error in placing trailing \0.
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-01  Jukka HeinonenName of the structured storage file root node is path...
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
next