dsound: Add support for 24/32 bits input sound buffers.
[wine] / dlls / rpcrt4 /
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...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling, unmarshalling and buffer...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling/unmarshalling for the...
2007-06-25  Rob Shearmanrpcrt4: Set PointerBufferMark to the buffer location...
2007-06-25  Rob Shearmanrpcrt4: Try a lot harder to resuse existing connections...
2007-06-25  Rob Shearmanrpcrt4: Store the assoc_group_id field returned from...
2007-06-25  Rob Shearmanrpcrt4: When an exception is raised, return the stored...
2007-06-25  Rob Shearmanrpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions...
2007-06-25  Rob Shearmanrpcrt4: Close the connection if a protocol error or...
2007-06-25  Rob Shearmanrpcrt4: Return a fault packet if the interface/object...
2007-06-25  Rob Shearmanrpcrt4: Add a STUBLESS_FREE phase for freeing the alloc...
2007-06-25  Rob Shearmanrpcrt4: Add support for ServerAllocSize parameters.
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-20  Rob Shearmanrpcrt4: Use the offset to array data in embedded pointe...
2007-06-19  Dan Hipschmanrpcrt4: Fix typo in union buffer size calculation.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Remove inaccurate comments.
2007-06-19  Dan Hipschmanrpcrt4: Add encapsulated union tests.
2007-06-18  Rob Shearmanrpcrt4: Implement encapsulated union NDR functions.
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-18  Andrew Talbotrpcrt4: Exclude unused headers.
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-30  Rob Shearmanrpcrt4: Print the correct values when warning about...
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-04-03  Francois GougetAssorted spelling and English fixes.
2007-03-28  Rob Shearmanrpcrt4: Fixing the using of the auth_len values the...
2007-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Call CompleteAuthToken if InitializeSecurityCon...
2007-03-27  Rob Shearmanrpcrt4: Call InitializeSecurityContext from only one...
2007-03-27  Rob Shearmanrpcrt4: Retrieve the maximum token length from the...
next