rpcrt4: Align conformances and variances correctly, according the the DCE/RPC spec.
[wine] / dlls / rpcrt4 / ndr_marshall.c
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.
2006-01-09  Robert Shearmanrpcrt4: Validate complex array format string.
2006-01-06  Robert Shearmanrpcrt4: Compute variance for complex arrays
2006-01-03  Robert Shearmanrpcrt4: Implement callback conformance.
2005-11-29  Robert ShearmanFix the overflow check to not depend on pStubMsg->Buffe...
2005-11-28  Robert ShearmanImplement conformant varying array functions.
2005-11-28  Robert ShearmanImplement conformant struct functions.
2005-11-28  Robert ShearmanImplement FC_STRUCTPAD2 for complex types.
2005-11-28  Robert ShearmanAdd functions for marshaling base types (ints, floats...
2005-11-28  Robert ShearmanExtend conformance computation function to also compute...
2005-11-28  Robert ShearmanFix NdrConformantArrayBufferSize to include the size...
2005-11-28  Robert ShearmanWe should always allocate in NdrConformantStringUnmarsh...
2005-10-31  Huw DaviesMarshal enums.
2005-09-08  Ge van GeldorpFix NdrServerContextMarshall prototype.
2005-09-02  Robert Shearman- Implement most of the details around unmarshalling...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-03  Robert ShearmanAdd stubs for NdrMapCommAndFaultStatus, conformant...
2005-07-18  Robert ShearmanAdd stubs for most of the NDR marshaling functions.
2005-06-01  Robert Shearman- Improve tracing.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-11-30  Eric PouechConst correctness fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenImplemented "dereference" pointer flag.
2003-04-26  Alexandre JulliardAdded a few stubs needed by the generated oaidl_p.c.
2003-02-17  Ove KaavenNDR marshalling fixes.
2003-02-11  Marcus MeissnerFixed undefined operation compiler warning.
2003-02-01  Ove KaavenImplemented marshalling of pointers, simple and complex...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-01  Greg TurnerFix stupid clone of broken macro, found by Marcus.
2002-10-31  Greg Turner- Use appropriate per-platform NDR_LOCAL Data Represent...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-31  Greg TurnerRename the *_32_READ macros to *_UINT32_READ for clarity.
2002-10-30  Marcus MeissnerFixed LITTLE_ENDIAN_32_READ macro to at least compile.
2002-10-29  Greg Turner- more comments and comment-cleanup
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Distinguish between actual paranoia and meaningful...
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-28  Greg TurnerFix endianness dependency in the (there is only one...
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...