mshtml: Added possibility to get node object from nsIDOMNode only if available.
[wine] / dlls / rpcrt4 /
2008-04-17  Austin EnglishSpelling fixes.
2008-04-16  Marcus Meissnerrpcrt4: Handle exit path where bind not allocated yet.
2008-04-16  Rob Shearmanrpcrt4: Test and fix I_RpcExceptionFilter.
2008-04-14  Rob Shearmanrpcrt4: Add buffer size checks to base type unmarshalling.
2008-04-11  Rob Shearmanrpcrt4: Implement I_RpcExceptionFilter.
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-04-01  Rob Shearmanrpcrt4: Improve trace in RPCRT4_find_interface to print...
2008-03-31  Andrew Talbotrpcrt4: Void functions should not return a value.
2008-03-28  Rob Shearmanrpcrt4: Print an error if an invalid client context...
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-03-21  Dan Hipschmanrpcrt4: Handle FC_ENUM16.
2008-03-20  Dan Hipschmanrpcrt4: Use correct count in rpcrt4_conn_np_write.
2008-03-17  Rob Shearmanrpcrt4: Add a stub for RpcCancelThreadEx.
2008-03-14  Andrew Talbotrpcrt4: Assign to structs instead of using memcpy.
2008-03-10  Rob Shearmanrpcrt4: Fix the pointer level being passed into call_un...
2008-03-10  Rob Shearmanrpcrt4: Fix -Oi interpreter for base types.
2008-03-10  Rob Shearmanrpcrt4: Check that the input to RPCRT4_strndupW was...
2008-03-06  Rob Shearmanrpcrt4: Use closesocket to close sockets and define...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-28  Paul Vriensrpcrt4/tests: Make tests run on win9x/NT4 again.
2008-02-28  Rob Shearmanrpcrt4: Add tests for RpcStringBindingParseA.
2008-02-28  Rob Shearmanrpcrt4: Don't crash in RpcStringBindingParseA/W if...
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.
next