richedit: Now painting the newly supported underline types.
[wine] / dlls / rpcrt4 /
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.
2007-12-14  Rob Shearmanrpcrt4: Update TODO list.
2007-12-14  Rob Shearmanrpcrt4: Document NdrAllocate.
2007-12-14  Rob Shearmanrpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7...
2007-12-14  Rob Shearmanrpcrt4: Free the base pointer in PointerFree when freei...
2007-12-14  Rob Shearmanrpcrt4: Fix the check in NdrPointerFree.
2007-12-14  Rob Shearmanrpcrt4: NdrStubGetBuffer shouldn't set BufferStart...
2007-12-14  Rob ShearmanRevert "rpcrt4: Try to free every non-stack pointer...
2007-12-13  Rob Shearmanrpcrt4: Add tests for freeing non-NdrAllocate allocated...
2007-12-12  Rob Shearmanrpcrt4: Try to free every non-stack pointer in PointerF...
2007-12-12  Rob Shearmanrpcrt4: Store allocated memory in a singly-linked list...
2007-12-12  Rob Shearmanrpcrt4: Make the NdrAllocate tests pass on XP SP2 and...
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
2007-12-10  Rob Shearmanrpcrt4: Pass the USER_MARSHAL_CB structure into user...
2007-12-10  Rob Shearmanrpcrt4: NdrRangeUnmarshall is implemented so add it...
2007-12-10  Rob Shearmanrpcrt4: Implement NdrConformantArrayMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Add a missing break in DllMain.
2007-12-08  Rob Shearmanrpcrt4: Save the buffer in EmbeddedPointerMemorySize...
2007-12-08  Rob Shearmanrpcrt4: Fix the return value from NdrSimpleStructMemory...
2007-12-08  Rob Shearmanrpcrt4: Add a trace to NdrBaseTypeMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Implement PointerMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantStructUnmarshall to use buffer...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memor...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantArrayUnmarshall to use buffer...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-07  Rob Shearmanrpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait...
2007-12-07  Rob Shearmanrpcrt4: Implement NdrConformantStructFree.
2007-12-07  Rob Shearmanrpcrt4: Improve PointerFree to not free buffer memory.
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak caused by NdrFullPointerXlatF...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak when freeing an association...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
2007-12-05  Rob Shearmanrpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall...
2007-12-05  Rob Shearmanrpcrt4: Set fMustAlloc to TRUE when unmarshalling an...
2007-12-04  Rob Shearmanrpcrt4: Add tests for a pointer to a conformant strings.
2007-12-04  Rob Shearmanrpcrt4: Set the destination pointer in PointerUnmarshal...
2007-12-04  Rob Shearmanrpcrt4: Handle all non-continuable exceptions in CStdSt...
2007-12-04  Rob Shearmanrpcrt4: Put the delegating stub thunks in an executable...
2007-12-04  Rob Shearmanrpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubIni...
2007-12-04  Rob Shearmanrpcrt4: Flesh out more of the IRpcChannelBuffer vtable...
2007-12-03  Rob Shearmanrpcrt4: Test that the string retrieved from get_name...
2007-12-03  Rob Shearmanrpcrt4: Reverse the conditions for which *pPointer...
2007-12-03  Rob Shearmanrpcrt4: Initialise the memory in test_simple_struct_mar...
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
2007-11-30  Rob Shearmanrpcrt4: Improve PointerUnmarshall to cope with keeping...
2007-11-30  Rob Shearmanrpcrt4: Move forcing of fMustAlloc to NULL to the calle...
2007-11-30  Rob Shearmanrpcrt4: EmbeddedPointerUnmarshall doesn't need to chang...
2007-11-30  Rob Shearmanrpcrt4: Errors in sending or receiving packets should...
2007-11-29  Rob Shearmanrpcrt4: Fix an integer overflow in NdrConformantStructM...
2007-11-29  Rob Shearmanrpcrt4: Fix some more potential buffer overflows.
2007-11-29  Rob Shearmanrpcrt4: Check there is enough space in the buffer and...
2007-11-29  Rob Shearmanrpcrt4: Check for integer overflows when increasing...
2007-11-27  Rob Shearmanrpcrt4: Fix the tests for up_enum16.
2007-11-27  Michael Stefaniucrpcrt4: socket() returns -1 on error so check the retur...
2007-11-21  Rob Shearmanrpcrt4: Raise an exception if a NULL ref-pointer is...
2007-11-19  Rob Shearmanrpcrt4: Hold the thread-data's critical section while...
2007-11-13  Francois Gougetrpcrt4: Add some missing prototypes and better match...
2007-11-13  Rob Shearmanrpcrt4: Fix a copy and paste mistake in declaring threa...
2007-11-13  Francois Gougetrpcrt4: Add an API documentation stub to make winapi_ch...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-11-07  Rob Shearmanrpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCa...
2007-11-07  Rob Shearmanrpcrt4: Add a stub for RpcErrorStartEnumeration.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
next