dmstyle: Assign to structs instead of using memcpy.
[wine] / dlls / rpcrt4 /
2008-02-25  Rob Shearmanrpcrt4: Include ws2tcpip.h instead of Unix headers...
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-15  Rob Shearmanrpcrt4: Add some traces to async_notifier_proc.
2008-02-11  Paul Vriensrpcrt4/tests: Don't crash on WinXP SP3.
2008-02-11  Paul Vriensrpcrt4/tests: Vista uses the same status values as...
2008-02-08  Paul Vriensrpcrt4/tests: Skip rest of the tests if we fail.
2008-02-08  Paul Vriensrpcrt4/tests: Change test for Windows 2003.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks on error paths in...
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks in RPCRT4_Receive.
2008-02-04  Rob Shearmanrpcrt4: Fix memory leaks in the rpc tests.
2008-02-04  Rob Shearmanrpcrt4: Fix some incorrect checks in RPCRT4_Receive.
2008-01-23  Rob Shearmanrpcrt4: Check the return value of RPCRT4_ClientAuthoriz...
2008-01-23  Rob Shearmanrpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA...
2008-01-23  Rob Shearmanrpcrt4: Fix the error handling in RpcBindingSetAuthInfo...
2008-01-23  Marcus Meissnerrpcrt4: Initialize CurrentHeader.
2008-01-22  Rob Shearmanrpcrt4: Don't set BufferStart and BufferEnd in NdrStubC...
2008-01-21  Rob Shearmanrpcrt4: Remove some unimplemented win9x-only spec entries.
2008-01-21  Rob Shearmanrpcrt4: Move the receiving of an individual fragment...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2008-01-17  Rob Shearmanrpcrt4: Only initialise the context handle to NULL...
2008-01-17  Rob Shearmanrpcrt4: Add an exception handler for stubless object...
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2008-01-16  Rob Shearmanrpcrt4: Add tests for RPC_FC_P_DEREF|RPC_FC_P_ONSTACK...
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-16  Rob Shearmanrpcrt4: Move the setting of retval_ptr outside of any...
2008-01-15  Rob Shearmanrpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_n...
2008-01-14  Rob Shearmanrpcrt4: The initialisation of [out] variables in the...
2008-01-14  Rob Shearmanrpcrt4: Handle complex arrays in calc_arg_size.
2008-01-14  Rob Shearmanrpcrt4: Fix the calculation of element sizes for comple...
2008-01-14  Rob Shearmanrpcrt4: Add traces to the start of TowerConstruct and...
2008-01-14  Rob Shearmanrpcrt4: Don't print fixmes for NDR types without a...
2008-01-14  Rob Shearmanrpcrt4: Add support for calculating the memory size...
2008-01-14  Rob Shearmanrpcrt4: Allocate a context handle if a NULL GUID is...
2008-01-11  Rob Shearmanrpcrt4: Split RPCRT4_process_packet out into separate...
2008-01-09  Rob Shearmanrpcrt4: Fix a memory leak in the cstub tests.
2008-01-09  Rob Shearmanrpcrt4: Fix memory leaks in the ndr_marshall tests.
2008-01-09  Rob Shearmanrpcrt4: Fix memory leak in NdrFullPointerXlatFree.
2008-01-09  Rob Shearmanrpcrt4: Fix a leak of msg in RPCRT4_io_thread on the...
2008-01-09  Rob Shearmanrpcrt4: Implement NdrMapCommAndFaultStatus.
2008-01-09  Rob Shearmanrpcrt4: Use send on a socket instead of write as it...
2008-01-08  Rob Shearmanrpcrt4: Improve error handling in RPCRT4_io_thread...
2008-01-08  Rob Shearmanrpcrt4: Bind to the server interface in I_RpcGetBuffer...
2008-01-08  Rob Shearmanrpcrt4: Remove some unused includes.
2008-01-08  Rob Shearmanrpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer.
2008-01-07  Rob Shearmanrpcrt4: Set ReservedForRuntime to NULL in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Implement RpcAsyncInitializeHandle.
2008-01-07  Rob Shearmanrpcrt4: Add tests for some async RPC functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for asynchronous functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for I_RpcAsyncSetHandle and I_RpcAsyn...
2008-01-07  Rob Shearmanrpcrt4: Call NdrCorrelationInitialize and NdrCorrelatio...
2008-01-07  Rob Shearmanrpcrt4: Add stubs for NdrCorrelationInitialize, NdrCorr...
2008-01-07  Rob Shearmanrpcrt4: ndr_stubless.h should include ndrtypes.h as...
2008-01-07  Rob Shearmanrpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Add tests for the RPC_MESSAGE members set by...
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2008-01-07  Rob Shearmanrpcrt4: Print fixme's if the serialize or no-serialize...
2008-01-07  Rob Shearmanrpcrt4: Pass the interface identifier to the lower...
2008-01-07  Rob Shearmanrpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
2008-01-07  Rob Shearmanrpcrt4: Add some tests for NdrGetBuffer and NdrFreeBuffer.
2008-01-07  Rob Shearmanrpcrt4: Update todos.
2007-12-31  Rob Shearmanrpcrt4: Fix NdrGetBuffer to set the correct fields...
2007-12-31  Rob Shearmanrpcrt4: Make some variables in the tests static.
2007-12-31  Rob Shearmanrpcrt4: Add tests for NdrServerInitializeNew.
2007-12-31  Rob Shearmanrpcrt4: Fix the MIDL_STUB_MESSAGE fields set by NdrServ...
2007-12-31  Rob Shearmanrpcrt4: Fix a case of destroying a context handle witho...
2007-12-31  Rob Shearmanrpcrt4: Keep a track of server context handles allocate...
2007-12-31  Rob Shearmanrpcrt4: Implement NdrConformantStringMemorySize.
2007-12-31  Rob Shearmanrpcrt4: Add some tests for non-conformant strings.
2007-12-31  Rob Shearmanrpcrt4: Implement non-conformant string functions.
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Add tests for varying and conformant varying...
2007-12-26  Rob Shearmanrpcrt4: Add tests for low-level context handle functions.
2007-12-26  Rob Shearmanrpcrt4: Implement low-level context handle support.
2007-12-26  Rob Shearmanrpcrt4: Implement higher-level NDR server context handl...
2007-12-26  Rob Shearmanrpcrt4: Move low-level NDR context handle functions...
2007-12-23  Rob Shearmanrpcrt4: Set pStubMsg->BufferMark in NdrConformantVaryin...
2007-12-21  Rob Shearmanrpcrt4: Fix a memory leak from the get_filename call...
2007-12-21  Rob Shearmanrpcrt4: Print an error if stub buffer pointer is passed...
2007-12-20  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to always...
2007-12-19  Rob Shearmanrpcrt4: Don't use BufferEnd in RpcStream_Write.
2007-12-19  Rob Shearmanrpcrt4: Initialise memory passed into RPCs in the serve...
2007-12-19  Rob Shearmanrpcrt4: Memory should only be cleared in ComplexUnmarsh...
2007-12-19  Rob Shearmanrpcrt4: Fix the ALIGN_POINTER_CLEAR macro.
2007-12-18  Rob Shearmanrpcrt4: Implement I_RpcGetCurrentCallHandle.
2007-12-18  Michael Stefaniucrpcrt4: Add missing LeaveCriticalSection. Found by...
2007-12-18  Rob Shearmanrpcrt4: Add a stub for I_RpcGetCurrentCallHandle.
2007-12-18  Rob Shearmanrpcrt4: Don't copy memory from the buffer in NdrConform...
2007-12-18  Francois Gougetrpcrt4: Add an rpcasync.h header stub and fix the RpcEr...
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.
2007-12-17  Rob Shearmanrpcrt4: Make a server association when a bind packet...
2007-12-17  Rob Shearmanrpcrt4: Return an error from rpcrt4_conn_tcp_read if...
2007-12-17  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to use buffer...
2007-12-17  Rob Shearmanrpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in Point...
2007-12-17  Rob Shearmanrpcrt4: Clear padding inserted into the buffer during...
2007-12-14  Rob Shearmaninclude: Make RpcRaiseException DECLSPEC_NORETURN,...
2007-12-14  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_tcp_read.
next