- ada6162 rpcrt4: Make the reference counting in the standard proxy thread-safe. by Robert Shearman · 19 years ago
- 3e01da1 rpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuffer object since by Robert Shearman · 19 years ago
- 3535b70 rpcrt4: Remove some unused code. by Robert Shearman · 19 years ago
- 5515633 rpcrt4: Rename ndr_midl.c to ndr_clientserver.c to more accurately by Robert Shearman · 19 years ago
- 583ae12 rpcrt4: Move NdrStub* functions to cstub.c and move NdrProxy* by Robert Shearman · 19 years ago
- d28698d rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub. by Huw Davies · 19 years ago
- 161f600 rpcrt4: Add a helper function to create a stub. by Huw Davies · 19 years ago
- 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
- 487c691 rpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy up of the implementation. by Huw Davies · 19 years ago
- f42f727 rpcrt4: Tests for CStdStubBuffer_Connect and fixes to make them pass. by Huw Davies · 19 years ago
- cadc398 rpcrt4: Add tests for CreateStub and fix up CStdStubBuffer_Construct to match. by Huw Davies · 19 years ago
- 6a0fccd rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation. by Huw Davies · 19 years ago
- a5dcb3e rpcrt4: Tests for NdrDllGetClassObject. by Huw Davies · 19 years ago
- 998e256 Fix some -Wstrict-prototype warnings () -> (void). by Stefan Huehner · 19 years ago
- 59be6e0 rpcrt4: Remember to skip over the conformance description. by Huw Davies · 19 years ago
- d9b6672 rpcrt4: Add tests for NdrAllocate. by Huw Davies · 19 years ago
- 4bbc3ca rpcrt4: Move processing of the arguments from NdrClientCall2 to two new functions. by Robert Shearman · 19 years ago
- 68e867d rpcrt4: Forward NdrClientCall to NdrClientCall2. by Robert Shearman · 19 years ago
- f953cc4 rpcrt4: Add some more traces and make the stack offsets easier to read in the stubless interpreter. by Robert Shearman · 19 years ago
- 88bbbed rpcrt4: Change call_memory_sizer to preserve the buffer contents and by Robert Shearman · 19 years ago
- d29108c rpcrt4: Set retval_ptr and allocate memory for out pointers for the old format stubless intepreter. by Robert Shearman · 19 years ago
- 3db5f87 rpcrt4: Support fixed arrays in calc_arg_size. by Robert Shearman · 19 years ago
- e26bcb7 rpcrt4: Complex types should be dereferenced an extra time in the old format stubless code. by Robert Shearman · 19 years ago
- 64828b7 rpcrt4: Fix the stack offset for the old format stubless code when an object's method is being called. by Robert Shearman · 19 years ago
- 488c0a0 rpcrt4: Make the error output on a failed binding more informative by Robert Shearman · 19 years ago
- dd00007 rpcrt4: Support for SMVARRAY in EmbeddedComplexSize. by Phil Lodwick · 19 years ago
- 5700fe8 rpcrt4: Set BufferMark before calling EmbeddedPointerMarshall, EmbeddedPointerUnmarshall or EmbeddedPointerMemorySize. by Robert Shearman · 19 years ago
- ba9158e rpcrt4: Improve the stubs for RpcImpersonateClient and RpcRevertToSelf. by Robert Shearman · 19 years ago
- a853106 rpcrt4: Support small fixed arrays in EmbeddedComplexSize. by Robert Shearman · 19 years ago
- 4c4fc14 rpcrt4: Allocate memory based on MaxCount, not ActualCount in NdrConformantStringUnmarshall. by Robert Shearman · 19 years ago
- 98c26a8 rpcrt4: Add support for marshaling the FC_HYPER base type in complex types. by Robert Shearman · 19 years ago
- d2cb9ec rpcrt4: Display a big message box if the user tries to use typelib by Robert Shearman · 19 years ago
- 9318cb0 rpcrt4: Handle more structure padding values. by Robert Shearman · 19 years ago
- 2cb3b22 rpcrt4: Fix Variance Callback Functions. by Robert Shearman · 19 years ago
- a02034a rpcrt4: Add the threading model and a description when registering a CLSID for the PSFactoryBuffer. by Robert Shearman · 19 years ago
- 2538490 rpcrt4: Add a stub for I_RpcMapWin32Status. by Robert Shearman · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
- edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
- 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
- cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
- 00e7793 janitorial: Put "inline static" at the beginning of a declaration. by Michael Stefaniuc · 19 years ago
- 85ed9a5 rpcrt4: Don't advance the buffer for FC_STRUCTPAD2. by Huw Davies · 19 years ago
- e7df38c rpcrt4: Add a stub for RpcMgmtSetServerStackSize. by Robert Shearman · 19 years ago
- 93fb9d1 rpcrt4: Calculate size of FC_STRUCT arguments correctly. by Huw Davies · 19 years ago
- 7d92b89 rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout. by Robert Shearman · 19 years ago
- 45d4252 rpcrt4: Add stub for RpcMgmtEnableIdleCleanup. by Robert Shearman · 19 years ago
- 3a56eca rpcrt4: Don't use a short to hold the packet length, since it can by Huw Davies · 19 years ago
- 0da8836 rpcrt4: Move the packet manipulation from the exception filter to the exception handler. by Robert Shearman · 19 years ago
- 1437f8b rpcrt4: Use the thread pool in the RPC server for processing packets. by Robert Shearman · 19 years ago
- 26c2953 rpcrt4: Fix the argument size of conformant arrays. by Huw Davies · 19 years ago
- b3c04e0 rpcrt4: getaddrinfo returns any non-zero value on failure, not just negative values. by Robert Shearman · 19 years ago
- 2a91838 rpcrt4: Don't use sizeof in traces to avoid printf format warnings. by Alexandre Julliard · 19 years ago
- d90f681 rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings. by Alexandre Julliard · 19 years ago
- 1c04d9a rpcrt4: Add an exception handler for CStdStubBuffer_Invoke. by Robert Shearman · 19 years ago
- 35982d7 rpcrt4: Initialise pStubMsg->MemorySize to zero before calling by Robert Shearman · 19 years ago
- 539b48b rpcrt4: Use safe_mutiply in conformant array functions. by Robert Shearman · 19 years ago
- 8dea3c2 rpcrt4: Pass in a maximum variance value to ReadVariance to allow us by Robert Shearman · 19 years ago
- 613ee6d rpcrt4: Check that strings are null-terminated on unmarshaling of conformant-varying structs. by Robert Shearman · 19 years ago
- a946eb4 rpcrt4: Use safe_multiply when multiplying anything by pStubMsg->ActualCount or pStubMsg->MaxCount. by Robert Shearman · 19 years ago
- cec6092 rpcrt4: Raise an exception during unmarshaling if a conformant string isn't null-terminated. by Robert Shearman · 19 years ago
- 6e95bfe rpcrt4: Introduce a new function, safe_multiply, which will raise an by Robert Shearman · 19 years ago
- d98b73a rpcrt4: Clear an object pointer during unmarshaling, otherwise we by Robert Shearman · 19 years ago
- 578df90 rpcrt4: Initialise pStubMsg->MemorySize to zero before calling ComplexStructMemorySize from NdrComplexArrayUnmarshall. by Robert Shearman · 19 years ago
- e3df112 rpcrt4: Don't raise an exception if there is no freer function - not all types have a freer. by Robert Shearman · 19 years ago
- 21673d0 rpcrt4: Implement more base types for complex types. by Robert Shearman · 19 years ago
- 0b1e51c rpcrt4: Now that there's a process-wide pool of connections we don't by Robert Shearman · 19 years ago
- 56386bd rpcrt4: Return the status received from RPCRT4_Send in I_RpcSend instead of always returning RPC_S_OK. by Robert Shearman · 19 years ago
- c32dc67 rpcrt4: Make the protseq_ops structure constant. by Alexandre Julliard · 19 years ago
- c0fcba7 rpcrt4: Avoid potential redefinition of uuid_t. by Alexandre Julliard · 19 years ago
- 58ec282 rpcrt4: Implement a process-wide connection pool for client connections, by Robert Shearman · 19 years ago
- 1412c47 rpcrt4: Fix the retrieval of This for interpreted proxies. by Robert Shearman · 19 years ago
- 7ef5c3c rpcrt4: Implement full-pointer support for interpreted stubs. by Robert Shearman · 19 years ago
- c9779ca rpcrt4: Implement varying array NDR functions. by Robert Shearman · 19 years ago
- cd19c99 rpcrt4: Don't call NdrBaseTypeMemorySize from within NdrBaseTypeUnmarshall. by Robert Shearman · 19 years ago
- 0fad089 rpcrt4: Don't try to resolve the name when constructing a protocol tower. by Robert Shearman · 19 years ago
- ebcd6b6 rpcrt4: Change ComputeConformance and ComputeVariance from macros to by Robert Shearman · 19 years ago
- a484334 rpcrt4: The lifetime of the binding handle stored in the context by Robert Shearman · 19 years ago
- a4fff73 rpcrt4: Fix an incorrect format string pointer being passed in to by Robert Shearman · 19 years ago
- 6a11aba rpcrt4: Skip over the right-hand-side data for the protocol floor so by Robert Shearman · 19 years ago
- da44126 rpcrt4: Align the buffer correctly when marshaling and unmarshaling context handles. by Robert Shearman · 19 years ago
- ec5b3c3 rpcrt4: Freeing a NULL context handle is allowed. by Robert Shearman · 19 years ago
- 1a346a4 rpcrt4: NdrClientContextMarshall/Unmarshall should both increment the buffer pointer. by Robert Shearman · 19 years ago
- dc6c640 rpcrt4: Fix the unmarshaling of pointers in conformant varying arrays, by Robert Shearman · 19 years ago
- 972ce2f rpcrt4: CContext can be NULL in NDRCContextMarshall, in which case we should marshall all-zeros. by Robert Shearman · 19 years ago
- 678ad62 rpcrt4: Fix the pointer count used when handling embedded pointers in varying arrays. by Robert Shearman · 19 years ago
- 423e7e3 rpcrt4: Print some more informative error messages when getaddrinfo fails. by Robert Shearman · 19 years ago
- efc974d rpcrt4: All of the parameters to TowerExplode are optional. by Robert Shearman · 19 years ago
- e15e60b rpcrt4: Implement TowerConstruct and TowerExplode. by Robert Shearman · 19 years ago
- 37364b8 rpcrt4: Add functions for generating and parsing the upper floors in endpoint-mapper towers for different transports. by Robert Shearman · 19 years ago
- 84ab2e7 rpcrt4: Implement I_RpcAllocate and I_RpcFree. by Robert Shearman · 19 years ago
- cc9baf3 rpcrt4: Don't send the unused part of the allocated buffer. by Robert Shearman · 19 years ago
- 11da87d rpcrt4: NdrClientInitializeNew shouldn't clear all of the stub message, only selected fields. by Robert Shearman · 19 years ago
- 7f98594 rpcrt4: Implement NDRCContext(Un)marshall and NDRCContextBinding. by Mike McCormack · 19 years ago
- bb835ae rpcrt4: Add ENUM32 support to ComplexStructMemorySize. by Huw Davies · 19 years ago
- 115525f rpcrt4: Make UserMarshalFlags static. by Robert Shearman · 19 years ago
- df57b02 rpcrt4: We should never pass an fMustAlloc value of TRUE into the by Robert Shearman · 19 years ago
- cafd2ab rpcrt4: Make sure to set a unique pointer with an id of 0 to NULL when unmarshaling. by Robert Shearman · 19 years ago
- 11eb8ee rpcrt4: If the number of pointers is 0 for NdrFullPointerXlatInit then by Robert Shearman · 19 years ago
- ff9fd9c rpcrt4: Handle marshaling/unmarshaling full pointers. by Robert Shearman · 19 years ago