rpcrt4: Implement NdrMapCommAndFaultStatus.
[wine] / dlls / rpcrt4 / tests / ndr_marshall.c
2008-01-09  Rob Shearmanrpcrt4: Implement NdrMapCommAndFaultStatus.
2008-01-07  Rob Shearmanrpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Add tests for the RPC_MESSAGE members set by...
2008-01-07  Rob Shearmanrpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
2008-01-07  Rob Shearmanrpcrt4: Add some tests for NdrGetBuffer and NdrFreeBuffer.
2007-12-31  Rob Shearmanrpcrt4: Add tests for NdrServerInitializeNew.
2007-12-31  Rob Shearmanrpcrt4: Add some tests for non-conformant strings.
2007-12-17  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to use buffer...
2007-12-14  Rob Shearmanrpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7...
2007-12-14  Rob ShearmanRevert "rpcrt4: Try to free every non-stack pointer...
2007-12-13  Rob Shearmanrpcrt4: Add tests for freeing non-NdrAllocate allocated...
2007-12-12  Rob Shearmanrpcrt4: Try to free every non-stack pointer in PointerF...
2007-12-12  Rob Shearmanrpcrt4: Store allocated memory in a singly-linked list...
2007-12-12  Rob Shearmanrpcrt4: Make the NdrAllocate tests pass on XP SP2 and...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantArrayUnmarshall to use buffer...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-07  Rob Shearmanrpcrt4: Improve PointerFree to not free buffer memory.
2007-12-05  Rob Shearmanrpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall...
2007-12-04  Rob Shearmanrpcrt4: Add tests for a pointer to a conformant strings.
2007-12-03  Rob Shearmanrpcrt4: Initialise the memory in test_simple_struct_mar...
2007-11-27  Rob Shearmanrpcrt4: Fix the tests for up_enum16.
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-05-29  Francois Gougetrpcrt4/tests: Fix a Visual C++ double to float conversi...
2007-05-29  Francois Gougetrpcrt4/tests: Fix signed/unsigned and 32/64bit issues...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-13  Huw Daviesrpcrt4: Tests that show that the allocation rules for...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-11  Francois Gougetrpcrt4: Give a proper name to some formerly reserved...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetrpcrt4: Don't return void values. This fixes Visual...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...