dinput: Keep the list of all the dinput devices created for each IDIrectInput object.
[wine] / dlls / rpcrt4 / rpc_server.c
2007-07-05  Rob Shearmanrpcrt4: Return a fault packet if the proc num exceeds...
2007-07-05  Rob Shearmanrpcrt4: Call RPCRT4_Send directly from PKT_RECEIVE...
2007-07-05  Rob Shearmanrpcrt4: Translate between NCA and RPC status codes.
2007-06-25  Rob Shearmanrpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions...
2007-06-25  Rob Shearmanrpcrt4: Return a fault packet if the interface/object...
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-02-06  Francois Gougetrpcrt4: Improve the prototypes Win64 compatibility...
2007-01-23  Rob Shearmanrpcrt4: Make the fixme for an unhandled packet type...
2007-01-04  Rob Shearmanrpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkIte...
2007-01-02  Rob Shearmanrpcrt4: A NULL IfSpec in RpcServerUnregisterIf should...
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: Create one protseq object per used protocol...
2006-11-10  Rob Shearmanrpcrt4: Don't store the endpoint in the protseq.
2006-11-10  Rob Shearmanrpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
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-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-09-28  Thomas Weidenmuellerrpcrt4: Fix RpcMgmtSetServerStackSize prototype.
2006-06-30  Robert Shearmanrpcrt4: Add a stub for RpcMgmtSetServerStackSize.
2006-06-21  Robert Shearmanrpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-18  Mike McCormackrpcrt4: Add a stub implementation for RpcMgmtIsServerLi...
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-04-21  Mike McCormackrpcrt4: Allocate RpcServerProtseq in a single place.
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-20  Mike McCormackrpcrt4: Abstract access to the connection's waitable...
2006-04-20  Robert Shearmanrpcrt4: Fix some memory leaks.
2006-04-19  Mike McCormackrpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqB...
2006-04-19  Mike McCormackrpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInq...
2006-01-03  Robert Shearmanrpcrt4: Fix race condition in RpcServerListen.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-05-13  Robert Shearman- Fix RpcServerListen so that it doesn't return
2005-03-19  Robert ShearmanFix deadlock caused by not leaving the critical section...
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-02-15  Robert ShearmanFix RPC server thread race.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-19  Vincent BéronFix various function prototypes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Mike McCormackAvoid non-standard types in rpcdcep.h.
2004-06-17  Mike HearnRemove the RPC connection cache as Windows does not...
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraFix some RPC prototypes to get it compiling with W32API.
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-09  Ove KaavenAvoid freeing request packet too early if an exception...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-21  Gregory M. TurnerImplemented RpcObjectSetType.
2003-11-20  Gregory M. Turner- Trace the argument to RPCRT4_server_thread.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
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.