rpcrt4: Convert the named pipe server code to look directly into the
[wine] / dlls / rpcrt4 / ndr_marshall.c
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...
2006-05-15  Robert Shearmanrpcrt4: Fix embedded pointers in arrays by taking into...
2006-05-15  Robert Shearmanrpcrt4: The arm type mask should be comparing the highe...
2006-05-15  Robert Shearmanrpcrt4: Make ComplexStructSize increment the buffer.
2006-05-15  Robert Shearmanrpcrt4: Pass in the buffer value before incrementing...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexArrayMemorySize.
2006-05-15  Robert Shearmanrpcrt4: The NDR memory sizing functions should incremen...
2006-05-15  Robert Shearmanrpcrt4: Make NdrBaseTypeMemorySize increment the buffer...
2006-05-15  Robert Shearmanrpcrt4: Make NdrConformantStringUnmarshall use the...
2006-05-10  Robert Shearmanrpcrt4: Use the buffer passed in as an argument and...
2006-05-10  Robert Shearmanrpcrt4: Align conformances and variances correctly...
2006-05-10  Robert Shearmanrpcrt4: Move the writing and sizing of variances and...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer to read/write array...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer before reading/writi...
2006-05-10  Robert Shearmanrpcrt4: Rename NonEncapsulatedUnionSize to NdrNonEncaps...
2006-05-10  Robert Shearmanrpcrt4: Remove unintuitive requirement to pass the...
2006-05-07  Robert Shearmanrpcrt4: Implement NdrConformantVaryingArrayFree.
2006-05-07  Robert Shearmanrpcrt4: Dereference the pointer if necessary only after...
2006-05-07  Robert Shearmanrpcrt4: Improve the traces in the pointer functions.
2006-05-05  Huw Daviesrpcrt4: Support for non-encapsulated unions.
2006-04-20  Robert Shearmanrpcrt4: Don't apply the offset to the pointer passed...
2006-04-20  Robert Shearmanrpcrt4: Free all pointers by default, except for confor...
2006-04-14  Dmitry Timoshkovrpcrt4: Constify NDR function tables.
2006-03-01  Robert Shearmanrpcrt4: Implement marshaling and unmarshaling for enum...
2006-01-20  Robert Shearmanrpc: Skip over the right number of bytes in new correla...
2006-01-18  Robert Shearmanrpcrt4: Clear the newly allocated memory used for compl...
2006-01-09  Robert Shearmanrpcrt4: Improve ReadVariance.
next