kernel: Remove no longer needed includes.
[wine] / dlls / rpcrt4 /
2006-05-05  Huw Daviesrpcrt4: Support for non-encapsulated unions.
2006-05-05  Mike McCormackrpcrt4: Add stub implementations for RPC authentication...
2006-04-21  Mike McCormackrpcrt4: Invalid sockets should have a value of -1.
2006-04-21  Mike McCormackrpcrt4: Add support for the ncacn_ip_tcp transport...
2006-04-21  Mike McCormackrpcrt4: Add a stub transport layer for ncacn_ip_tcp.
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-21  Mike McCormackrpcrt4: Move the connected check inside the named pipe...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...
2006-04-21  Mike McCormackrpcrt4: Allocate RpcServerProtseq in a single place.
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-20  Mike McCormackrpcrt4: Use a separate function to open each protseq.
2006-04-20  Mike McCormackrpcrt4: Abstract access to the connection's waitable...
2006-04-20  Robert Shearmanrpcrt4: Don't apply the offset to the pointer passed...
2006-04-20  Robert Shearmanrpcrt4: Free all pointers by default, except for confor...
2006-04-20  Robert Shearmanrpcrt4: Fix some memory leaks.
2006-04-20  Robert Shearmanrpcrt4: Use the documented NDR_PROC_HEADER_EXTS structure.
2006-04-20  Robert Shearmanrpcrt4: Use INTERPRETER_OPT_FLAGS in ndrtypes.h instead...
2006-04-20  Robert Shearmanrpcrt4: Store the return value on the stack for interpr...
2006-04-20  Robert Shearmanrpcrt4: Correctly fill in StackTop for stubless clients...
2006-04-20  Robert Shearmanrpcrt4: There's no need to set stubMsg.StackTop twice.
2006-04-20  Robert Shearmanrpcrt4: Fix the MSVC version of call_server_func.
2006-04-19  Mike McCormackrpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
2006-04-19  Mike McCormackrpcrt4: Make RPCRT4_Send more compatible with write(2).
2006-04-19  Mike McCormackrpcrt4: Make RPCRT4_Receive more compatible with read(2).
2006-04-19  Mike McCormackrpcrt4: Simplify RPCRT4_OpenConnection() a little.
2006-04-19  Mike McCormackrpcrt4: Split code to open a pipe from RPCRT4_OpenConne...
2006-04-19  Mike McCormackrpcrt4: Isolate code to open named pipes out of RPCRT4_...
2006-04-19  Mike McCormackrpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqB...
2006-04-19  Mike McCormackrpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInq...
2006-04-14  Dmitry Timoshkovrpcrt4: Constify NDR function tables.
2006-03-01  Robert Shearmanrpcrt4: Change the stubless parameter attributes to...
2006-03-01  Robert Shearmanrpcrt4: Implement marshaling and unmarshaling for enum...
2006-02-07  Robert Shearmanrpcrt4: Don't call IUnknown_AddRef if there is no outer...
2006-02-03  Robert Shearmanrpcrt4: Restrict stubless FC types to the range of...
2006-02-03  Robert Shearmanrpcrt4: Raise exceptions in NdrSendReceive if I_RpcSend...
2006-01-31  Robert Shearmanrpcrt4: Handle the RPC_FC_PROC_BYVAL flag correctly...
2006-01-31  Robert Shearmanrpcrt4: Only attempt to marshal an object if it is...
2006-01-30  Robert Shearmanrpcrt4: Fill in the IRpcStubBuffer vtables for interfac...
2006-01-20  Robert Shearmanrpc: Replace the hack that detected stubless proxies...
2006-01-20  Robert Shearmanrpc: Skip over the right number of bytes in new correla...
2006-01-18  Robert Shearmanrpcrt4: Clear the newly allocated memory used for compl...
2006-01-18  Robert Shearmanrpcrt4: Fix the sending of >5800 byte messages by only...
2006-01-14  Alexandre Julliardrpcrt4: Fixed asm syntax for rep; movsl.
2006-01-10  Robert Shearmanrpcrt4: Remove the unused RPCRT4_GetPSFactory function.
2006-01-10  Robert Shearmanrpcrt4: Don't release the interface pointer on failure.
2006-01-09  Robert Shearmanrpcrt4: Improve ReadVariance.
2006-01-09  Robert Shearmanrpcrt4: Validate complex array format string.
2006-01-06  Robert Shearmanrpcrt4: Compute variance for complex arrays
2006-01-06  Robert Shearmanrpcrt4: Call NdrStubCall2 when dealing with a pure...
2006-01-05  Robert Shearmanrpcrt4: Implement NdrClientCall2 and NdrServerCall2.
2006-01-03  Robert Shearmanrpcrt4: Implement callback conformance.
2006-01-03  Robert Shearmanrpcrt4: Fix race condition in RpcServerListen.
2005-11-29  Robert ShearmanAdd a function to retrieve the MIDL_SERVER_INFO struct...
2005-11-29  Robert ShearmanThe CLSID can be substituted by an IID present in one...
2005-11-29  Robert ShearmanReturn the correct error code from NdrProxyErrorHandler.
2005-11-29  Robert ShearmanRaise exceptions on failures.
2005-11-29  Robert ShearmanFix the overflow check to not depend on pStubMsg->Buffe...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Robert ShearmanMake sure to fill out the MIDL_STUB_MESSAGE structure in
2005-11-28  Robert ShearmanImplement conformant varying array functions.
2005-11-28  Robert ShearmanImplement conformant struct functions.
2005-11-28  Robert ShearmanImplement FC_STRUCTPAD2 for complex types.
2005-11-28  Robert ShearmanAdd functions for marshaling base types (ints, floats...
2005-11-28  Robert ShearmanExtend conformance computation function to also compute...
2005-11-28  Robert ShearmanFix NdrConformantArrayBufferSize to include the size...
2005-11-28  Robert ShearmanWe should always allocate in NdrConformantStringUnmarsh...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Vincent BéronMark some functions as implemented in the spec files.
2005-10-31  Huw DaviesMarshal enums.
2005-10-26  Huw DaviesStubs for NdrStubForwardingFunction and NdrCStdStubBuff...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Ge van GeldorpFix NdrServerContextMarshall prototype.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Robert Shearman- Implement most of the details around unmarshalling...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Robert ShearmanAdd stubs for NdrMapCommAndFaultStatus, conformant...
2005-08-03  Robert ShearmanDon't free previous buffer in NdrGetBuffer.
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-07-22  Francois GougetFix the NdrVaryingArrayUnmarshall prototype (reported by
2005-07-19  Robert ShearmanIRpcStubBuffer_Disconnect can be called more than once.
2005-07-18  Robert ShearmanAdd stubs for most of the NDR marshaling functions.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-06-08  Robert Shearman- Don't pass the PROFILE_SERVER flag in to CreateNamedP...
2005-06-07  Robert ShearmanMake NdrInterfacePointer* more reliable.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Mike HearnInitialize DataRepresentation in NdrClientInitializeNew...
2005-06-01  Robert Shearman- Improve tracing.
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2005-05-13  Robert Shearman- Fix RpcServerListen so that it doesn't return
next