wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / rpcrt4 /
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...
2009-01-26  Alexandre Julliardrpcrt4: Don't align the buffer pointer in ComplexStruct...
2009-01-26  Rob Shearmanrpcrt4: Fix buffer overflow in UUID tests.
2009-01-23  Rob Shearmanrpcrt4: Remove the NDR version check from NdrClientCall...
2009-01-23  Rob Shearmanrpcrt4: Don't declare functions that aren't exported...
2009-01-23  Hans Leidekkerrpcrt4: Move NdrGetUserMarshalInfo stub near user marsh...
2009-01-22  Juan Langrpcrt4: Use pseudo-random numbers to generate UUIDs...
2009-01-21  Hans Leidekkerrpcrt4: Add a stub implementation of NdrGetUserMarshalInfo.
2009-01-19  Andrew Talbotrpcrt4: Declare some functions static.
2009-01-14  Francois Gougetrpcrt4/tests: Add a trailing '\n' to ok() calls.
2009-01-13  Ge van Geldorprpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test...
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-12  Rob Shearmanrpcrt4: Unmarshalling functions should always set fMust...
2009-01-12  Michael Stefaniucinclude: Use ULONG in rpcdcep.h for Win64 compatibility.
2009-01-09  Alexandre Julliardrpcrt4/tests: Fix an uninitialized pointer check for...
2009-01-08  Alexandre Julliardrpcrt4: Fix an unused value warning on non-i386.
2009-01-08  Alexandre Julliardrpcrt4/tests: Avoid printing pointer differences in...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  Francois GougetAssorted spelling fixes.
2009-01-06  Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2009-01-04  Michael Stefaniucinclude: Change unsigned long to ULONG in rpcdce.h...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-12-22  Alexandre Julliardrpcrt4: Disable TCP/IP connection support if we don...
2008-12-17  Francois Gougetrpcrt4/tests: Fix the trailing '\n' in an ok() call.
2008-12-16  Paul Vriensrpcrt4/tests: Move function pointer initialization...
2008-12-16  Paul Vriensrpcrt4/tests: Use GetModuleHandle instead of LoadLibrary.
2008-12-04  Alexandre Julliardrpcrt4: Make a variable static.
2008-11-29  Alexandre Julliardrpcrt4: Create the NumMethods key too when registering...
2008-11-29  Alexandre Julliardrpcrt4: Use RegDeleteTree to properly unregister interf...
2008-11-29  Alexandre Julliardrpcrt4: Convert the dll registration routines to Unicode.
2008-11-26  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2008-11-20  Alexandre Julliardrpcrt4/tests: Fix test failures on Win9x.
2008-11-19  Ricardo Filiperpcrt4: Fixed dead increments (llvm/clang).
2008-11-07  Andrew Talbotrpcrt4: Sign-compare warnings fix.
2008-10-23  Stefan Leichterrpcrt4: Add stub for MesEncodeDynBufferHandleCreate.
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-10-14  Juan Langrpcrt4: Add tests for UuidCreate.
2008-10-14  Rob Shearmanrpcrt4: The type referred to by the wire_marshal attrib...
2008-10-02  Huw Daviesrpcrt4: Actually set an unmarshalled object ptr to...
2008-09-23  Rob Shearmanrpcrt4: Don't call VirtualFree with MEM_RELEASE and...
2008-09-23  Hans Leidekkerrpcrt4: Add stub implementations for RpcMgmtInqStats...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leak of 0-byte buffer allocated...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leaks of hdr in error paths in RPCRT...
2008-09-12  Rob Shearmanrpcrt4: Don't crash in NdrDllGetClassObject when a...
2008-09-12  Rob Shearmanrpcrt4: Print error messages from RPC message functions...
2008-09-12  Rob Shearmanrpcrt4: Free the memory for a registered interface...
2008-09-11  Alexandre Julliardrpcrt4/tests: Fix a couple of test failures on Windows.
2008-09-11  Paul Vriensrpcrt4/tests: Fix some failures on XP-SP3.
2008-09-08  Rob Shearmanrpcrt4: Change type of len parameter of NdrAllocate...
2008-09-08  Rob Shearmanrpcrt4: Fix typo in unescape_string_binding_componentW.
2008-09-08  Rob Shearmanrpcrt4: Only start the RpcSs process for handles to...
2008-09-03  James Hawkinsrpcrt4: Fix a failing test in Vista.
2008-09-03  James Hawkinsrpcrt4: Remove a test that was replaced by a better...
2008-08-29  James Hawkinsrpcrt4: Fix several test failures in Vista.
2008-08-28  Paul Vriensrpcrt4/tests: Skip ok check for win9x.
2008-08-27  Rob Shearmanrpcrt4: Add tests for RpcBindingReset.
2008-08-19  Rob Shearmanrpcrt4: Implement RpcBindingReset.
2008-08-19  Rob Shearmanrpcrt4: Don't get or create an association for bindings...
2008-08-19  Rob Shearmanrpcrt4: Check for previous association being NULL in...
2008-08-19  Rob Shearmanrpcrt4: Test the endpoint mapper for the ncalrpc protse...
2008-08-18  Rob Shearmanrpcrt4: Remove unreachable code in EmbeddedComplexSize.
2008-08-18  Rob Shearmanrpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBin...
next