oleaut32: Use strdupW to duplicate strings.
[wine] / dlls / oleaut32 / tmarshal.c
2011-02-24  Huw Daviesoleaut32: Fix the typelib marshaler when the vtbl has...
2011-01-20  Nikolay Sivovoleaut32: Fix a stream leak on failure.
2011-01-18  Vincent Povirkoleaut32: Deserialize VT_BOOL as 2 bytes, not 4.
2010-12-21  Michael Stefaniucoleaut32: Standardize the COM usage in tmarshal.c.
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-11-11  Alexandre Julliardoleaut32: Get rid of the ICOM_THIS_MULTI macro.
2010-10-12  Dmitry Timoshkovoleaut32: Handle VT_DATE in serialize_param()/deseriali...
2010-01-20  Aric Stewartoleaut32: Do not crash in logging if string is NULL.
2009-11-16  Rob Shearmanoleaut32: Make BSTR and VARIANT marshalling for typelib...
2009-11-16  Rob Shearmanoleaut32: Fix memory leaks in LPSAFEARRAY and VT_CARRAY...
2009-11-16  Rob Shearmanoleaut32: Zero initialize the stack used on the server...
2009-10-26  Jeremy Whiteoleaut32: Implement the ability to marshall VT_CARRAY...
2009-10-06  Alexandre Julliardoleaut32: Use an assembly wrapper to implement DispCall...
2009-05-21  Alexandre Julliardoleaut32: Add support for registering 64-bit typelibs.
2009-04-28  Huw Daviesoleaut32: Don't ask for a name if it's not required.
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2009-01-30  Aric Stewartoleaut32: Implement de/serialize_param of types VT_ARRA...
2008-09-23  Detlef Riekenbergoleaut32: Remove redundant NULL check before SysFreeString.
2008-09-16  Mikołaj Zalewskioleaut32: VT_USERDEFINED records are passed by value.
2008-09-15  Mikołaj Zalewskioleaut32: Add some missing simple types to _argsize...
2008-09-15  Mikołaj Zalewskioleaut32: Make _argsize and _xsize receive the full...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-03-05  Maarten Lankhorstoleaut32: Handle TKIND_ALIAS properly when passed as...
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-04  Rob Shearmanoleaut32: Fix big memory leak in xCall.
2007-12-31  Peter Dons Tychsenoleaut32: Add missing types to serialize/deserialize.
2007-12-07  Rob Shearmanoleaut32: Fix a reference count leak of the TMarshalDis...
2007-11-12  Alexandre Julliardoleaut32: Fixed asm proxys to support more than 128...
2007-10-02  Andrew Talbotoleaut32: Fix some memory leaks.
2007-07-26  Andrew Talbotoleaut32: Constify some variables.
2007-05-18  Huw Daviesoleaut32: non-dual dispinterfaces should be marshaled...
2007-05-18  Huw Daviesoleaut32: Move the proxy thunk creation code to a separ...
2007-05-16  Andrew Talbotoleaut32: Exclude unused headers.
2007-04-30  Huw Daviesoleaut32: Remove useless initialization of an [out...
2007-04-26  Huw Daviesoleaut32: Rewrite get_funcdesc to avoid using the funcd...
2007-04-26  Huw Daviesoleaut32: Don't try to free the typeinfo if get_funcdes...
2007-03-12  Jan Zerebeckioleaut32: Add DebugInfo to critical sections.
2007-02-21  Huw Daviesoleaut32: Fix a TypeAttr leak.
2007-02-07  Rob Shearmanoleaut32: A value of PARAMFLAG_FNONE for wParamFlags...
2007-02-06  Rob Shearmanoleaut32: Add a wrapper around the channel supplied...
2007-01-16  James Hawkinsoleaut32: Initialize nrofnames to keep from freeing...
2007-01-02  Rob Shearmanoleaut32: Fix _nroffuncs to return the correct number...
2006-11-09  Michael Stefaniucoleaut32: Fix the warnings introduced by the "unsigned...
2006-10-23  Rob Shearmanoleaut32: Fix a missing ITypeInfo::ReleaseTypeAttr...
2006-10-23  Rob Shearmanoleaut32: Fix some reference count and memory leaks...
2006-10-23  Rob Shearmanoleaut32: Fix memory leaks after calling ITypeInfo...
2006-10-20  Francois GougetAdd '\n's to Wine traces.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-09-28  Robert Shearmanoleaut32: Make sure to free the allocated vtable when...
2006-09-07  Robert Shearmanoleaut32: Delay the creation of the stub object for...
2006-07-18  Robert Shearmanoleaut32: Add an exception handler around code executed...
2006-06-10  Alexandre Julliardoleaut32: Make the virtual table functions static where...
2006-06-09  Robert Shearmanoleaut32: We always pass in an IRpcChannelBuffer to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Huw Daviesoleaut32: Update the marshal state buffer size when...
2006-05-15  Thomas Weidenmuelleroleaut32: Fix converting file name to Unicode.
2006-05-10  Huw Daviesoleaut32: Support VT_SAFEARRAY in the typelib marshaler.
2006-05-10  Huw Daviesoleaut32: Add a function to grow the marshal state...
2006-02-14  Robert Shearmanoleaut32: Don't try to release NULL COM objects in...
2006-02-07  Robert Shearmanoleaut32: Fix circular reference count in Typelib marsh...
2006-02-07  Robert Shearmanoleaut32: Handle VT_INT in serialize_param and deserial...
2006-02-07  Robert Shearmanoleaut32: Release interfaces when told to.
2006-01-27  Robert Shearmanoleaut: Improve the typelib marshaler traces.
2006-01-18  Robert Shearmanoleaut: Reduce an ERR down to a WARN since a NULL inter...
2006-01-14  Robert Shearmanoleaut: Support VT_CY in the typelib marshaller.
2005-12-06  Robert ShearmanOLE: Fix brokenness in typelib marshaller caused by...
2005-11-04  Marcus MeissnerAdded support for VT_I8/VT_UI8 marshalling.
2005-11-02  Robert Shearman- Make sure to clean up properly on error.
2005-10-27  Robert ShearmanThere is no need to call IUnknown_QueryInterface since...
2005-10-26  Huw DaviesTreat paramflags == 0 like PARAMFLAG_FIN.
2005-10-26  Robert Shearman- Forward IDispatch functions to the MIDL-generated...
2005-10-19  Pierre d'HerbemontAllow compilation on non-i386.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-07  Marcus MeissnerVT_PTR->VT_USERDEFINED chains depend on the TKIND of...
2005-08-29  Robert ShearmanMake typelib marshaler use IRpcChannelBuffer::GetBuffer...
2005-08-24  Robert Shearman- Remove redundant QueryInterface in marshal_interface...
2005-08-09  Alexandre JulliardGet rid of the almost empty tmarshal.h file.
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-07-19  Robert Shearman- IRpcStubBuffer_Disconnect can be called multiple...
2005-07-19  Robert ShearmanFix confusion between number of characters and number...
2005-07-19  Robert ShearmanMarshal and unmarshal TKIND_ENUM and TKIND_ALIAS.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-09  Robert Shearman- The typelib marshaler should only free the memory...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-01  Robert ShearmanIf we are accessing a method from a superclass then...
2005-05-11  Robert ShearmanUse I_RpcGetBuffer instead of HeapReAlloc for getting...
2005-03-29  Marcus MeissnerSerialize NULL pointer interfaces correctly.
2005-03-29  Marcus MeissnerFixed VT_BSTR|VT_BYREF marshalling.
2005-03-28  Marcus MeissnerFixed ppvObject serializer (deref twice instead of...
2005-03-27  Mike HearnFix BSTR tracing in the typelib marshaller.
2005-03-27  Marcus MeissnerFormat VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.
2005-03-27  Marcus MeissnerAdded IDispatch::GetIDsOfNames() special case serializing.
2005-03-25  Mike HearnFix PARAMFLAG_FOUT typo in the tmarshaller.
2005-03-14  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-03-11  Robert ShearmanAdd outer unknown support for typelib marshaler.
2005-01-27  Mike Hearn- Change some FIXMEs to ERRs to reflect the fact that...
2005-01-26  Mike HearnFix a typo, propagate errors better from inside the...
next