rpcrt4: Make sure we don't try to free a pointer twice.
[wine] / dlls / rpcrt4 / tests / server.c
2011-06-13  Alexandre Julliardwidl: Default to the cdecl calling convention in client...
2011-06-09  Alexandre Julliardrpcrt4/tests: Add a few more marshalling tests.
2011-02-04  Huw Daviesrpcrt4/tests: Add a test for marshalling a pointer...
2010-03-23  Rob Shearmanrpcrt4: Add test for [out] non-conformant array.
2010-03-19  Rob Shearmanrpcrt4: Add tests for a complex array of pointers.
2009-12-16  Paul Vriensrpcrt4/tests: Skip more tests on Win9x/WinMe.
2009-12-16  Paul Vriensrpcrt4/tests: Don't crash on NT4.
2009-12-15  Hans Leidekkerrpcrt4: Avoid test failures on win9x.
2009-12-14  Hans Leidekkerrpcrt4: Add tests for RPC calls with authentication.
2009-12-04  Alexandre Julliardrpcrt4/tests: Skip the get_ranged_enum test on old...
2009-11-18  Rob Shearmanrpcrt4: Add tests for full pointers.
2009-11-12  Rob ShearmanRevert "rpcrt4: The get_ranged_enum test doesn't work...
2009-11-11  Rob Shearmanrpcrt4: The get_ranged_enum test doesn't work on Window...
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
2009-11-04  Hans Leidekkerrpcrt4: Add a test for the ncalrpc protocol sequence.
2009-06-15  Francois Gougetrpcrt4/tests: Replace malloc() with HeapAlloc().
2009-05-28  Alexandre Julliardrpcrt4/tests: Disable some tests that crash on Windows.
2009-04-07  Rob Shearmanrpcrt4: Fix context handle test on Vista upwards.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-14  Francois Gougetrpcrt4/tests: Add a trailing '\n' to ok() calls.
2009-01-13  Ge van Geldorprpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test...
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-12-16  Paul Vriensrpcrt4/tests: Move function pointer initialization...
2008-10-14  Rob Shearmanrpcrt4: The type referred to by the wire_marshal attrib...
2008-08-28  Paul Vriensrpcrt4/tests: Skip ok check for win9x.
2008-07-01  Alexandre Julliardwidl: Add some support for unencapsulated unions that...
2008-06-23  Rob Shearmanrpcrt4: Fix NdrConformantVaryingStructUnmarshall to...
2008-06-23  Rob Shearmanrpcrt4: Add test for using a conformant varying structu...
2008-06-18  Rob Shearmanrpcrt4: Reduce the timeout of waiting on the stop event...
2008-06-10  Rob Shearmanrpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CAL...
2008-05-07  Rob Shearmanrpcrt4: Add better traces for the server test.
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-02-28  Paul Vriensrpcrt4/tests: Make tests run on win9x/NT4 again.
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Add tests for varying and conformant varying...
2007-12-26  Rob Shearmanrpcrt4: Add tests for low-level context handle functions.
2007-12-21  Rob Shearmanrpcrt4: Fix a memory leak from the get_filename call...
2007-12-19  Rob Shearmanrpcrt4: Initialise memory passed into RPCs in the serve...
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
2007-12-04  Rob Shearmanrpcrt4: Set the destination pointer in PointerUnmarshal...
2007-12-03  Rob Shearmanrpcrt4: Test that the string retrieved from get_name...
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
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-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-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-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.