mshtml: Always load URLs without a base URL through Wine.
[wine] / dlls / rpcrt4 / rpc_server.c
2003-09-15  Mike HearnMove packet linked list tail forward correctly on push.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-05-22  Ove KaavenInitial support for RPC call failures, by catching...
2003-05-21  Ove KaavenFor RPC servers, don't deallocate the RPC request packe...
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-04-19  Ove KaavenFixed a race condition on RPC worker thread creation...
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-11-01  Greg TurnerFix some problems found by winapi_check.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-23  Greg TurnerFixed a tiny trace bug.
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-21  Greg TurnerStubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
2002-10-19  Greg TurnerFix up RpcMgmtWaitServerListen to be less incorrect.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.