- 02 Oct, 2007 1 commit
-
-
Andrew Talbot authored
-
- 26 Jul, 2007 1 commit
-
-
Andrew Talbot authored
-
- 18 May, 2007 2 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
- 16 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 30 Apr, 2007 1 commit
-
-
Huw Davies authored
-
- 26 Apr, 2007 2 commits
-
-
Huw Davies authored
oleaut32: Rewrite get_funcdesc to avoid using the funcdesc's oVft member so that it works correctly for non-dual dispinterfaces.
-
Huw Davies authored
-
- 12 Mar, 2007 1 commit
-
-
Jan Zerebecki authored
-
- 21 Feb, 2007 1 commit
-
-
Huw Davies authored
-
- 07 Feb, 2007 1 commit
-
-
Rob Shearman authored
oleaut32: A value of PARAMFLAG_FNONE for wParamFlags means that the parameter is also marshaled and unmarshaled in the PARAMFLAG_FOUT case.
-
- 06 Feb, 2007 1 commit
-
-
Rob Shearman authored
to fixup the IID used to connect to the server and fix somewhat common "err:rpc:RPCRT4_OpenBinding" messages.
-
- 16 Jan, 2007 1 commit
-
-
James Hawkins authored
-
- 02 Jan, 2007 1 commit
-
-
Rob Shearman authored
oleaut32: Fix _nroffuncs to return the correct number of functions by taking into account inherited interfaces.
-
- 09 Nov, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 23 Oct, 2006 3 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
- 20 Oct, 2006 1 commit
-
-
Francois Gouget authored
-
- 16 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 13 Oct, 2006 1 commit
-
-
Hans Leidekker authored
-
- 28 Sep, 2006 1 commit
-
-
Robert Shearman authored
-
- 07 Sep, 2006 1 commit
-
-
Robert Shearman authored
-
- 18 Jul, 2006 1 commit
-
-
Robert Shearman authored
oleaut32: Add an exception handler around code executed on the server side from the typelib marshaler.
-
- 10 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 09 Jun, 2006 1 commit
-
-
Robert Shearman authored
so remove the case for it being NULL.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 15 May, 2006 2 commits
-
-
Huw Davies authored
-
Thomas Weidenmueller authored
Fix converting the typelib file name to Unicode by using the correct buffer size.
-
- 10 May, 2006 2 commits
-
-
Huw Davies authored
Based on a patch by Rob Shearman.
-
Huw Davies authored
-
- 14 Feb, 2006 1 commit
-
-
Robert Shearman authored
marshaler.
-
- 07 Feb, 2006 3 commits
-
-
Robert Shearman authored
The current method of handling typelib-marshaled interfaces that derive from IDispatch is to query for an IDispatch pointer from the proxy, but this causes a circular reference count. Fix the reference counting by loading using the IRpcProxyBuffer of IDispatch without an outer unknown, so that the lifetime is controlled by the typelib-marshaled interface's proxy. The IDispatch proxy now shares the same channel as the typelib-marshaled interface, so fix up the stub side to handle this.
-
Robert Shearman authored
-
Robert Shearman authored
Make the VT_DISPATCH and VT_UNKNOWN cases of serialize_param match the TKIND_INTERFACE case below by releasing their respective interfaces as necessary.
-
- 27 Jan, 2006 1 commit
-
-
Robert Shearman authored
Improve the typelib marshaler traces for lazy developers like me who don't want to grep for constants.
-
- 18 Jan, 2006 1 commit
-
-
Robert Shearman authored
doesn't signify an error; it is just unusual.
-
- 14 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 06 Dec, 2005 1 commit
-
-
Robert Shearman authored
Fix more fallout from dispinterface retval patch: make typelib marshaler use the internal function description so that it calls dispinterface functions with the correct number of parameters again. Also fixes some memory leaks caused by the fact that a corresponding ReleaseXDesc function has to be called for each GetXDesc.
-
- 04 Nov, 2005 1 commit
-
-
Marcus Meissner authored
-