projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ole32: Move share/access modes to static arrays.
[wine]
/
dlls
/
ole32
/
storage32.h
2012-07-17
Nikolay Sivov
ole32: Make ole stream creation helper capable of handl...
blob
|
commitdiff
|
raw
2012-07-16
Nikolay Sivov
ole32: COM cleanup of IPropertySetStorage interface.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Nikolay Sivov
ole32: COM cleanup for IStorage interface of base stora...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Nikolay Sivov
ole32: COM cleanup of storage IStream implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-25
Marcus Meissner
ole32: Mark internal symbols has hidden visibility.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-23
David Hedberg
ole32: Avoid unneccessary stream conversion.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Vincent Povirk
ole32: Cache the contents of one extended big block...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
Vincent Povirk
ole32: Cache all extended big block depot locations.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Vincent Povirk
ole32: Cache data and block locations in BigBlockStream...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Vincent Povirk
ole32: Flush the ILockBytes object of a storage on...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Vincent Povirk
ole32: Remove an unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Vincent Povirk
ole32: Use ILockBytes_Stat to get the filename of a...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Vincent Povirk
ole32: Remove the BigBlockFile abstraction and always...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Vincent Povirk
ole32: Update storage header saving code based on the...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Vincent Povirk
ole32: Always move unmodified streams instead of copyin...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-05
Vincent Povirk
ole32: Store the location of all blocks in a big block...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Vincent Povirk
ole32: Create storage files with 4096-byte blocks when...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-22
Vincent Povirk
ole32: Check the small block size limit of storage...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-22
Vincent Povirk
ole32: Track the lowest possibly-free small block in...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Vincent Povirk
ole32: Remove knowledge of block sizes from the BigBloc...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Vincent Povirk
ole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Vincent Povirk
ole32: Remove the BIG_BLOCK_SIZE define.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Vincent Povirk
ole32: Don't treat the header as a big block in Storage...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Vincent Povirk
ole32: Add a cache for block chain streams in StorageImpl.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-11
Vincent Povirk
ole32: Add a stub transacted storage type.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-11
Vincent Povirk
ole32: Add Invalidate to the storage vtable.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-10
Vincent Povirk
ole32: Remove the ancestorStorage attribute.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Vincent Povirk
ole32: Add an attribute to StorageBaseImpl to track...
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-08
Vincent Povirk
ole32: Add DestroyDirEntry to the storage vtable.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vincent Povirk
ole32: Change the base IStorage filename to a pointer...
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-07
Vincent Povirk
ole32: Change WriteDirEntry return type to HRESULT.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Vincent Povirk
ole32: Make CreateDirEntry a virtual method.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Vincent Povirk
ole32: Add an internal vtable to StorageBaseImpl objects.
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-11-24
Vincent Povirk
ole32: Copy the storage filename at stat time, not...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-20
Vincent Povirk
ole32: Invalidate open storage objects that outlive...
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-16
Vincent Povirk
ole32: Rename SmallBlockChainStream.ownerPropertyIndex...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Vincent Povirk
ole32: Rename BlockChainStream.ownerPropertyIndex to...
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-16
Vincent Povirk
ole32: Rename rootPropertySetIndex to storageDirEntry.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Vincent Povirk
ole32: Rename propertyUniqueID to clsid.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Vincent Povirk
ole32: Rename propertyType to stgType.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Vincent Povirk
ole32: Rename PROPERTY_RELATION constants to DIRENTRY_R...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Vincent Povirk
ole32: Rename dirProperty to dirRootEntry.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Vincent Povirk
ole32: Rename PROPSET_BLOCK_SIZE to RAW_DIRENTRY_SIZE.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Vincent Povirk
ole32: Rename PROPERTY_NAME_*_LEN to DIRENTRY_NAME_...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Vincent Povirk
ole32: Rename PROPERTY_NULL to DIRENTRY_NULL.
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-11-12
Vincent Povirk
ole32: Remove the term "property type", it's just an...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Vincent Povirk
ole32: Split the data conversion functions out of Write...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Vincent Povirk
ole32: Move the low-level functionality of WritePropert...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Vincent Povirk
ole32: Move the low-level functionality of ReadProperty...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Vincent Povirk
ole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Vincent Povirk
ole32: Rename previous/nextProperty to left/rightChild.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Vincent Povirk
ole32: Clarify the timestamp fields in StgProperty.
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: Store the creation flag - STGM_SIMPLE depends...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-24
Austin English
ole32: Rename a macro to prevent a conflict on NetBSD.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Huw Davies
ole32: Add a helper function to return the file size...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Huw Davies
ole32: Move private data structure out of header file.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-10
Austin English
ole32: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-05
Andrew Talbot
ole32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-07
Aric Stewart
ole32: Implementation of state bits for IStorage.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Dmitry Timoshkov
ole32: Move the storage signatures to the appropriate...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Aric Stewart
ole32: Rework storage with blockfiles to properly use...
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
2006-12-05
Francois Gouget
Assorted spelling fixes.
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-08-03
Robert Shearman
ole32: Ensure that a returned free block is valid in...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
Alexandre Julliard
ole32: Make some functions and variables static.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-10
Alexandre Julliard
ole32: Make the virtual table functions static where...
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-02-21
Dr J A Gow
ole32: Fix stream ref counting.
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-07-05
Mike McCormack
Fix gcc 4.0 -Wpointer-sign warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-14
Juan Lang
- maintain proper byte order
blob
|
commitdiff
|
raw
|
diff to current
2005-05-13
Mike McCormack
Make sure a stream can't be created in read only storage.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Juan Lang
Define and use endian conversion macros for big-endian...
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-23
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Juan Lang
Add a comment about byte order, change types to reduce...
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-02-24
Mike McCormack
Add struct StorageBaseImpl at the start of derived...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-21
Mike McCormack
Implement and test IPropertySetStorage.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VFIELD macro.
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
next