ddraw: Use real handles for state blocks.
[wine] / dlls / rpcrt4 /
2006-10-16  Michael Stefaniucjanitorial: Remove redundant NULL checks before calling...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Robert Shearmanrpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc...
2006-10-03  Robert Shearmanrpcrt4: RpcBindingCopy is implemented.
2006-10-03  Robert Shearmanrpcrt4: Don't use HEAP_ZERO_MEMORY when most of the...
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-28  Thomas Weidenmuellerrpcrt4: Fix RpcMgmtSetServerStackSize prototype.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Add infrastructure to create and manage a varia...
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_QueryInterface.
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_AddRef,Release.
2006-09-07  Robert Shearmanrpcrt4: Make the reference counting in the standard...
2006-09-07  Robert Shearmanrpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuff...
2006-09-07  Robert Shearmanrpcrt4: Remove some unused code.
2006-09-07  Robert Shearmanrpcrt4: Rename ndr_midl.c to ndr_clientserver.c to...
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-29  Huw Daviesrpcrt4: Add a helper function to create a stub.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
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-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-08-16  Robert Shearmanrpcrt4: Move processing of the arguments from NdrClient...
2006-08-09  Robert Shearmanrpcrt4: Forward NdrClientCall to NdrClientCall2.
2006-08-09  Robert Shearmanrpcrt4: Add some more traces and make the stack offsets...
2006-08-09  Robert Shearmanrpcrt4: Change call_memory_sizer to preserve the buffer...
2006-08-09  Robert Shearmanrpcrt4: Set retval_ptr and allocate memory for out...
2006-08-09  Robert Shearmanrpcrt4: Support fixed arrays in calc_arg_size.
2006-08-09  Robert Shearmanrpcrt4: Complex types should be dereferenced an extra...
2006-08-09  Robert Shearmanrpcrt4: Fix the stack offset for the old format stubles...
2006-08-04  Robert Shearmanrpcrt4: Make the error output on a failed binding more...
2006-07-25  Phil Lodwickrpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Set BufferMark before calling EmbeddedPointerMa...
2006-07-24  Robert Shearmanrpcrt4: Improve the stubs for RpcImpersonateClient...
2006-07-24  Robert Shearmanrpcrt4: Support small fixed arrays in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Allocate memory based on MaxCount, not ActualCo...
2006-07-24  Robert Shearmanrpcrt4: Add support for marshaling the FC_HYPER base...
2006-07-18  Robert Shearmanrpcrt4: Display a big message box if the user tries...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-14  Robert Shearmanrpcrt4: Add the threading model and a description when...
2006-07-13  Robert Shearmanrpcrt4: Add a stub for I_RpcMapWin32Status.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
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 Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-30  Robert Shearmanrpcrt4: Add a stub for RpcMgmtSetServerStackSize.
2006-06-26  Huw Daviesrpcrt4: Calculate size of FC_STRUCT arguments correctly.
2006-06-21  Robert Shearmanrpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
2006-06-21  Robert Shearmanrpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
2006-06-20  Huw Daviesrpcrt4: Don't use a short to hold the packet length...
2006-06-19  Robert Shearmanrpcrt4: Move the packet manipulation from the exception...
2006-06-19  Robert Shearmanrpcrt4: Use the thread pool in the RPC server for proce...
2006-06-16  Huw Daviesrpcrt4: Fix the argument size of conformant arrays.
2006-06-14  Robert Shearmanrpcrt4: getaddrinfo returns any non-zero value on failu...
2006-06-13  Alexandre Julliardrpcrt4: Don't use sizeof in traces to avoid printf...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Don't raise an exception if there is no freer...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-09  Robert Shearmanrpcrt4: Now that there's a process-wide pool of connect...
2006-06-09  Robert Shearmanrpcrt4: Return the status received from RPCRT4_Send...
2006-06-09  Alexandre Julliardrpcrt4: Make the protseq_ops structure constant.
2006-06-08  Alexandre Julliardrpcrt4: Avoid potential redefinition of uuid_t.
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-06-08  Robert Shearmanrpcrt4: Fix the retrieval of This for interpreted proxies.
2006-06-08  Robert Shearmanrpcrt4: Implement full-pointer support for interpreted...
2006-06-05  Robert Shearmanrpcrt4: Implement varying array NDR functions.
2006-06-05  Robert Shearmanrpcrt4: Don't call NdrBaseTypeMemorySize from within...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
next