ole32: Accept STGM_DIRECT_SWMR mode.
[wine] / dlls / ole32 / tests / storage32.c
2013-04-18  Nikolay Sivovole32: Accept STGM_DIRECT_SWMR mode.
2013-04-18  Nikolay Sivovole32: Move share/access modes to static arrays.
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-16  Nikolay Sivovole32: Implement SetConvertStg().
2012-07-13  Nikolay Sivovole32: Implement GetConvertStg().
2012-04-16  Bruno Jesusole32: Make sure StgIsStorageILockBytes tests real...
2011-09-19  Francois Gougetole32/tests: Fix compilation on systems that don't...
2011-09-13  Vincent Povirkole32: Discard existing data when creating a new storag...
2011-09-13  Vincent Povirkole32/tests: Test creation of a storage on an ILockByte...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-06-03  Vincent Povirkole32: Avoid opening source storage in IStorage::CopyTo.
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2010-11-18  Andrew Bogottole32/tests: Added a couple of simple tests for StgCrea...
2010-05-07  Vincent Povirkole32: Fix reads past the end of streams.
2010-03-15  Vincent Povirkole32: Allow CopyTo to succeed in spite of already...
2010-03-04  Vincent Povirkole32: Add tests for CopyTo in recursive situations.
2010-03-03  Vincent Povirkole32: Add a test showing IStorage_CopyTo ignores open...
2010-01-25  Vincent Povirkole32: IStorage_Revert has no effect for non-transacted...
2009-12-30  Alexander Kochetkovole32/storage32: Fix return value for invalid access...
2009-12-30  Rob Shearmanole32: Fix stream reference leak in test_ReadClassStm.
2009-12-28  Vincent Povirkole32: Always allow changes to read-only transacted...
2009-12-22  Paul Vriensole32/tests: Fix a test failure on several platforms.
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-21  Vincent Povirkole32: Add some tests for IEnumSTATSTG.
2009-12-18  Vincent Povirkole32: Fix memory leaks in the storage test.
2009-12-11  Vincent Povirkole32: Implement Revert for transacted storage objects.
2009-12-11  Vincent Povirkole32: Implement transacted storage.
2009-12-10  Paul Vriensole32/tests: Don't crash on Win9x/WinMe by using more...
2009-12-10  Vincent Povirkole32: Add a test for modifying read-only substorage...
2009-12-08  Vincent Povirkole32: Change the base IStorage filename to a pointer...
2009-12-04  Vincent Povirkole32: Forbid substorages of simple mode storages.
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-20  Vincent Povirkole32: Add test for freeing the parent of a storage.
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: Always invalidate stream objects when deleting...
2009-11-19  Vincent Povirkole32: Add a test for freeing the parent of an open...
2009-11-11  Vincent Povirkole32: Add tests for IStorage_RenameElement.
2009-10-20  Paul Vriensoleaut32/tests: Remove a temp file.
2009-10-14  Vincent Povirkole32: Add test showing storage objects can't be opened...
2009-10-12  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo with IID...
2009-10-06  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo with SNB...
2009-10-06  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo.
2009-10-05  Vincent Povirkole32/tests: Add test for non-root transacted storage...
2009-10-05  Vincent Povirkole32/tests: Add test for IStorage::Revert.
2009-10-05  Vincent Povirkole32/tests: Test substorages of transacted storage...
2009-09-26  Markus Stockhausenole32/storage32: Fix for reference counters in nested...
2009-08-28  Andrew Eikumole32: Overwrite previous CompObj instead of failing.
2009-06-05  Francois Gougetole32/tests: Make test_readonly() static.
2009-06-04  Paul Vriensole32/tests: Fix remaining test failures on NT4 and...
2009-06-03  Paul Vriensole32/tests: Fix a crash on NT4 and below.
2009-06-03  Paul Vriensole32/tests: Run more tests on Win9x by using A-functions.
2009-06-03  Paul Vriensole32/tests: Move common variables to the top.
2009-06-02  Huw Daviesole32: In simple mode keep the stream size above the...
2009-06-02  Huw Daviesole32: In simple create mode the size returned by IStre...
2009-06-02  Huw Daviesole32: In simple mode, CreateStream with the STGM_CREAT...
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-06-01  Vincent Povirkole32: Add some tests for read only storage objects.
2009-01-15  Andrey Turkinole32: Do not crash in WriteClassStg if passed NULL...
2008-11-13  Alexandre Julliardole32/tests: Fix a couple of test failures on Win9x...
2008-09-09  James Hawkinsole32: Fix a few file access discrepancies between...
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsole32: Test the file access and share modes of StgCreat...
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-10-22  Rob Shearmanole32: Add a test to show that operations on overwritte...
2007-09-25  Alexandre Julliardole32/tests: Remove test that tries to create a huge...
2007-05-10  Rob Shearmanole32: Move the logic in StgCreateDocfile for "if no...
2007-03-20  Rob Shearmanole32: Add a test for StgStreamImpl_SetSize with a...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-06  Mike McCormackole32: Add a few more tests for transacted storage.
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-10-03  Francois GougetAssorted spelling fixes.
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-11  Robert Shearmanole32: Make an ok message match the name of the functio...
2006-07-31  Mike McCormackole32: Add a test showing what STGM_TRANSACTED does...
2006-07-29  Mike McCormackole32: Add a test for IEnumSTATSTG.
2006-07-12  Mike McCormackole32: Fix conformance test to compile with MSVC6.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois Gougetole32: Fix compilation with gcc 2.95.
2006-05-08  Mike Hearnole32: Add StgCreateFile test and conformance fix.
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: Add tests for IStorage::Stat.
2006-05-05  Robert Shearmanole32: Fix access right check for opening and creating...
2006-05-05  Robert Shearmanole32: Add tests for sub-storages and creating streams.
2006-05-05  Robert Shearmanole32: Add a storage test for reading and writing of...
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...
next