mshtml: Added IHTMLWindow2::get_screen implementation.
[wine] / dlls / rpcrt4 /
2009-11-29  Rob Shearmanrpcrt4: Fix memory leak in test_conf_complex_struct.
2009-11-29  Rob Shearmanrpcrt4: Fix uninitialised memory read in ndr_marshall...
2009-11-18  Rob Shearmanrpcrt4: Add tests for full pointers.
2009-11-18  Rob Shearmanrpcrt4: Fix the pointer saved during full pointer unmar...
2009-11-18  Rob Shearmanrpcrt4: Fix the return value of NdrFullPointerQueryRefI...
2009-11-18  Rob Shearmanrpcrt4: Add test for calling NdrFullPointerQueryRefId...
2009-11-16  Rob Shearmanrpcrt4: Implement comm_status and fault_status handling...
2009-11-16  Rob Shearmanrpcrt4: Don't crash with a NULL binding handle in RpcBi...
2009-11-16  Rob Shearmanrpcrt4: Ignore the network address for ncalrpc in is_ep...
2009-11-16  Rob Shearmanrpcrt4: Fix potential NULL pointer access in process_bi...
2009-11-12  Hans Leidekkerrpcrt4: Add tests for RpcBindingInqAuthInfo.
2009-11-12  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthInfo{, Ex}.
2009-11-12  Rob ShearmanRevert "rpcrt4: The get_ranged_enum test doesn't work...
2009-11-12  Rob Shearmanrpcrt4: Replace sizeofs with FIELD_OFFSET in RPCRT4_Bui...
2009-11-12  Rob Shearmanrpcrt4: Stop searching through transfer syntaxes in...
2009-11-11  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthClient{, Ex}.
2009-11-11  Rob Shearmanrpcrt4: Support multiple interfaces and transfer syntax...
2009-11-11  Rob Shearmanrpcrt4: The get_ranged_enum test doesn't work on Window...
2009-11-10  Marcus Meissnerrpcrt4: Compare network options correctly (Coverity).
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
2009-11-04  Hans Leidekkerrpcrt4: Add a test for the ncalrpc protocol sequence.
2009-11-04  Hans Leidekkerrpcrt4: Correct spelling of RPC_C_QOS_IDENTITY_STATIC...
2009-10-27  Alexandre Julliardrpcrt4: Specify the full application path when starting...
2009-10-26  Huw Daviesrpcrt4: Move the full pointer table init to after a...
2009-10-22  Alexandre Julliardrpcrt4/tests: Fix a double free (Valgrind).
2009-10-09  Alexandre Julliardrpcrt4/tests: Remove tests for specific values of bit...
2009-09-24  Ge van Geldorprpcrt4/tests: Fix cstub test on Win7.
2009-09-22  Hans Leidekkerrpcrt4: Add stub implementations of NdrMesTypeDecode2...
2009-08-31  Francois Gougetrpcrt4: Fix compilation on systems that don't support...
2009-08-31  Francois Gougetrpcrt4/tests: Fix compilation on systems that don't...
2009-08-20  Juan Langrpcrt4: Allow Annotation to be NULL.
2009-08-18  Alexandre Julliardrpcrt4: Assign a unique id to the connection instead...
2009-08-17  Huw Daviesrpcrt4: Add support for FC_ALIGNM2.
2009-07-03  Alexandre Julliardrpcrt4: Replace long and unsigned long by more appropri...
2009-06-25  Alexandre Julliardrpcrt4: Add call frame annotations in x86 assembly...
2009-06-19  Alexandre Julliardrpcrt4: Fix memory sizes of marshalled pointers on...
2009-06-19  Alexandre Julliardrpcrt4/tests: Fix the marshalling test for Win9x.
2009-06-19  Alexandre Julliardrpcrt4/tests: Fix the marshalling test for Win64.
2009-06-15  Francois Gougetrpcrt4/tests: Replace malloc() with HeapAlloc().
2009-06-15  Alexandre Julliardrpcrt4: Add appropriate stdcall decorations to assembly...
2009-06-10  Alexandre Julliardrpcrt4: Adjust the start of the proxy virtual table...
2009-06-05  Francois Gougetrpcrt4/tests: Make dummy_Release() static.
2009-06-03  Alexandre Julliardrpcrt4: Add checks for the number of methods being...
2009-06-03  Alexandre Julliardrpcrt4/tests: Add tests for the contents of virtual...
2009-06-03  Alexandre Julliardrpcrt4: Add support for proxy delegation.
2009-06-03  Alexandre Julliardrpcrt4: Split the vtbl initialization in NdrDllGetClass...
2009-06-01  Alexandre Julliardrpcrt4: Retrieve the stubless information for the thunk...
2009-06-01  Alexandre Julliardrpcrt4: Use the same allocation technique as delegated...
2009-06-01  Alexandre Julliardrpcrt4: Return the stack size from the ObjectStubless...
2009-06-01  Alexandre Julliardrpcrt4: Allocate the delegated stubs vtbl only once...
2009-06-01  Alexandre Julliardrpcrt4: Change the allocation of delegated stub methods...
2009-06-01  Alexandre Julliardrpcrt4/tests: Fix a few more broken tests on NT4.
2009-05-28  Alexandre Julliardrpcrt4/tests: Disable some tests that crash on Windows.
2009-05-28  Alexandre Julliardrpcrt4/tests: Remove tests for v1 memory list, the...
2009-05-28  Alexandre Julliardrpcrt4/tests: Mark some stub message tests broken for...
2009-05-28  Alexandre Julliardrpcrt4: Fix compiler warnings on 64-bit.
2009-05-28  Alexandre Julliardrpcrt4: Implement NdrPointerMemorySize and enable the...
2009-05-28  Alexandre Julliardrpcrt4/tests: Enable some tests that no longer crash...
2009-05-28  Alexandre Julliardrpcrt4/tests: Comment out a couple of tests that crash...
2009-05-27  Alexandre Julliardrpcrt4: Fix the PSFactoryBuffer proxy refcounting,...
2009-05-27  Alexandre Julliardrpcrt4/tests: Fix a number of 64-bit issues in the...
2009-05-27  Alexandre Julliardrpcrt4: Internal functions don't need to be WINAPI.
2009-05-13  Francois Gougetrpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_de...
2009-05-06  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2009-04-21  Michael Stefaniucrpcrt4: Replace some usage of the long type.
2009-04-20  Paul Vriensrpcrt4: Fix NdrDllCanUnloadNow.
2009-04-08  Rob Shearmanrpcrt4: Add a Win32 implementation of ncacn_ip_tcp...
2009-04-08  Rob Shearmanrpcrt4: Factor out non-Win32 compatible parts of the...
2009-04-07  Rob Shearmanrpcrt4: Compile in RPC over HTTP support even if HAVE_S...
2009-04-07  Rob Shearmanrpcrt4: Fix context handle test on Vista upwards.
2009-03-31  Nikolay Sivovrpcrt4: Implemented RpcEpRegisterW wrapping RpcEpRegisterA.
2009-03-30  Rob Shearmanrpcrt4: Free the memory allocated for the protseq and...
2009-03-30  Rob Shearmanrpcrt4: RpcServerUseProtseqEp(..., NULL, ...) should...
2009-03-26  Austin Englishrpcrt4/test: Change a skip to win_skip.
2009-03-26  Rob Shearmanrpcrt4: Ensure that only the IP/IPv6 address families...
2009-03-26  Rob Shearmanrpcrt4: Allow listening on dynamically generated ncacn_...
2009-03-26  Rob Shearmanrpcrt4: Re-use already registered endpoints for a proto...
2009-03-26  Alexandre Julliardrpcrt4: Disable HTTP support if we don't have socketpai...
2009-03-26  Huw Daviesrpcrt4: Dynamically allocate the buffer if the fixed...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-03-25  Rob Shearmanrpcrt4: Implement stubless asynchronous NDR interpreter.
2009-03-24  Rob Shearmanrpcrt4: Fix crash when calling RpcServerUseProtseq...
2009-03-23  Rob Shearmanrpcrt4: Fix a memory leak in union unmarshall functions...
2009-03-23  Rob Shearmanrpcrt4: Implement NdrRangeUnmarshall for enum types.
2009-03-23  Rob Shearmanrpcrt4: Simplify some code in RpcServerInqBindings...
2009-03-23  Rob Shearmanrpcrt4: Free the resources associated with server proto...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-03-12  Alexandre Julliardrpcrt4: Use RpcMsg->Buffer instead of BufferStart since...
2009-03-11  Rob Shearmanrpcrt4: Add a check for a NULL ref pointer to NdrPointe...
2009-02-24  Rob Shearmanrpcrt4: Fix use of uninitialised variable in NdrDllRegi...
2009-02-23  Francois Gougetrpcrt4/tests: Use win_skip() to skip over unimplemented...
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-02-09  Juan Langrpcrt4: Don't abort reading from a pipe if a single...
2009-02-06  Rob Shearmanrpcrt4: Change the test of CStdStubBuffer->pPSFactory...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-29  Rob Shearmanrpcrt4: Fix a cstub test failure on older versions...
2009-01-28  Rob Shearmanrpcrt4: Add tests for NdrGetUserMarshalInfo.
2009-01-28  Rob Shearmanrpcrt4: Implement NdrGetUserMarshalInfo.
2009-01-28  Rob Shearmanrpcrt4: Don't test for a specific value for fBufferVali...
next