gdi32: Set current position properly after ArcTo.
[wine] / dlls / rpcrt4 /
2007-06-21  Dan Hipschmanwidl: Add tests for arrays of pointers.
2007-06-20  Rob Shearmanrpcrt4: Use the offset to array data in embedded pointe...
2007-06-19  Dan Hipschmanrpcrt4: Fix typo in union buffer size calculation.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Remove inaccurate comments.
2007-06-19  Dan Hipschmanrpcrt4: Add encapsulated union tests.
2007-06-18  Rob Shearmanrpcrt4: Implement encapsulated union NDR functions.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal pointer attributes.
2007-06-14  Dan Hipschmanwidl: Test structure argument marshalling.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-06  Dan Hipschmanwidl: Implement conformant structure handling.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-31  Dan Hipschmanrpcrt4: Fix build of test on Solaris by renaming a...
2007-05-29  Francois Gougetrpcrt4/tests: Fix a Visual C++ double to float conversi...
2007-05-29  Francois Gougetrpcrt4/tests: Fix signed/unsigned and 32/64bit issues...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Handle pointers in unions.
2007-05-25  Dan Hipschmanrpcrt4: Fix test typo.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-04-30  Rob Shearmanrpcrt4: Print the correct values when warning about...
2007-04-26  Dan Hipschmanrpcrt4: Add a testcase for RPCs with fixed-size arrays.
2007-04-26  Dan Hipschmanrpcrt4: Add tests for RPC and widl generated code.
2007-04-13  Dan Hipschmanrpcrt4: Add tests for RpcServerListen and friends.
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-03-28  Rob Shearmanrpcrt4: Fixing the using of the auth_len values the...
2007-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Call CompleteAuthToken if InitializeSecurityCon...
2007-03-27  Rob Shearmanrpcrt4: Call InitializeSecurityContext from only one...
2007-03-27  Rob Shearmanrpcrt4: Retrieve the maximum token length from the...
2007-03-27  Rob Shearmanrpcrt4: Make some parameters of non-exported functions...
2007-03-27  Rob Shearmanrpcrt4: Implement associations which are intermediary...
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-03-14  Rob Shearmanrpcrt4: Unmarshal NULL OLE interfaces properly by handl...
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...
next