- 28 Apr, 2009 1 commit
-
-
Huw Davies authored
-
- 24 Apr, 2009 1 commit
-
-
Austin English authored
-
- 02 Apr, 2009 1 commit
-
-
Vincent Povirk authored
-
- 11 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 15 Jan, 2009 1 commit
-
-
Andrey Turkin authored
-
- 26 Nov, 2008 1 commit
-
-
Francois Gouget authored
-
- 03 Nov, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 08 Oct, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 19 Aug, 2008 1 commit
-
-
James Hawkins authored
-
- 18 Aug, 2008 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
- 11 Jul, 2008 1 commit
-
-
Andrew Talbot authored
-
- 07 Jul, 2008 1 commit
-
-
Andrew Talbot authored
-
- 10 Apr, 2008 1 commit
-
-
Austin English authored
-
- 11 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 01 Mar, 2008 1 commit
-
-
James Hawkins authored
-
- 15 Feb, 2008 1 commit
-
-
Rob Shearman authored
-
- 15 Jan, 2008 1 commit
-
-
Andrew Talbot authored
-
- 22 Oct, 2007 1 commit
-
-
Rob Shearman authored
-
- 28 Aug, 2007 1 commit
-
-
Aric Stewart authored
-
- 06 Jul, 2007 1 commit
-
-
Andrew Talbot authored
-
- 05 Jul, 2007 1 commit
-
-
Andrew Talbot authored
-
- 07 Jun, 2007 1 commit
-
-
Aric Stewart authored
-
- 10 May, 2007 1 commit
-
-
Rob Shearman authored
ole32: Move the logic in StgCreateDocfile for "if no share mode given then DENY_NONE is the default" to before the validateSTGM check. Add a test that shows this behaviour is correct. Remove a test on the access mode that is redundant because it is already done in validateSTGM.
-
- 25 Apr, 2007 1 commit
-
-
Michael Stefaniuc authored
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
-
- 21 Mar, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 20 Mar, 2007 1 commit
-
-
Aric Stewart authored
Rework storage to make all its interactions with the underlying data go though ReadAt and WriteAt to allow for an ILockBytes underlying layer. Implement ReadAt and WriteAt in stg_bigblockfile.c for blockfiles.
-
- 26 Feb, 2007 1 commit
-
-
Rob Shearman authored
ole32: The stream returned by StgStreamImpl_Clone should have one reference, so call AddRef before returning. Move the call to StorageBaseImpl_AddStream to StgStreamImpl_Construct to fix StgStreamImpl_Clone, which forgets to call it. Add tests for OLE structured storage tests for IStream::Clone.
-
- 10 Jan, 2007 2 commits
-
-
Rob Shearman authored
ole32: ReadClassStm should return STG_E_READFAULT is not all of the data could be read, not S_FALSE. Clear pclsid in case of errors. Add tests for ReadClassStm.
-
Rob Shearman authored
-
- 04 Jan, 2007 1 commit
-
-
Michael Gardiner authored
-
- 27 Nov, 2006 1 commit
-
-
Kirill K. Smirnov authored
-
- 16 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 28 Sep, 2006 1 commit
-
-
Andrey Turkin authored
-
- 11 Sep, 2006 3 commits
-
-
Robert Shearman authored
and so there aren't enough blocks in the chain to write data into.
-
Robert Shearman authored
returning error codes to the caller and by handling the error condition.
-
Robert Shearman authored
return HRESULTs instead of BOOLs so that errors can be properly propagated from lower levels.
-
- 16 Aug, 2006 1 commit
-
-
Robert Shearman authored
ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement.
-
- 09 Aug, 2006 1 commit
-
-
Robert Shearman authored
ole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface where IStorage was being compared against instead of IEnumSTATSTG.
-
- 03 Aug, 2006 1 commit
-
-
Robert Shearman authored
Otherwise, an IStream_SetSize call followed by an IStream_Read call could fail with STG_E_DOCFILECORRUPT.
-