rpcrt4: Only attempt to marshal an object if it is non-NULL.
[wine] / dlls / rpcrt4 / rpc_server.c
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.