rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation.
[wine] / dlls / rpcrt4 /
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-08-16  Robert Shearmanrpcrt4: Move processing of the arguments from NdrClient...
2006-08-09  Robert Shearmanrpcrt4: Forward NdrClientCall to NdrClientCall2.
2006-08-09  Robert Shearmanrpcrt4: Add some more traces and make the stack offsets...
2006-08-09  Robert Shearmanrpcrt4: Change call_memory_sizer to preserve the buffer...
2006-08-09  Robert Shearmanrpcrt4: Set retval_ptr and allocate memory for out...
2006-08-09  Robert Shearmanrpcrt4: Support fixed arrays in calc_arg_size.
2006-08-09  Robert Shearmanrpcrt4: Complex types should be dereferenced an extra...
2006-08-09  Robert Shearmanrpcrt4: Fix the stack offset for the old format stubles...
2006-08-04  Robert Shearmanrpcrt4: Make the error output on a failed binding more...
2006-07-25  Phil Lodwickrpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Set BufferMark before calling EmbeddedPointerMa...
2006-07-24  Robert Shearmanrpcrt4: Improve the stubs for RpcImpersonateClient...
2006-07-24  Robert Shearmanrpcrt4: Support small fixed arrays in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Allocate memory based on MaxCount, not ActualCo...
2006-07-24  Robert Shearmanrpcrt4: Add support for marshaling the FC_HYPER base...
2006-07-18  Robert Shearmanrpcrt4: Display a big message box if the user tries...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-14  Robert Shearmanrpcrt4: Add the threading model and a description when...
2006-07-13  Robert Shearmanrpcrt4: Add a stub for I_RpcMapWin32Status.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-30  Robert Shearmanrpcrt4: Add a stub for RpcMgmtSetServerStackSize.
2006-06-26  Huw Daviesrpcrt4: Calculate size of FC_STRUCT arguments correctly.
2006-06-21  Robert Shearmanrpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
2006-06-21  Robert Shearmanrpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
2006-06-20  Huw Daviesrpcrt4: Don't use a short to hold the packet length...
2006-06-19  Robert Shearmanrpcrt4: Move the packet manipulation from the exception...
2006-06-19  Robert Shearmanrpcrt4: Use the thread pool in the RPC server for proce...
2006-06-16  Huw Daviesrpcrt4: Fix the argument size of conformant arrays.
2006-06-14  Robert Shearmanrpcrt4: getaddrinfo returns any non-zero value on failu...
2006-06-13  Alexandre Julliardrpcrt4: Don't use sizeof in traces to avoid printf...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Don't raise an exception if there is no freer...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-09  Robert Shearmanrpcrt4: Now that there's a process-wide pool of connect...
2006-06-09  Robert Shearmanrpcrt4: Return the status received from RPCRT4_Send...
2006-06-09  Alexandre Julliardrpcrt4: Make the protseq_ops structure constant.
2006-06-08  Alexandre Julliardrpcrt4: Avoid potential redefinition of uuid_t.
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-06-08  Robert Shearmanrpcrt4: Fix the retrieval of This for interpreted proxies.
2006-06-08  Robert Shearmanrpcrt4: Implement full-pointer support for interpreted...
2006-06-05  Robert Shearmanrpcrt4: Implement varying array NDR functions.
2006-06-05  Robert Shearmanrpcrt4: Don't call NdrBaseTypeMemorySize from within...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-03  Robert Shearmanrpcrt4: Change ComputeConformance and ComputeVariance...
2006-06-03  Robert Shearmanrpcrt4: The lifetime of the binding handle stored in...
2006-06-03  Robert Shearmanrpcrt4: Fix an incorrect format string pointer being...
2006-06-03  Robert Shearmanrpcrt4: Skip over the right-hand-side data for the...
2006-06-03  Robert Shearmanrpcrt4: Align the buffer correctly when marshaling...
2006-06-03  Robert Shearmanrpcrt4: Freeing a NULL context handle is allowed.
2006-06-03  Robert Shearmanrpcrt4: NdrClientContextMarshall/Unmarshall should...
2006-06-03  Robert Shearmanrpcrt4: Fix the unmarshaling of pointers in conformant...
2006-06-03  Robert Shearmanrpcrt4: CContext can be NULL in NDRCContextMarshall...
2006-06-03  Robert Shearmanrpcrt4: Fix the pointer count used when handling embedd...
2006-06-03  Robert Shearmanrpcrt4: Print some more informative error messages...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-06-02  Robert Shearmanrpcrt4: Add functions for generating and parsing the...
2006-06-02  Robert Shearmanrpcrt4: Implement I_RpcAllocate and I_RpcFree.
2006-06-02  Robert Shearmanrpcrt4: Don't send the unused part of the allocated...
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-06-01  Mike McCormackrpcrt4: Implement NDRCContext(Un)marshall and NDRCConte...
2006-05-31  Huw Daviesrpcrt4: Add ENUM32 support to ComplexStructMemorySize.
2006-05-30  Robert Shearmanrpcrt4: Make UserMarshalFlags static.
2006-05-30  Robert Shearmanrpcrt4: We should never pass an fMustAlloc value of...
2006-05-30  Robert Shearmanrpcrt4: Make sure to set a unique pointer with an id...
2006-05-30  Robert Shearmanrpcrt4: If the number of pointers is 0 for NdrFullPoint...
2006-05-30  Robert Shearmanrpcrt4: Handle marshaling/unmarshaling full pointers.
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Robert Shearmanrpcrt4: Even though FC_DEREFERENCE conformance is handl...
2006-05-26  Robert Shearmanrpcrt4: Return the actual status code sent back by...
2006-05-25  Mike McCormackrpcrt4: Stub implementations for NDRS marshalling funct...
2006-05-25  Robert Shearmanrpcrt4: Set the Memory field of the stub message struct...
2006-05-25  Robert Shearmanrpcrt4: Implement explicit generic binding handles.
next