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