rpcrt4: Don't copy memory from the buffer in NdrConformantStringUnmarshall if we...
[wine] / dlls / rpcrt4 / ndr_stubless.c
2007-11-13  Francois Gougetrpcrt4: Add an API documentation stub to make winapi_ch...
2007-11-05  Rob Shearmanrpcrt4: Factorise out the argument processing from...
2007-11-05  Rob Shearmanrpcrt4: Move some type definitions from ndr_stubless...
2007-11-05  Rob Shearmanrpcrt4: Add a small bit of documentation as to what...
2007-06-25  Rob Shearmanrpcrt4: Add a STUBLESS_FREE phase for freeing the alloc...
2007-06-25  Rob Shearmanrpcrt4: Add support for ServerAllocSize parameters.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: Bring the function definitions in sync with...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-08-16  Robert Shearmanrpcrt4: Move processing of the arguments from NdrClient...
2006-08-09  Robert Shearmanrpcrt4: Add some more traces and make the stack offsets...
2006-08-09  Robert Shearmanrpcrt4: Change call_memory_sizer to preserve the buffer...
2006-08-09  Robert Shearmanrpcrt4: Set retval_ptr and allocate memory for out...
2006-08-09  Robert Shearmanrpcrt4: Support fixed arrays in calc_arg_size.
2006-08-09  Robert Shearmanrpcrt4: Complex types should be dereferenced an extra...
2006-08-09  Robert Shearmanrpcrt4: Fix the stack offset for the old format stubles...
2006-06-26  Huw Daviesrpcrt4: Calculate size of FC_STRUCT arguments correctly.
2006-06-16  Huw Daviesrpcrt4: Fix the argument size of conformant arrays.
2006-06-09  Robert Shearmanrpcrt4: Don't raise an exception if there is no freer...
2006-06-08  Robert Shearmanrpcrt4: Fix the retrieval of This for interpreted proxies.
2006-06-08  Robert Shearmanrpcrt4: Implement full-pointer support for interpreted...
2006-05-25  Robert Shearmanrpcrt4: Implement explicit generic binding handles.
2006-05-25  Robert Shearmanrpcrt4: Move the getting of the client binding handle...
2006-05-25  Robert Shearmanrpcrt4: Move the initialising of the stub message struc...
2006-05-25  Robert Shearmanrpcrt4: Store the arguments exclusively in stubMsg...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Handle pointers to context handles in the stubl...
2006-04-20  Robert Shearmanrpcrt4: Use the documented NDR_PROC_HEADER_EXTS structure.
2006-04-20  Robert Shearmanrpcrt4: Use INTERPRETER_OPT_FLAGS in ndrtypes.h instead...
2006-04-20  Robert Shearmanrpcrt4: Store the return value on the stack for interpr...
2006-04-20  Robert Shearmanrpcrt4: Correctly fill in StackTop for stubless clients...
2006-04-20  Robert Shearmanrpcrt4: There's no need to set stubMsg.StackTop twice.
2006-04-20  Robert Shearmanrpcrt4: Fix the MSVC version of call_server_func.
2006-03-01  Robert Shearmanrpcrt4: Change the stubless parameter attributes to...
2006-02-03  Robert Shearmanrpcrt4: Restrict stubless FC types to the range of...
2006-01-31  Robert Shearmanrpcrt4: Handle the RPC_FC_PROC_BYVAL flag correctly...
2006-01-14  Alexandre Julliardrpcrt4: Fixed asm syntax for rep; movsl.
2006-01-05  Robert Shearmanrpcrt4: Implement NdrClientCall2 and NdrServerCall2.
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-16  Gregory M. TurnerRPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-19  Greg TurnerSuper-crude implementation for NdrClientCall2.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-16  Greg TurnerUse the msvc way to return a struct, fixing wierd problems.
2002-10-10  Ove KaavenStubby NdrClientCall2 & some header changes.