projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ole32: Revoke registered class objects when the apartment they were registered in...
[wine]
/
dlls
/
ole32
/
2007-05-08
Rob Shearman
ole32: Revoke registered class objects when the apartme...
tree
|
commitdiff
2007-05-08
Rob Shearman
ole32: Add test for registered class becoming invalid...
tree
|
commitdiff
2007-05-08
Rob Shearman
ole32: CoGetClassObject shouldn't return REGDB_E_KEYMIS...
tree
|
commitdiff
2007-05-03
Huw Davies
ole32: Cope with a realloc returning a different pointer.
tree
|
commitdiff
2007-05-02
Rob Shearman
ole32: Remove an unnecessary QueryInterface in CoRegist...
tree
|
commitdiff
2007-05-01
Aric Stewart
ole32: Accelerators, like for the menu ones, should...
tree
|
commitdiff
2007-04-25
Michael Stefaniuc
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
tree
|
commitdiff
2007-04-13
Andrew Talbot
ole32: Void functions should not return a value.
tree
|
commitdiff
2007-04-06
Rob Shearman
ole32: Fix a hack which depended on the IID of the...
tree
|
commitdiff
2007-04-05
Rob Shearman
ole32: Move declaration for FileMonikerImpl_DecomposePa...
tree
|
commitdiff
2007-04-05
Rob Shearman
ole32: Don't release the registered drop targets in...
tree
|
commitdiff
2007-04-05
Rob Shearman
ole32: Check the input hwnd is valid in RevokeDragDrop.
tree
|
commitdiff
2007-04-05
Rob Shearman
ole32: Check for COM not being initialised and an inval...
tree
|
commitdiff
2007-04-05
Rob Shearman
ole32: Add tests for drag and drop functions.
tree
|
commitdiff
2007-04-05
Aric Stewart
ole32: Storage optimization.
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Keep a list of the loaded dlls for each apartment.
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Cache the address for the library's DllGetClassO...
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Add a test that shows CoFreeUnusedLibraries...
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Move the handling of loading a dll and getting...
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Move the in-process module loading to COMPOBJ_Dl...
tree
|
commitdiff
2007-04-04
Rob Shearman
ole32: Convert the OpenDll list to a standard Wine...
tree
|
commitdiff
2007-04-04
Paul Vriens
ole32/stg_bigblockfile: Check page before use (Coverity).
tree
|
commitdiff
2007-04-03
Francois Gouget
Assorted spelling and English fixes.
tree
|
commitdiff
2007-04-03
Francois Gouget
ole32/tests: Spelling fix.
tree
|
commitdiff
2007-04-03
Francois Gouget
ole32/tests: Spelling fix.
tree
|
commitdiff
2007-03-28
Francois Gouget
Remove unneeded checks on the GetModuleHandle() return...
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Implement MkParseDisplayName.
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Add some more tests for MkParseDisplayName.
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Display the testname for the test for display...
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Do a case-insensitive comparison in the count_mo...
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Add tests for the standard marshaler's implement...
tree
|
commitdiff
2007-03-28
Rob Shearman
ole32: Pass the OXID info to RPC_CreateClientChannel...
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Register the ProgID for the class and file monikers.
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Move GetClassFile to moniker.c and move OleRun...
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Add documentation for CoGetClassObject and GetCl...
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Add documentation for CreateBindCtx, BindMoniker...
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Handle NULL sub-objects correctly in the STGMEDI...
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Generate OXID_INFO in the stub manager.
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Add the OXID_INFO structure to dcom.idl.
tree
|
commitdiff
2007-03-27
Rob Shearman
ole32: Add a stubbed out implementation of IClientSecur...
tree
|
commitdiff
2007-03-23
Andrew Talbot
ole32: Replace inline static with static inline.
tree
|
commitdiff
2007-03-21
Rob Shearman
ole32: The 16-bit version of CoDisconnectObject is...
tree
|
commitdiff
2007-03-21
Dmitry Timoshkov
ole32: Move the storage signatures to the appropriate...
tree
|
commitdiff
2007-03-20
Rob Shearman
ole32: Add a test for StgStreamImpl_SetSize with a...
tree
|
commitdiff
2007-03-20
Rob Shearman
ole32: Implement TYMED_FILE for STGMEDIUM marshaling...
tree
|
commitdiff
2007-03-20
Rob Shearman
ole32: Add warnings for failures in the structured...
tree
|
commitdiff
2007-03-20
Aric Stewart
ole32: Rework storage with blockfiles to properly use...
tree
|
commitdiff
2007-03-14
Rob Shearman
ole32: Print the contents of the IID input to OleLoad.
tree
|
commitdiff
2007-03-13
Rob Shearman
ole32: OleCreate isn't a semi-stub any more, as it...
tree
|
commitdiff
2007-03-13
Rob Shearman
ole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER...
tree
|
commitdiff
2007-03-13
Rob Shearman
ole32: Don't allocate an initial table for bind contexts.
tree
|
commitdiff
2007-03-13
Huw Davies
ole32: Only retrieve posted and paint messages in an...
tree
|
commitdiff
2007-03-12
Jan Zerebecki
ole32: Add DebugInfo to critical sections.
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Implement CoAddRefServerProcess and CoReleaseSer...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Make RegisteredClass list into a standard Wine...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Don't keep the local server named pipe open...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Add some tests for the flags input to CoRegister...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Close the named pipe after revoking local server...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Enable local server test and make it work with...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Fix return codes returned by IBindCtx::RegisterO...
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
tree
|
commitdiff
2007-03-09
Rob Shearman
ole32: Add more tests of IBindCtx functions.
tree
|
commitdiff
2007-03-08
Rob Shearman
ole32: Set output param to NULL in BindCtxImpl_EnumObje...
tree
|
commitdiff
2007-03-08
Rob Shearman
ole32: Fix BindCtxImpl_GetBindOptions to return the...
tree
|
commitdiff
2007-03-08
Rob Shearman
ole32: CreateBindCtx should fail if reserved parameter...
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: Add some tests for IBindCtx.
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: Remove some unnecessary traces from the HeapUnkn...
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: Fix a failing CoUnmarshalInterface test on Windows.
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: Fix a use-after-free of the file moniker in...
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: Compare the class contexts in COM_GetRegisteredC...
tree
|
commitdiff
2007-03-06
Rob Shearman
ole32: OleLoad should call CoCreateInstance with CLSCTX...
tree
|
commitdiff
2007-02-26
Rob Shearman
ole32: The stream returned by StgStreamImpl_Clone shoul...
tree
|
commitdiff
2007-02-26
Rob Shearman
ole32: Use IsEqualIID instead of memcmp in HGLOBALLockB...
tree
|
commitdiff
2007-02-26
Rob Shearman
ole32: Add tests for default handler creation and handl...
tree
|
commitdiff
2007-02-20
Francois Gouget
ole32: Better match the PSDK types and fix the winapi_c...
tree
|
commitdiff
2007-02-20
Rob Shearman
ole32: Make an error message more useful by printing...
tree
|
commitdiff
2007-02-13
Mike McCormack
ole32: Add missing parameter for RunningObjectTableImpl...
tree
|
commitdiff
2007-02-06
Rob Shearman
ole32: Add the external references that the server...
tree
|
commitdiff
2007-02-06
Rob Shearman
ole32: Release iobject and the IRpcStubBuffer object...
tree
|
commitdiff
2007-02-06
Mike McCormack
ole32: Add a few more tests for transacted storage.
tree
|
commitdiff
2007-02-05
John Morris
ole32: Add CoWaitForMultipleHandles to spec file.
tree
|
commitdiff
2007-01-24
Paul Vriens
ole32/tests: Cast-qual warning fixes.
tree
|
commitdiff
2007-01-19
Andrew Talbot
ole32: Declare some functions static.
tree
|
commitdiff
2007-01-18
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-01-12
Paul Vriens
ole32/tests: Cast-qual warnings fixes.
tree
|
commitdiff
2007-01-12
Rob Shearman
ole32: Fix copied description and copyright statement...
tree
|
commitdiff
2007-01-11
Rob Shearman
ole32: Add tests for the default handler.
tree
|
commitdiff
2007-01-11
Rob Shearman
ole32: Add tests for error info functions.
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Fix the detection of when we need an additional...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Add a test for the failure case of same-apartmen...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Add tests for passing invalid arguments to CoUnm...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: ReadClassStm should return STG_E_READFAULT is...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Add tests for invalid arguments of CoMarshalInte...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Return an error from CoUnmarshalInterface if...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Fix Read/WriteClassStm to return an error if...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Return an error in CoMarshalInterface if pStream...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Fix HGLOBALStreamImpl_CopyTo to check the return...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Remove some unneeded inclusions of headers.
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Move test for CoGetInterfaceAndReleaseStream...
tree
|
commitdiff
next