rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the...
[wine] / dlls / rpcrt4 / rpc_transport.c
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
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-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: Rename protseq_ops to connection_ops to reflect...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-03  Robert Shearmanrpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc...
2006-10-03  Robert Shearmanrpcrt4: Don't use HEAP_ZERO_MEMORY when most of the...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
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-09  Alexandre Julliardrpcrt4: Make the protseq_ops structure constant.
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-03  Robert Shearmanrpcrt4: Skip over the right-hand-side data for the...
2006-06-03  Robert Shearmanrpcrt4: Print some more informative error messages...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Add functions for generating and parsing the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
2006-05-20  Robert Shearmanrpcrt4: Wait for all of the requested bytes to be retur...
2006-05-20  Robert Shearmanrpcrt4: Fix for the open functions in the transports...
2006-05-20  Robert Shearmanrpcrt4: Don't release the auth info if it isn't present.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-18  Robert Shearmanrpcrt4: Increment the call id field of the request...
2006-05-15  Francois Gougetrpcrt4: Fix some conditional includes.
2006-05-07  Robert Shearmanrpcrt4: Use getaddrinfo to get the sockaddr.
2006-04-21  Mike McCormackrpcrt4: Invalid sockets should have a value of -1.
2006-04-21  Mike McCormackrpcrt4: Add support for the ncacn_ip_tcp transport...
2006-04-21  Mike McCormackrpcrt4: Add a stub transport layer for ncacn_ip_tcp.
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-21  Mike McCormackrpcrt4: Move the connected check inside the named pipe...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...