rpcrt4: Don't copy memory from the buffer in NdrConformantStringUnmarshall if we...
[wine] / dlls / rpcrt4 / tests /
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-11  Rob Shearmanwidl: Add support for non-basetype return types.
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-04  Rob Shearmanrpcrt4: Set the destination pointer in PointerUnmarshal...
2007-12-04  Rob Shearmanrpcrt4: Flesh out more of the IRpcChannelBuffer vtable...
2007-12-03  Rob Shearmanrpcrt4: Test that the string retrieved from get_name...
2007-12-03  Rob Shearmanrpcrt4: Initialise the memory in test_simple_struct_mar...
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
2007-11-27  Rob Shearmanrpcrt4: Fix the tests for up_enum16.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-11-05  Dan Hipschmanrpcrt4/tests: Initialize memory in the get_name test.
2007-11-02  Rob Shearmanrpcrt4: Add a test for the pointers in [in,out] pointer...
2007-10-22  Dan Hipschmanwidl: Fix problems with variable-size user types.
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
2007-10-15  Dan Hipschmanrpcrt4/tests: Free memory from one of the tests.
2007-10-11  Dan Hipschmanrpcrt4, widl: Make pointer layouts compatible with...
2007-10-09  Dan Hipschmanwidl: Make structs containing user types bogus; fix...
2007-10-09  Dan Hipschmanrpcrt4/tests: Make server.idl compatible with MIDL.
2007-09-27  Alexandre Julliardrpcrt4/tests: Remove static keywords that hide test...
2007-09-27  Dan Hipschmanwidl: Fix string codes in pointer descriptions.
2007-09-27  Dan Hipschmanwidl: Fix top-level conformant arrays with pointer...
2007-09-20  Dan Hipschmanwidl: Handle top-level conformance for complex arrays.
2007-09-20  Dan Hipschmanwidl: Respect pointer attributes better.
2007-09-19  Dan Hipschmanwidl: Implement complex arrays.
2007-09-19  Dan Hipschmanwidl: Implement pointer descriptions for complex struct...
2007-09-14  Dan Hipschmanwidl: Add padding to the end of complex structures.
2007-09-10  Dan Hipschmanwidl: Allow size_is on strings.
2007-09-10  Dan Hipschmanwidl: Implement NDR for struct field alignment.
2007-09-10  Dan Hipschmanwidl: Fix top-level and callback conformances.
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-06-26  Dan Hipschmanwidl: Allow enums as union switch types.
2007-06-26  Dan Hipschmanrpcrt4/tests: Wrap a try/except block around tests.
2007-06-26  Dan Hipschmanwidl: Get simple enums working.
2007-06-25  Rob Shearmanrpcrt4: Don't use add on the sizes of array elements...
2007-06-21  Dan Hipschmanwidl: Add tests for arrays of pointers.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Add encapsulated union tests.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal pointer attributes.
2007-06-14  Dan Hipschmanwidl: Test structure argument marshalling.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-06  Dan Hipschmanwidl: Implement conformant structure handling.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-31  Dan Hipschmanrpcrt4: Fix build of test on Solaris by renaming a...
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-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Handle pointers in unions.
2007-05-25  Dan Hipschmanrpcrt4: Fix test typo.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-04-26  Dan Hipschmanrpcrt4: Add a testcase for RPCs with fixed-size arrays.
2007-04-26  Dan Hipschmanrpcrt4: Add tests for RPC and widl generated code.
2007-04-13  Dan Hipschmanrpcrt4: Add tests for RpcServerListen and friends.
2007-03-13  Huw Daviesrpcrt4: Tests that show that the allocation rules for...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-12  Paul Vriensrpcrt4/tests: Cast-qual warning fixes.
2007-01-11  Francois Gougetrpcrt4: Give a proper name to some formerly reserved...
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
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-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
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-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
next