projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ole32: Modify local_server_thread() to recreate the pipe for each request.
[wine]
/
dlls
/
ole32
/
stg_stream.c
2010-08-26
Vincent Povirk
ole32: Flush before returning from any storage API...
blob
|
commitdiff
|
raw
2010-07-19
Vincent Povirk
ole32: Flush the ILockBytes object of a storage on...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Vincent Povirk
ole32: Don't track the stream size in storage stream...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Vincent Povirk
ole32: Use the storage vtable to resize streams.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Vincent Povirk
ole32: Use the storage vtable to write to streams.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vincent Povirk
ole32: Use the storage vtable to read streams.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Vincent Povirk
ole32: Add ReadDirEntry to the storage vtable.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Vincent Povirk
ole32: Add WriteDirEntry to the storage vtable.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Vincent Povirk
ole32: Change ReadDirEntry return type to HRESULT.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Vincent Povirk
ole32: Unify the logic for overriding the root storage...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Vincent Povirk
ole32: Move the create attribute from StorageImpl to...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Vincent Povirk
ole32: Check the current storage for STGM_SIMPLE rather...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-24
Vincent Povirk
ole32: Copy the storage filename at stat time, not...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Vincent Povirk
ole32: Add a DirRef type for references to directory...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Vincent Povirk
ole32: Rename property variables in storage stream...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Vincent Povirk
ole32: Rename stream.ownerProperty to dirEntry.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
Vincent Povirk
ole32: Rename StorageUtl_CopyPropertyToSTATSTG.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
Vincent Povirk
ole32: Rename StorageImpl_WriteProperty to StorageImpl_...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
Vincent Povirk
ole32: Rename StorageImpl_ReadProperty to StorageImpl_R...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
Vincent Povirk
ole32: Rename the StgProperty structure to DirEntry.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Alexandre Julliard
ntdll: The large integer functions are 32-bit only.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-20
Andrew Eikum
ole32: Add big block chain to small block chain convers...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-20
Andrew Eikum
ole32: Allow small block chains with no property.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-02
Huw Davies
ole32: In simple mode keep the stream size above the...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-02
Huw Davies
ole32: In simple create mode the size returned by IStre...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Michael Stefaniuc
ole32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-07
Huw Davies
ole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-16
Andrew Talbot
ole32: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Rob Shearman
ole32: Add warnings for failures in the structured...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Rob Shearman
ole32: The stream returned by StgStreamImpl_Clone shoul...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-08
Rob Shearman
ole32: IPeristStream implies IPersist and IStream impli...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Michael Stefaniuc
ole32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-28
Robert Shearman
ole32: Check the return value of IStream_SetSize so...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Gerald Pfeifer
ole32: Silence a compiler warning about unused variable...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-11
Robert Shearman
ole32: Convert the *_{Read,Write}At structured storage...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Francois Gouget
ole32: Fix spelling of a couple of local variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-29
Mike McCormack
ole32: Add some missing traces.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Robert Shearman
ole32: IPersistStream is also implemented by any object...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Robert Shearman
ole32: Add more tracing for reading and writing storage...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Mike McCormack
ole32: Return STG_E_REVERTED when a stream's parent...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-21
Dr J A Gow
ole32: Fix stream ref counting.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Robert Shearman
ole: Fix mis-handling of return value in StgStreamImpl_...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Ulrich Czekalla
ole32: Return error instead of asserting if storage...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-31
Mike McCormack
Eliminate forward declarations, make functions static.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Mike McCormack
Fix more incorrect uses of STGM_ enumerations.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-11
Mike McCormack
Test and fix a few problems with OLE storage streams.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-24
Joris Huizer
Ref count increment/decrement cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-23
Ge van Geldorp
Rename LARGE_INTEGER and ULARGE_INTEGER members "s...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-10
Alexandre Julliard
Removed uses of the non standard ICOM_VTBL macro.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-31
Alexandre Julliard
CodeWeavers
blob
|
commitdiff
|
raw
|
diff to current
2002-01-01
Jukka Heinonen
Name of the structured storage file root node is path...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-22
Francois Gouget
Spelling, grammar and a bit of comment formatting fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-10
Bill Medland
Basic implementation of IStream:Clone.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-13
Alexandre Julliard
Added a few more large integer functions.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-26
Alexandre Julliard
Removed shell.h. Cleaned up the nested includes mess...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-03
Huw D M Davies
Allow ISequentialStream_Write to work if access mode...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-25
Pierre Mageau
Implementation of OleConvert routines.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-26
Gerard Patel
Returns an error if trying to write to a stream opened...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-31
Francois Gouget
Generalized the use of the new ICOM_VFIELD and ICOM_VTB...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-19
Ulrich Weigand
Moved bulk of OLE implementation to dlls/ subdirectories.
blob
|
commitdiff
|
raw
|
diff to current