projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oledb32: Implement conversion from DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR.
[wine]
/
dlls
/
ole32
/
2010-03-29
Konstantin Kondratyuk
ole32: Add missed initialization of virtual function...
tree
|
commitdiff
2010-03-29
Alexandre Julliard
ole32: Always start the 64-bit version of rpcss.exe...
tree
|
commitdiff
2010-03-29
Mikhail Maroukhine
objbase.h: CLSIDFromString: Add constness to the parame...
tree
|
commitdiff
2010-03-22
Vincent Povirk
ole32: Check the small block size limit of storage...
tree
|
commitdiff
2010-03-22
Vincent Povirk
ole32: Don't register an IMallocSpy object when the...
tree
|
commitdiff
2010-03-22
Vincent Povirk
ole32: Track the lowest possibly-free small block in...
tree
|
commitdiff
2010-03-17
Nikolay Sivov
ole32: Remove useless parameter check.
tree
|
commitdiff
2010-03-16
Nikolay Sivov
ole32: Turn FIXME to TRACE for CoGetTreatAsClass.
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Allow storage files with a block size of 4096...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Remove knowledge of block sizes from the BigBloc...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Remove the BIG_BLOCK_SIZE define.
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Remove the unused BlockBits structures from...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Fix the big block offset calculation.
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Don't treat the header as a big block in Storage...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Don't treat the header as a big block in Storage...
tree
|
commitdiff
2010-03-15
Vincent Povirk
ole32: Allow CopyTo to succeed in spite of already...
tree
|
commitdiff
2010-03-05
Alexandre Julliard
ole32/tests: Avoid sizeof in traces.
tree
|
commitdiff
2010-03-04
Vincent Povirk
ole32: Add tests for CopyTo in recursive situations.
tree
|
commitdiff
2010-03-03
Vincent Povirk
ole32: Add a test showing IStorage_CopyTo ignores open...
tree
|
commitdiff
2010-03-02
Vincent Povirk
ole32: Clear the sibling links when reinserting a renam...
tree
|
commitdiff
2010-03-02
Reece Dunn
ole32: IMoniker_IsRunning returns E_INVALIDARG when...
tree
|
commitdiff
2010-02-25
Reece Dunn
ole32: Fix the HGLOBAL stream Seek implementation.
tree
|
commitdiff
2010-02-25
Reece Dunn
ole32/tests: Improve the HGLOBAL stream tests for Seek.
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-15
Vincent Povirk
ole32: Add error checking to StorageBaseImpl_CreateStorage.
tree
|
commitdiff
2010-02-15
Vincent Povirk
ole32: Add error checking to StorageBaseImpl_CreateStream.
tree
|
commitdiff
2010-02-12
Vincent Povirk
ole32: Only warn about storage share mode once.
tree
|
commitdiff
2010-01-25
Vincent Povirk
ole32: IStorage_Revert has no effect for non-transacted...
tree
|
commitdiff
2010-01-22
Rob Shearman
ole32: Rearrange declarations in itemmoniker.c to avoid...
tree
|
commitdiff
2010-01-07
Andrew Eikum
ole32: Downgrade StgIsStorageFile debug info from WARN...
tree
|
commitdiff
2010-01-04
Vincent Povirk
ole32: Remove fixme for transacted mode.
tree
|
commitdiff
2009-12-31
Alexandre Julliard
ole32: Fix some pointer cast warnings on 64-bit.
tree
|
commitdiff
2009-12-30
Alexander Kochetkov
ole32/storage32: Fix return value for invalid access...
tree
|
commitdiff
2009-12-30
Rob Shearman
ole32: Handle SetClipboardData failing in OLE clipboard...
tree
|
commitdiff
2009-12-30
Rob Shearman
ole32: Fix stream reference leak in test_ReadClassStm.
tree
|
commitdiff
2009-12-30
Rob Shearman
ole32: Release the data object and free the cached...
tree
|
commitdiff
2009-12-28
Vincent Povirk
ole32: Always allow changes to read-only transacted...
tree
|
commitdiff
2009-12-22
Paul Vriens
ole32/tests: Fix a test failure on several platforms.
tree
|
commitdiff
2009-12-21
Vincent Povirk
ole32: Reread the stream entry after setting the size...
tree
|
commitdiff
2009-12-21
Vincent Povirk
ole32: Store the most recent item name in IEnumSTATSTG...
tree
|
commitdiff
2009-12-21
Vincent Povirk
ole32: Make IEnumSTATSTG functions fail when the parent...
tree
|
commitdiff
2009-12-21
Vincent Povirk
ole32: Add some tests for IEnumSTATSTG.
tree
|
commitdiff
2009-12-18
Vincent Povirk
ole32: Fix memory leaks in the storage test.
tree
|
commitdiff
2009-12-18
Vincent Povirk
ole32: Compare upper character values directly in entry...
tree
|
commitdiff
2009-12-18
Juan Lang
ole32: Fix a memory leak.
tree
|
commitdiff
2009-12-16
Vincent Povirk
ole32: Add a cache for block chain streams in StorageImpl.
tree
|
commitdiff
2009-12-16
Huw Davies
ole32: Fix several memory leaks in the tests.
tree
|
commitdiff
2009-12-14
Vincent Povirk
ole32: Properly free temporary objects when StorageBase...
tree
|
commitdiff
2009-12-14
Vincent Povirk
ole32: Remove an unnecessary special case in StorageBas...
tree
|
commitdiff
2009-12-14
Vincent Povirk
ole32: Fix a memory leak in StorageBaseImpl_CopyTo.
tree
|
commitdiff
2009-12-11
Vincent Povirk
ole32: Implement Revert for transacted storage objects.
tree
|
commitdiff
2009-12-11
Vincent Povirk
ole32: Implement transacted storage.
tree
|
commitdiff
2009-12-11
Vincent Povirk
ole32: Add a stub transacted storage type.
tree
|
commitdiff
2009-12-11
Vincent Povirk
ole32: Add Invalidate to the storage vtable.
tree
|
commitdiff
2009-12-11
Vincent Povirk
ole32: Create internal storage objects with a refcount...
tree
|
commitdiff
2009-12-10
Paul Vriens
ole32/tests: Don't crash on Win9x/WinMe by using more...
tree
|
commitdiff
2009-12-10
Vincent Povirk
ole32: Remove the ancestorStorage attribute.
tree
|
commitdiff
2009-12-10
Vincent Povirk
ole32: Make IEnumSTATSTGImpl reference the parent storage.
tree
|
commitdiff
2009-12-10
Vincent Povirk
ole32: Make findElement take a StorageBaseImpl.
tree
|
commitdiff
2009-12-10
Vincent Povirk
ole32: Don't use ancestorStorage to decide if a storage...
tree
|
commitdiff
2009-12-10
Vincent Povirk
ole32: Add a test for modifying read-only substorage...
tree
|
commitdiff
2009-12-09
Huw Davies
ole32: Release the error info strings.
tree
|
commitdiff
2009-12-09
Alexandre Julliard
ole32: Fix some pointer cast warnings on 64-bit.
tree
|
commitdiff
2009-12-09
Vincent Povirk
ole32: Add an attribute to StorageBaseImpl to track...
tree
|
commitdiff
2009-12-09
Vincent Povirk
ole32: Store the parent of internal storage objects.
tree
|
commitdiff
2009-12-09
Vincent Povirk
ole32: Don't track the stream size in storage stream...
tree
|
commitdiff
2009-12-09
Vincent Povirk
ole32: Use the storage vtable to resize streams.
tree
|
commitdiff
2009-12-09
Vincent Povirk
ole32: Use the storage vtable to write to streams.
tree
|
commitdiff
2009-12-08
Vincent Povirk
ole32: Use the storage vtable to read streams.
tree
|
commitdiff
2009-12-08
Vincent Povirk
ole32: Add DestroyDirEntry to the storage vtable.
tree
|
commitdiff
2009-12-08
Vincent Povirk
ole32: Take a StorageBaseImpl in removeFromTree.
tree
|
commitdiff
2009-12-08
Vincent Povirk
ole32: Take a StorageBaseImpl in insertIntoTree.
tree
|
commitdiff
2009-12-08
Vincent Povirk
ole32: Change the base IStorage filename to a pointer...
tree
|
commitdiff
2009-12-07
Nathan Gallaher
ole32: Fix invalid memory access in storage32.
tree
|
commitdiff
2009-12-07
Vincent Povirk
ole32: Add ReadDirEntry to the storage vtable.
tree
|
commitdiff
2009-12-07
Vincent Povirk
ole32: Add WriteDirEntry to the storage vtable.
tree
|
commitdiff
2009-12-07
Vincent Povirk
ole32: Change ReadDirEntry return type to HRESULT.
tree
|
commitdiff
2009-12-07
Vincent Povirk
ole32: Change WriteDirEntry return type to HRESULT.
tree
|
commitdiff
2009-12-07
Vincent Povirk
ole32: Make CreateDirEntry a virtual method.
tree
|
commitdiff
2009-12-07
Rob Shearman
ole32: Add tests for HGLOBAL stream ignoring the HighPa...
tree
|
commitdiff
2009-12-07
Rob Shearman
ole32: Initialise all of position variables in test_sav...
tree
|
commitdiff
2009-12-04
Vincent Povirk
ole32: Add an internal vtable to StorageBaseImpl objects.
tree
|
commitdiff
2009-12-04
Vincent Povirk
ole32: Unify the logic for overriding the root storage...
tree
|
commitdiff
2009-12-04
Vincent Povirk
ole32: Move the create attribute from StorageImpl to...
tree
|
commitdiff
2009-12-04
Vincent Povirk
ole32: Check the current storage for STGM_SIMPLE rather...
tree
|
commitdiff
2009-12-04
Vincent Povirk
ole32: Forbid substorages of simple mode storages.
tree
|
commitdiff
2009-12-01
Rob Shearman
ole32: Fix test failure on win2000+.
tree
|
commitdiff
2009-11-30
Rob Shearman
ole32: Cope with double quotes in paths for libraries...
tree
|
commitdiff
2009-11-29
Rob Shearman
ole32: Fix the length of data written and read for...
tree
|
commitdiff
2009-11-29
Rob Shearman
ole32: Release the storage object in DataCache_Destroy.
tree
|
commitdiff
2009-11-29
Rob Shearman
ole32: Fix off-by-one error in FileMonikerImpl_Decompos...
tree
|
commitdiff
2009-11-24
Rob Shearman
ole32: Fix circular reference count in default handler...
tree
|
commitdiff
2009-11-24
Rob Shearman
ole32: Fix a typo in PropertyStorage_WritePropertyToStr...
tree
|
commitdiff
2009-11-24
Vincent Povirk
ole32: Allocate the StorageImpl in StorageImpl_Construct.
tree
|
commitdiff
2009-11-24
Vincent Povirk
ole32: Copy the storage filename at stat time, not...
tree
|
commitdiff
2009-11-24
Rob Shearman
ole32: Fix error code returned by CoGetClassObject...
tree
|
commitdiff
2009-11-24
Rob Shearman
ole32: Add tests for errors returned by CoCreateInstanc...
tree
|
commitdiff
2009-11-24
Marcus Meissner
ole32: Some missing error checking in FileMonikerImpl_C...
tree
|
commitdiff
next