widl: Don't rely on type_memsize to return 0 for all conformant arrays.
[wine] / dlls / rpcrt4 / ndr_marshall.c
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Dan Hipschmanrpcrt4: Initialize allocated pointers to NULL in Pointe...
2007-10-11  Dan Hipschmanrpcrt4, widl: Make pointer layouts compatible with...
2007-09-19  Rob Shearmanrpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
2007-07-19  Dmitry Timoshkovrpcrt4: Fix the buffer bounds check.
2007-07-16  Rob Shearmanrpcrt4: Never allocate memory for the discriminant...
2007-07-16  Rob Shearmanrpcrt4: Check to make sure there is enough data in...
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-06-26  Dan Hipschmanrpcrt4: Allow enums as union switch types.
2007-06-25  Rob Shearmanrpcrt4: Dereference the pointer passed to the marshalin...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling, unmarshalling and buffer...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling/unmarshalling for the...
2007-06-25  Rob Shearmanrpcrt4: Set PointerBufferMark to the buffer location...
2007-06-20  Rob Shearmanrpcrt4: Use the offset to array data in embedded pointe...
2007-06-19  Dan Hipschmanrpcrt4: Fix typo in union buffer size calculation.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Remove inaccurate comments.
2007-06-18  Rob Shearmanrpcrt4: Implement encapsulated union NDR functions.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-02-12  Rob Shearmanrpcrt4: The format structures used in the marshaling...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2006-11-13  Francois Gougetrpcrt4: Add some stub documentation headers to make...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-08-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-07-25  Phil Lodwickrpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Set BufferMark before calling EmbeddedPointerMa...
2006-07-24  Robert Shearmanrpcrt4: Support small fixed arrays in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Allocate memory based on MaxCount, not ActualCo...
2006-07-24  Robert Shearmanrpcrt4: Add support for marshaling the FC_HYPER base...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-05  Robert Shearmanrpcrt4: Implement varying array NDR functions.
2006-06-05  Robert Shearmanrpcrt4: Don't call NdrBaseTypeMemorySize from within...
2006-06-03  Robert Shearmanrpcrt4: The lifetime of the binding handle stored in...
2006-06-03  Robert Shearmanrpcrt4: Fix an incorrect format string pointer being...
2006-06-03  Robert Shearmanrpcrt4: Align the buffer correctly when marshaling...
2006-06-03  Robert Shearmanrpcrt4: Freeing a NULL context handle is allowed.
2006-06-03  Robert Shearmanrpcrt4: NdrClientContextMarshall/Unmarshall should...
2006-06-03  Robert Shearmanrpcrt4: Fix the unmarshaling of pointers in conformant...
2006-06-03  Robert Shearmanrpcrt4: CContext can be NULL in NDRCContextMarshall...
2006-06-03  Robert Shearmanrpcrt4: Fix the pointer count used when handling embedd...
2006-06-01  Mike McCormackrpcrt4: Implement NDRCContext(Un)marshall and NDRCConte...
2006-05-31  Huw Daviesrpcrt4: Add ENUM32 support to ComplexStructMemorySize.
2006-05-30  Robert Shearmanrpcrt4: Make UserMarshalFlags static.
2006-05-30  Robert Shearmanrpcrt4: We should never pass an fMustAlloc value of...
2006-05-30  Robert Shearmanrpcrt4: Make sure to set a unique pointer with an id...
2006-05-30  Robert Shearmanrpcrt4: Handle marshaling/unmarshaling full pointers.
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Robert Shearmanrpcrt4: Even though FC_DEREFERENCE conformance is handl...
2006-05-25  Mike McCormackrpcrt4: Stub implementations for NDRS marshalling funct...
2006-05-25  Robert Shearmanrpcrt4: Set the Memory field of the stub message struct...
2006-05-24  Mike McCormackrpcrt4: Add stub implementations for NDRCContext(Un...
2006-05-23  Huw Daviesrpcrt4: Add another static.
2006-05-23  Huw Daviesrpcrt4: Fix some comments and move the NdrSimpleType...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: We don't need to free object pointers if we...
2006-05-20  Robert Shearmanrpcrt4: Use macros to generate the code for unmarshalin...
2006-05-20  Robert Shearmanrpcrt4: Don't set the memory pointer to NULL before...
2006-05-20  Robert Shearmanrpcrt4: Make more internal functions static.
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
2006-05-18  Robert Shearmanrpcrt4: Handle interface pointers in EmbeddedComplexSize.
2006-05-18  Robert Shearmanrpcrt4: Implement NdrNonEncapsulatedUnionMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Fix the wire protocol of the user marshal funct...
2006-05-18  Robert Shearmanrpcrt4: Fix NdrConformantArrayMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Implement NdrUserMarshalMemorySize.
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...
2006-05-17  Robert Shearmanrpcrt4: Make some functions that aren't used outside...
2006-05-17  Robert Shearmanrpcrt4: Fill out more of the function tables with funct...
2006-05-17  Robert Shearmanrpcrt4: Raise an exception if there is no default handl...
2006-05-16  Robert Shearmanrpcrt4: Implement fixed array functions.
2006-05-16  Robert Shearmanrpcrt4: Remove the BUFFER_PARANOIA overestimates for...
2006-05-16  Robert Shearmanrpcrt4: Implement computing of conformance from a corre...
2006-05-16  Robert Shearmanrpcrt4: Fix conformant varying structs to comply to...
2006-05-16  Robert Shearmanrpcrt4: Don't duplicate the conformance calculating...
2006-05-16  Robert Shearmanrpcrt4: Implement conformant varying struct functions.
2006-05-16  Robert Shearmanrpcrt4: Implement more conformance operations and more...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrSimpleStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Fix the conformant struct functions to not...
2006-05-15  Robert Shearmanrpcrt4: In NdrConformantBufferSize, SizeConformance...
2006-05-15  Robert Shearmanrpcrt4: Save pStubMsg->ActualCount in a local variable...
2006-05-15  Robert Shearmanrpcrt4: Dereference the memory for pointers in NdrNonEn...
2006-05-15  Robert Shearmanrpcrt4: Rename ComplexStructSize to ComplexStructMemory...
next