wined3d: Fixed a bug that the 8600M GT could not be detected.
[wine] / dlls / rpcrt4 /
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
2007-12-10  Rob Shearmanrpcrt4: Pass the USER_MARSHAL_CB structure into user...
2007-12-10  Rob Shearmanrpcrt4: NdrRangeUnmarshall is implemented so add it...
2007-12-10  Rob Shearmanrpcrt4: Implement NdrConformantArrayMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Add a missing break in DllMain.
2007-12-08  Rob Shearmanrpcrt4: Save the buffer in EmbeddedPointerMemorySize...
2007-12-08  Rob Shearmanrpcrt4: Fix the return value from NdrSimpleStructMemory...
2007-12-08  Rob Shearmanrpcrt4: Add a trace to NdrBaseTypeMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Implement PointerMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantStructUnmarshall to use buffer...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memor...
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: Use an alertable wait in rpcrt4_protseq_np_wait...
2007-12-07  Rob Shearmanrpcrt4: Implement NdrConformantStructFree.
2007-12-07  Rob Shearmanrpcrt4: Improve PointerFree to not free buffer memory.
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak caused by NdrFullPointerXlatF...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak when freeing an association...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
2007-12-05  Rob Shearmanrpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall...
2007-12-05  Rob Shearmanrpcrt4: Set fMustAlloc to TRUE when unmarshalling an...
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: Handle all non-continuable exceptions in CStdSt...
2007-12-04  Rob Shearmanrpcrt4: Put the delegating stub thunks in an executable...
2007-12-04  Rob Shearmanrpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubIni...
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: Reverse the conditions for which *pPointer...
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-30  Rob Shearmanrpcrt4: Improve PointerUnmarshall to cope with keeping...
2007-11-30  Rob Shearmanrpcrt4: Move forcing of fMustAlloc to NULL to the calle...
2007-11-30  Rob Shearmanrpcrt4: EmbeddedPointerUnmarshall doesn't need to chang...
2007-11-30  Rob Shearmanrpcrt4: Errors in sending or receiving packets should...
2007-11-29  Rob Shearmanrpcrt4: Fix an integer overflow in NdrConformantStructM...
2007-11-29  Rob Shearmanrpcrt4: Fix some more potential buffer overflows.
2007-11-29  Rob Shearmanrpcrt4: Check there is enough space in the buffer and...
2007-11-29  Rob Shearmanrpcrt4: Check for integer overflows when increasing...
2007-11-27  Rob Shearmanrpcrt4: Fix the tests for up_enum16.
2007-11-27  Michael Stefaniucrpcrt4: socket() returns -1 on error so check the retur...
2007-11-21  Rob Shearmanrpcrt4: Raise an exception if a NULL ref-pointer is...
2007-11-19  Rob Shearmanrpcrt4: Hold the thread-data's critical section while...
2007-11-13  Francois Gougetrpcrt4: Add some missing prototypes and better match...
2007-11-13  Rob Shearmanrpcrt4: Fix a copy and paste mistake in declaring threa...
2007-11-13  Francois Gougetrpcrt4: Add an API documentation stub to make winapi_ch...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-11-07  Rob Shearmanrpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCa...
2007-11-07  Rob Shearmanrpcrt4: Add a stub for RpcErrorStartEnumeration.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-11-05  Dan Hipschmanrpcrt4: Initialize allocated pointers to NULL in Pointe...
2007-11-05  Dan Hipschmanrpcrt4/tests: Initialize memory in the get_name test.
2007-11-05  Rob Shearmanrpcrt4: Factorise out the argument processing from...
2007-11-05  Rob Shearmanrpcrt4: Move some type definitions from ndr_stubless...
2007-11-05  Rob Shearmanrpcrt4: Add a small bit of documentation as to what...
2007-11-02  Rob Shearmanrpcrt4: Add a test for the pointers in [in,out] pointer...
2007-10-25  Gerald Pfeiferrpcrt4: Initialize variable to avoid compiler warning.
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-19  Rob Shearmanrpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
2007-09-19  Rob Shearmanrpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Relea...
2007-09-14  Dan Hipschmanwidl: Add padding to the end of complex structures.
2007-09-12  Rob Shearmanrpcrt4: Fix a trace in RPCRT4_SecurePacket.
2007-09-12  Rob Shearmanrpcrt4: Correctly handle the failure of RPCRT4_SecurePa...
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-08-22  Andrew Talbotrpcrt4: Constify some variables.
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
2007-07-23  Rob Shearmanrpcrt4: Convert bind ack and nack reject reasons into...
2007-07-19  Dmitry Timoshkovrpcrt4: Fix the buffer bounds check.
2007-07-18  Rob Shearmanrpcrt4: Add some more RPC to NCA status code mappings.
2007-07-16  Rob Shearmanrpcrt4: Never allocate memory for the discriminant...
2007-07-16  Rob Shearmanrpcrt4: Check to make sure there is enough data in...
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-07-13  Rob Shearmanrpcrt4: Make binding to an interface a function of...
2007-07-05  Rob Shearmanrpcrt4: Return a fault packet if the proc num exceeds...
2007-07-05  Rob Shearmanrpcrt4: Call RPCRT4_Send directly from PKT_RECEIVE...
2007-07-05  Rob Shearmanrpcrt4: Translate between NCA and RPC status codes.
2007-06-27  Rob Shearmanrpcrt4: Store the assoc_group_id in the connections.
2007-06-27  Rob Shearmanrpcrt4: Make pointers to RPCRT4_BuildBindHeader and...
2007-06-27  Rob Shearmanrpcrt4: Remove the unused AuthInfo field from the RpcAs...
2007-06-26  Dan Hipschmanwidl: Allow enums as union switch types.
2007-06-26  Dan Hipschmanrpcrt4: 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: Dereference the pointer passed to the marshalin...
next