- 07 Jun, 2007 1 commit
-
-
Aric Stewart authored
-
- 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.
-
- 05 Dec, 2006 1 commit
-
-
Francois Gouget authored
-
- 11 Sep, 2006 1 commit
-
-
Robert Shearman authored
return HRESULTs instead of BOOLs so that errors can be properly propagated from lower levels.
-
- 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.
-
- 02 Aug, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 10 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst 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.
-
- 22 Dec, 2005 1 commit
-
-
Ulrich Czekalla authored
-
- 05 Jul, 2005 1 commit
-
-
Mike McCormack authored
-
- 06 Jun, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 14 May, 2005 1 commit
-
-
Juan Lang authored
- maintain PROPSETFLAG_ANSI flag based on codepage - update comments
-
- 13 May, 2005 1 commit
-
-
Mike McCormack authored
-
- 24 Apr, 2005 1 commit
-
-
Juan Lang authored
-
- 31 Mar, 2005 1 commit
-
-
Mike McCormack authored
-
- 23 Mar, 2005 1 commit
-
-
Francois Gouget authored
-
- 17 Mar, 2005 1 commit
-
-
Juan Lang authored
cast away constness.
-
- 07 Mar, 2005 1 commit
-
-
Mike McCormack authored
-
- 24 Feb, 2005 1 commit
-
-
Mike McCormack authored
of trying to keep the first members the same.
-
- 21 Feb, 2005 1 commit
-
-
Mike McCormack authored
-
- 12 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 05 Dec, 2002 1 commit
-
-
Ove Kaaven authored
directly.
-
- 16 Aug, 2002 1 commit
-
-
Huw D M Davies authored
small block depot chain. Better failure handling.
-
- 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.
-
- 26 Sep, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 24 Mar, 2000 1 commit
-
-
Patrik Stridvall authored
-
- 17 Mar, 2000 1 commit
-
-
Andrew Lewycky 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.
-
- 26 Jan, 2000 1 commit
-
-
Gerard Patel authored
-
- 31 Oct, 1999 1 commit
-
-
Francois Gouget authored
-
- 19 Sep, 1999 1 commit
-
-
Ulrich Weigand authored
-
- 18 Aug, 1999 1 commit
-
-
Michael Veksler authored
-
- 08 May, 1999 1 commit
-
-
Thuy Nguyen authored
ILockBytes on top of an HGLOBAL.
-