rpcrt4: For TCP endpoints, bind to all the address and ports that getaddrinfo for...
[wine] / dlls / rpcrt4 /
2006-11-09  Rob Shearmanrpcrt4: For TCP endpoints, bind to all the address...
2006-11-09  Rob Shearmanrpcrt4: Use MaxCalls from the protseq when determining...
2006-11-09  Rob Shearmanrpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-11-08  Michael Stefaniucrpcrt4: For Win64 compatibility use a temp variable...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Rob Shearmanrpcrt4: Remove unnecessary quotes in traces, as debugst...
2006-10-31  Rob Shearmanrpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt...
2006-10-31  Rob Shearmanrpcrt4: Improve the debug messages for failures in...
2006-10-31  Rob Shearmanrpcrt4: Set the socket back to blocking in rpcrt4_conn_...
2006-10-31  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_ip_tcp_open that would...
2006-10-31  Rob Shearmanrpcrt4: Convert the named pipe server code to look...
2006-10-31  Rob Shearmanrpcrt4: Eliminate the extra thread used for RPC over...
2006-10-27  Rob Shearmanrpcrt4: The allocation hint in request and response...
2006-10-27  Rob Shearmanrpcrt4: Don't terminate the loop on the buffer becoming...
2006-10-27  Rob Shearmanrpcrt4: Fix RPCRT4_Receive to accept authentication...
2006-10-25  Rob Shearmanrpcrt4: Move transport-specific server functions to...
2006-10-20  Damjan Jovanovicrpcrt4: Added support for RPC TCP servers.
2006-10-16  Robert Shearmanrpcrt4: Add a critical section to protect the connectio...
2006-10-16  Robert Shearmanrpcrt4: Convert the protseq list into a standard Wine...
2006-10-16  Robert Shearmanrpcrt4: Abstract out the way incoming connections are...
2006-10-16  Robert Shearmanrpcrt4: Rename protseq_ops to connection_ops to reflect...
2006-10-16  Robert Shearmanrpcrt4: Create a server thread for each protseq.
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...
next