d3dx9: Use sizeof variable, not type.
[wine] / dlls / rpcrt4 / ndr_stubless.c
2012-10-24  André Hentschelrpcrt4: Fix copy-paste error (coverity).
2012-09-24  Thomas Faberrpcrt4: Match MSVC version of call_server_func with...
2012-04-30  André Hentschelrpcrt4: Avoid shadowing pProcHeader.
2011-11-16  Francois Gougetrpcrt4: An interface pointer just has the size of a...
2011-11-16  Francois Gougetrpcrt4: The offset to the complex pointer's description...
2011-09-23  Henri Verbeetrpcrt4: Properly size complex reference pointers.
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-29  Alexandre Julliardrpcrt4: Support sizing of a few more argument types.
2011-07-28  Alexandre Julliardrpcrt4: Add a phase in proxies for zeroing output param...
2011-07-28  Alexandre Julliardrpcrt4: Add a phase in proxies for clearing output...
2011-07-28  Alexandre Julliardrpcrt4: Use the same phase values for clients and stubs.
2011-07-28  Alexandre Julliardrpcrt4: Pass the full argument format to the size/marsh...
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style arguments for stub calls.
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style arguments for NdrMesProcEncod...
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style argument formats to new style...
2011-07-28  Alexandre Julliardrpcrt4: Simplify tracing of function parameters and...
2011-07-28  Alexandre Julliardrpcrt4: Fetch the arguments address from the StubMsg...
2011-07-28  Alexandre Julliardrpcrt4: Use a single structure for all parameter types...
2011-06-20  Alexandre Julliardrpcrt4: Make sure we don't try to free a pointer twice.
2011-06-16  Alexandre Julliardrpcrt4: Add a wrapper for NdrAsyncClientCall too.
2011-06-16  Alexandre Julliardrpcrt4: Add support for float parameters in client...
2011-06-14  Alexandre Julliardrpcrt4: Implement calling server functions on x86_64.
2011-06-14  Alexandre Julliardrpcrt4: Add an assembly wrapper to implement the NdrCli...
2011-06-14  Alexandre Julliardrpcrt4: Add a wrapper for NdrClientCall2 to isolate...
2011-06-13  Alexandre Julliardrpcrt4: Also check base types for null ref pointers.
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-10  Alexandre Julliardrpcrt4: Don't try to bind to a null handle.
2011-06-10  Alexandre Julliardrpcrt4: Add support for the argument size of varying...
2011-06-10  Alexandre Julliardrpcrt4: Fix parameter stack size computation in the...
2011-06-10  Alexandre Julliardrpcrt4: Fix handling of arguments passed by value in...
2011-06-10  Alexandre Julliardrpcrt4: Don't marshall out-only parameters in the old...
2011-06-02  Alexandre Julliardrpcrt4: Add entry points for the old-style stubless...
2011-06-02  Alexandre Julliardinclude: Make CLIENT_CALL_RETURN definition platform...
2011-04-27  Huw Daviesrpcrt4: Handle non-conformant bogus structures.
2010-08-26  Alexandre Julliardrpcrt4: Retrieve the stack argument pointer in a more...
2010-08-02  Huw Daviesrpcrt4: Add a missing STUBLESS_INITOUT case.
2010-05-17  Michael Stefaniucrpcrt4: Avoid using long.
2009-12-14  Rob Shearmanrpcrt4: Handle [out]-only non-conformant strings in...
2009-12-14  Rob Shearmanrpcrt4: Add support for context handles in stubless...
2009-11-16  Rob Shearmanrpcrt4: Implement comm_status and fault_status handling...
2009-10-26  Huw Daviesrpcrt4: Move the full pointer table init to after a...
2009-06-25  Alexandre Julliardrpcrt4: Add call frame annotations in x86 assembly...
2009-03-25  Rob Shearmanrpcrt4: Implement stubless asynchronous NDR interpreter.
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-01-23  Rob Shearmanrpcrt4: Remove the NDR version check from NdrClientCall...
2008-11-26  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-07-14  Rob Shearmanrpcrt4: Ignore the return value of functions when unmar...
2008-07-14  Rob Shearmanrpcrt4: Implement NdrMesProcEncodeDecode.
2008-04-17  Austin EnglishSpelling fixes.
2008-03-10  Rob Shearmanrpcrt4: Fix the pointer level being passed into call_un...
2008-03-10  Rob Shearmanrpcrt4: Fix -Oi interpreter for base types.
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-01-22  Rob Shearmanrpcrt4: Don't set BufferStart and BufferEnd in NdrStubC...
2008-01-17  Rob Shearmanrpcrt4: Add an exception handler for stubless object...
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2008-01-16  Rob Shearmanrpcrt4: Move the setting of retval_ptr outside of any...
2008-01-14  Rob Shearmanrpcrt4: The initialisation of [out] variables in the...
2008-01-14  Rob Shearmanrpcrt4: Handle complex arrays in calc_arg_size.
2008-01-07  Rob Shearmanrpcrt4: Call NdrCorrelationInitialize and NdrCorrelatio...
2008-01-07  Rob Shearmanrpcrt4: ndr_stubless.h should include ndrtypes.h as...
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.
next