projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ole32: Rework storage with blockfiles to properly use ILockBytes interfaces.
[wine]
/
dlls
/
ole32
/
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
2007-01-10
Rob Shearman
ole32: Use the standard list functions for the global...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Move the Running Object Table test in marshal...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Fix a comment in rpc_sendreceive_thread that...
tree
|
commitdiff
2007-01-10
Rob Shearman
ole32: Remove a FIXME comment that no longer applies.
tree
|
commitdiff
2007-01-09
Paul Vriens
ole32/tests: Cast-qual warnings fixes.
tree
|
commitdiff
2007-01-08
Rob Shearman
ole32: Fix the OLE clipboard test to call OleInitialize...
tree
|
commitdiff
2007-01-08
Rob Shearman
ole32: Add a field to the TLS data to determine whether...
tree
|
commitdiff
2007-01-08
Rob Shearman
ole32: IPeristStream implies IPersist and IStream impli...
tree
|
commitdiff
2007-01-08
Rob Shearman
ole32: IStream inherits from ISequentialStream so the...
tree
|
commitdiff
2007-01-08
Rob Shearman
ole32: Release the global interface table in the tests...
tree
|
commitdiff
2007-01-06
Francois Gouget
ole32: Print GetLastError() in decimal with '%u'.
tree
|
commitdiff
2007-01-05
Kai Blin
ole32: Remove redundant NULL check (Coverity).
tree
|
commitdiff
2007-01-04
Rob Shearman
ole32: Make sure to reset the message state if it has...
tree
|
commitdiff
2007-01-04
Michael Gardiner
ole32: Stop StgOpenStorage from creating a file when...
tree
|
commitdiff
2007-01-04
Rob Shearman
ole32: Don't release pUnk in OleCreate if CoCreateInsta...
tree
|
commitdiff
2007-01-02
Rob Shearman
ole32: Fix the calculation of message_state->prefix_dat...
tree
|
commitdiff
2006-12-29
Rob Shearman
ole32: Add tests for channel hooks.
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Add some tests for the running object table.
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Contrary to MSDN, IROTData doesn't need to be...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Only call IROTData::GetComparisonData once,...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Use IMoniker::GetTimeOfLastChange to attempt...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Use the reduced forms of monikers for comparison...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Execute Reduce using the moniker's vtable in...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: ROTFLAGS_REGISTRATIONKEEPSALIVE and ROTFLAGS_ALL...
tree
|
commitdiff
2006-12-28
Rob Shearman
ole32: Output the HRESULT for clipboard tests that...
tree
|
commitdiff
2006-12-27
Rob Shearman
ole32: Marshal the ORPCTHAT structure prefixed to the...
tree
|
commitdiff
2006-12-27
Rob Shearman
ole32: Message filters aren't used in the test_call_fro...
tree
|
commitdiff
2006-12-24
Alexandre Julliard
make_makefiles: Automatically add IDL header targets...
tree
|
commitdiff
2006-12-24
Rob Shearman
ole32: Performing a COM call from within the processing...
tree
|
commitdiff
2006-12-24
Rob Shearman
ole32: Call the MessagePending function for message...
tree
|
commitdiff
2006-12-24
Rob Shearman
ole32: Track the pending call count so that the correct...
tree
|
commitdiff
2006-12-24
Rob Shearman
ole32: Allow the marshaling/unmarshaling of NULL interf...
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Send a causality ID in the ORPCTHIS header for...
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Reset the message filter at the end of the messa...
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Pass in the IID and IUnknown* of the object...
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Call the message filter for incoming calls.
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Call ServerNotify for channel hooks.
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Implement CoRegisterChannelHook and call channel...
tree
|
commitdiff
2006-12-20
Rob Shearman
ole32: Marshal the ORPCTHIS structure prefixed to the...
tree
|
commitdiff
2006-12-19
Rob Shearman
ole32: Fix the HMETAFILEPICT user marshaling test to...
tree
|
commitdiff
2006-12-18
Rob Shearman
ole32: Fix SetSize for HGLOBAL streams in the case...
tree
|
commitdiff
2006-12-18
Rob Shearman
ole32: Implement HMETAFILE and HMETAFILEPICT user marsh...
tree
|
commitdiff
2006-12-18
Rob Shearman
ole32: Move the user marshal tests to usrmarshal.c.
tree
|
commitdiff
2006-12-18
Rob Shearman
ole32: Add documentation for the user marshaling functions.
tree
|
commitdiff
2006-12-18
Rob Shearman
ole32: Support reading and writing custom clipformats...
tree
|
commitdiff
2006-12-14
Francois Gouget
ole32/tests: Replace some '#if 0's with 'if (0)'s.
tree
|
commitdiff
next