oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
[wine] / dlls / rpcrt4 / cstub.c
2012-08-14  Jacek Cabanrpcrt4: Use proper helper for IRpcStubBuffer call.
2010-04-07  Alexandre Julliardrpcrt4: Implement proxy/stub delegation for x86_64.
2009-06-03  Alexandre Julliardrpcrt4: Add checks for the number of methods being...
2009-06-03  Alexandre Julliardrpcrt4: Add support for proxy delegation.
2009-06-01  Alexandre Julliardrpcrt4: Allocate the delegated stubs vtbl only once...
2009-06-01  Alexandre Julliardrpcrt4: Change the allocation of delegated stub methods...
2009-05-27  Alexandre Julliardrpcrt4: Internal functions don't need to be WINAPI.
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-09-23  Rob Shearmanrpcrt4: Don't call VirtualFree with MEM_RELEASE and...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-21  Steven Edwardsrpcrt4: Correct the number of aguments for fill_method...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2007-12-14  Rob Shearmanrpcrt4: NdrStubGetBuffer shouldn't set BufferStart...
2007-12-04  Rob Shearmanrpcrt4: Handle all non-continuable exceptions in CStdSt...
2007-12-04  Rob Shearmanrpcrt4: Put the delegating stub thunks in an executable...
2007-12-04  Rob Shearmanrpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubIni...
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Add infrastructure to create and manage a varia...
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_QueryInterface.
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_AddRef,Release.
2006-09-07  Robert Shearmanrpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuff...
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-30  Robert Shearmanrpcrt4: Fill in the IRpcStubBuffer vtables for interfac...
2006-01-06  Robert Shearmanrpcrt4: Call NdrStubCall2 when dealing with a pure...
2005-11-29  Robert ShearmanAdd a function to retrieve the MIDL_SERVER_INFO struct...
2005-10-26  Huw DaviesStubs for NdrStubForwardingFunction and NdrCStdStubBuff...
2005-07-19  Robert ShearmanIRpcStubBuffer_Disconnect can be called more than once.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenFixed NdrDllRegisterProxy so it registers the key names...
2003-04-19  Ove KaavenAdded missing AddRef.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-08  Alberto MassariAvoid crashing when releasing an NdrCStdStubBuffer...
2002-10-10  Ove KaavenImplement the CStdStubBuffer methods.