- 20 Mar, 2007 1 commit
-
-
Rob Shearman authored
-
- 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.
-
- 08 Jan, 2007 1 commit
-
-
Rob Shearman authored
ole32: IPeristStream implies IPersist and IStream implies ISequentialStream so fix the Structured Storage stream implementation's QueryInterface with to reflect this.
-
- 16 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 28 Sep, 2006 1 commit
-
-
Robert Shearman authored
ole32: Check the return value of IStream_SetSize so as to not blindly continue on and possibly corrupt the structured storage file.
-
- 13 Sep, 2006 1 commit
-
-
Gerald Pfeifer authored
-
- 11 Sep, 2006 1 commit
-
-
Robert Shearman authored
return HRESULTs instead of BOOLs so that errors can be properly propagated from lower levels.
-
- 08 Sep, 2006 1 commit
-
-
Francois Gouget authored
-
- 29 Jul, 2006 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 05 May, 2006 3 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
Add more tracing for read and write operations and warn in the case of failure.
-
Mike McCormack authored
-
- 21 Feb, 2006 1 commit
-
-
Dr J A Gow authored
Stream methods called after parent object has been closed correctly return STG_E_REVERTED. Stream refcounting fixed. Now can safely call IStorage destructor before IStream destructor and guarantee file will be closed.
-
- 03 Jan, 2006 1 commit
-
-
Robert Shearman authored
BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on failure.
-
- 22 Dec, 2005 1 commit
-
-
Ulrich Czekalla authored
-
- 06 Jun, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 31 Mar, 2005 1 commit
-
-
Mike McCormack authored
-
- 07 Mar, 2005 1 commit
-
-
Mike McCormack authored
-
- 11 Jan, 2005 1 commit
-
-
Mike McCormack authored
-
- 07 Oct, 2004 1 commit
-
-
Francois Gouget authored
Update the Wine sources accordingly.
-
- 24 Sep, 2004 1 commit
-
-
Joris Huizer authored
-
- 23 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
macro.
-
- 12 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 23 Jan, 2004 1 commit
-
-
Ge van Geldorp authored
with PSDK.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 10 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 07 Jan, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 12 Sep, 2002 1 commit
-
-
Patrik Stridvall authored
winternl.h.
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 31 Jan, 2002 1 commit
-
-
Alexandre Julliard authored
Small fixes.
-
- 01 Jan, 2002 1 commit
-
-
Jukka Heinonen authored
the name of the root node stored in the file. When reading streams stored into structured storage files, EOF is not supposed to cause an error if at least one byte can be returned.
-
- 22 Oct, 2001 1 commit
-
-
Francois Gouget authored
-
- 10 Sep, 2001 1 commit
-
-
Bill Medland authored
-
- 13 Oct, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 26 Sep, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 03 May, 2000 1 commit
-
-
Huw D M Davies authored
-
- 25 Mar, 2000 1 commit
-
-
Francois Gouget authored
-
- 25 Feb, 2000 1 commit
-
-
Pierre Mageau authored
Thuy Nguyen <thuy@macadamian.com> Don't allow to resize stream open in read only mode Allow write access for stream/storage open with STGM_READWRITE. StgOpenStorage return values are now more detailed. Don't rely on STGM_CREATE flag in the Storage constructor. Preventing to write out of date property. Owen Wang <owenw@corel.ca> Allow both positive & negative 32-bit integers as with MFC assumption. This patch improves the 32bit limit on IStream::*_Seek operations. John Li <johnl@corel.ca> When WP opens a linked file, the malloc function in OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine crash. The actual problem is the function reading a large data length.
-