ws2_32/tests: Add SO_ERROR [set|get]sockopt tests.
[wine] / dlls / rpcrt4 / rpc_server.h
2011-04-26  Marcus Meissnerrpcrt4: Mark internal symbols with hidden visibility.
2009-12-14  Rob Shearmanrpcrt4: Implement RpcServerRegisterAuthInfoA/W.
2009-03-30  Rob Shearmanrpcrt4: Free the memory allocated for the protseq and...
2009-03-23  Rob Shearmanrpcrt4: Free the resources associated with server proto...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-09-12  Rob Shearmanrpcrt4: Free the memory for a registered interface...
2006-11-13  Rob Shearmanrpcrt4: Implement RpcServerUnregisterIf.
2006-11-13  Rob Shearmanrpcrt4: Convert the server interfaces list into a stand...
2006-11-10  Rob Shearmanrpcrt4: Don't store the endpoint in the protseq.
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-10-25  Rob Shearmanrpcrt4: Move transport-specific server functions to...
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: Create a server thread for each protseq.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.