wined3d: Remove some redundant checks in the vertexdeclaration() state handler.
[wine] / dlls / rpcrt4 /
2007-03-13  Huw Daviesrpcrt4: Tests that show that the allocation rules for...
2007-03-08  Francois Gougetrpcrt4: Fix a file handle leak in RPCRT4_RPCSSOnDemandC...
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-03-01  Rob Shearmanrpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn...
2007-02-28  Rob Shearmanrpcrt4: Set TCP_NODELAY on the socket for the ncacn_ip_...
2007-02-21  Rob Shearmanrpcrt4: Fix a memory leak in I_RpcSendReceive caused...
2007-02-21  Rob Shearmanrpcrt4: Add documentation for the I_Rpc* RPC message...
2007-02-12  Rob Shearmanrpcrt4: The format structures used in the marshaling...
2007-02-12  Alexandre Julliardrpcrt4: Enter new named pipe connections into the proto...
2007-02-07  Francois Gougetrpcrt4: Better match the PSDK types and fix the winapi_...
2007-02-06  Francois Gougetrpcrt4: Improve the prototypes Win64 compatibility...
2007-01-25  Andrew Talbotrpcrt4: Declare some functions static.
2007-01-25  Rob Shearmanrpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don...
2007-01-25  Rob Shearmanrpcrt4: Stash away NetworkOptions passed in from the...
2007-01-24  Rob Shearmanrpcrt4: When copying quality of service, deep copy...
2007-01-24  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_open_pipe.
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-23  Rob Shearmanrpcrt4: Try to avoid partial named pipe read/writes...
2007-01-23  Rob Shearmanrpcrt4: Make the fixme for an unhandled packet type...
2007-01-22  Rob Shearmanrpcrt4: Handle security quality of service flags releva...
2007-01-22  Rob Shearmanrpcrt4: Track the security quality of service settings...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-12  Paul Vriensrpcrt4/tests: Cast-qual warning fixes.
2007-01-11  Francois Gougetrpcrt4: Give a proper name to some formerly reserved...
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2007-01-04  Rob Shearmanrpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkIte...
2007-01-02  Rob Shearmanrpcrt4: A NULL IfSpec in RpcServerUnregisterIf should...
2006-12-18  Rob Shearmanrpcrt4: Free the resource allocated by InitializeSecuri...
2006-12-14  Dmitry Timoshkovrpcrt4: Make some data const.
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-22  Rob Shearmanrpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DE...
2006-11-22  Rob Shearmanrpcrt4: Allow applications to specify authentication...
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add support for signing, verifying, encrypting...
2006-11-15  Rob Shearmanrpcrt4: Fix a crash in RPCRT4_OpenBinding that can...
2006-11-15  Rob Shearmanrpcrt4: Add a FIXME for unsupported client protocol...
2006-11-13  Rob Shearmanrpcrt4: Implement RpcServerUnregisterIf.
2006-11-13  Rob Shearmanrpcrt4: Convert the server interfaces list into a stand...
2006-11-13  Rob Shearmanrpcrt4: Fix a comment and move a WARN to where it reall...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Francois Gougetrpcrt4: Add some stub documentation headers to make...
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-10  Alexandre Julliardrpcrt4: Avoid a sizeof in a trace.
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  Rob Shearmanrpcrt4: Correctly align the results in the RPC Bind...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4: Bring the function definitions in sync with...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
2006-11-09  Rob Shearmanrpcrt4: For TCP endpoints, bind to all the address...
2006-11-09  Rob Shearmanrpcrt4: Use MaxCalls from the protseq when determining...
2006-11-09  Rob Shearmanrpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-11-08  Michael Stefaniucrpcrt4: For Win64 compatibility use a temp variable...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Rob Shearmanrpcrt4: Remove unnecessary quotes in traces, as debugst...
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-27  Rob Shearmanrpcrt4: The allocation hint in request and response...
2006-10-27  Rob Shearmanrpcrt4: Don't terminate the loop on the buffer becoming...
2006-10-27  Rob Shearmanrpcrt4: Fix RPCRT4_Receive to accept authentication...
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: 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: Rename protseq_ops to connection_ops to reflect...
2006-10-16  Robert Shearmanrpcrt4: Create a server thread for each protseq.
2006-10-16  Michael Stefaniucjanitorial: Remove redundant NULL checks before calling...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Robert Shearmanrpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc...
2006-10-03  Robert Shearmanrpcrt4: RpcBindingCopy is implemented.
2006-10-03  Robert Shearmanrpcrt4: Don't use HEAP_ZERO_MEMORY when most of the...
2006-10-02  Francois Gougetrpcrt4: Don't return void values. This fixes Visual...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Thomas Weidenmuellerrpcrt4: Fix RpcMgmtSetServerStackSize prototype.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
next