1. f693013 De-register cancellation token by Chris Bacon · 7 years ago
  2. 27670c8 make a guarantee that c# auth callbacks are async to c-core by Alexander Polcyn · 7 years ago
  3. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  4. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  5. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  6. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  7. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  8. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  9. 9dc1821 better name for StatusFromException by Jan Tattermusch · 7 years ago
  10. 2565e73 merging of trailers on server-side by Jan Tattermusch · 7 years ago
  11. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  12. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  13. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  14. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  15. c400cc5 address comments by Jan Tattermusch · 7 years ago
  16. 7c206f4 override in benchmark by Jan Tattermusch · 7 years ago
  17. 645ae74 overridable call_start_batch by Jan Tattermusch · 7 years ago
  18. e58842f benchmark prototype by Jan Tattermusch · 7 years ago
  19. 7cc83c8 allow creating fake CallSafeHandle by Jan Tattermusch · 7 years ago
  20. 1de945b dont concatenate strings when status is OK by Jan Tattermusch · 7 years ago
  21. 719d373 dont use non-blittable types in native method signatures by Jan Tattermusch · 7 years ago
  22. 4ef9ce7 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  23. 7f0d198 avoid boxing of IntPtr by Jan Tattermusch · 7 years ago
  24. b746294 adapt C# to new cq_create API by Jan Tattermusch · 7 years ago
  25. c9b03fe expose AuthContext in C# by Jan Tattermusch · 7 years ago
  26. 6032492 allow utf8 encoded status message by Jan Tattermusch · 8 years ago
  27. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  28. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  29. 4038cbf make grpc_csharp_ext compile by Jan Tattermusch · 8 years ago
  30. 058f555 make CallFlags internal, expose WaitForReady by Jan Tattermusch · 8 years ago
  31. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  32. b35dfa8 remove existing profiling points by Jan Tattermusch · 8 years ago
  33. fdf45ab support threadpool tracing by Jan Tattermusch · 8 years ago
  34. 1a47fd0 lazy initialize streamingResponseCallFinishedTcs by Jan Tattermusch · 8 years ago
  35. 1c453f5 Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer by Jan Tattermusch · 8 years ago
  36. 13339bf SafeHandleZeroIsInvalid cleanup by Jan Tattermusch · 8 years ago
  37. d148e8e Make ServerCallContext.Peer lazy by Jan Tattermusch · 8 years ago
  38. 5fe5eba provide framework independent version of Task.CompletedTask by Jan Tattermusch · 8 years ago
  39. 1445c47 Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations by Jan Tattermusch · 8 years ago
  40. 9f254c0 get rid of compiler warnings by Jan Tattermusch · 8 years ago
  41. d0e7c6d Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in netstandard by Jan Tattermusch · 8 years ago
  42. 7735daa address XMLdoc related warnings by Jan Tattermusch · 8 years ago
  43. 6e90171 introduce separate grpcsharp_request_call_context by Jan Tattermusch · 8 years ago
  44. f72ead3 refactor NoSuchMethodCallHandler by Jan Tattermusch · 8 years ago
  45. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  46. 6800e3d update the comment to reflect current state by Jan Tattermusch · 8 years ago
  47. 4d2df96 dont require libc-dev on coreclr by Jan Tattermusch · 8 years ago
  48. 6eb9877 simplify delayed streaming write logic by Jan Tattermusch · 8 years ago
  49. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  50. 826c8d7 fixed formatting by Jan Tattermusch · 8 years ago
  51. 71a2e47 make native extension loader work for published netcoreapp1.0 too by Jan Tattermusch · 8 years ago
  52. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  53. e4e30f8 fixed formatting by Jan Tattermusch · 8 years ago
  54. b3df1c4 make native extension loader work for published netcoreapp1.0 too by Jan Tattermusch · 8 years ago
  55. 3fcd20f Overhaul how the native extension is found, loaded and used by Jon Skeet · 8 years ago
  56. 51d4f01 prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown by Jan Tattermusch · 8 years ago
  57. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  58. 317b8ac migrate everything to netstandard1.5 by Jan Tattermusch · 8 years ago
  59. b8d50af deduplicate send finished handler by Jan Tattermusch · 8 years ago
  60. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  61. 739ee1b support GrpcEnvironment.KillServersAsync by Jan Tattermusch · 8 years ago
  62. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  63. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  64. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  65. 138156a add missing pinvoke method by Jan Tattermusch · 8 years ago
  66. 2f0a690 name the threadpool threads before starting by Jan Tattermusch · 8 years ago
  67. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  68. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  69. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  70. f581659 add TODO by Jan Tattermusch · 8 years ago
  71. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  72. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  73. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  74. 5c52f37 improve ordering of serverside send checks by Jan Tattermusch · 8 years ago
  75. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  76. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  77. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  78. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  79. 6620dc3 remote AsyncCompletion by Jan Tattermusch · 8 years ago
  80. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  81. afe1fe8 use tcs for streamingWrites by Jan Tattermusch · 8 years ago
  82. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  83. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  84. f4a961d move ServerRpcNew and ClientSideStatus to their own file by Jan Tattermusch · 8 years ago
  85. 6dd544c tiny optimization in MetadataArraySafeHandle by Jan Tattermusch · 8 years ago
  86. 98f2430 throw RpcException from writes after finishing by Jan Tattermusch · 8 years ago
  87. 6220033 change typo in the comment by Jan Tattermusch · 8 years ago
  88. 2901ea5 improve serverside handlers by Jan Tattermusch · 8 years ago
  89. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  90. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  91. 6504c02 remove useless code and todos by Jan Tattermusch · 8 years ago
  92. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  93. 2624cfb fixup by Jan Tattermusch · 8 years ago
  94. b32e29f make SendStatusFromServer independent on WriteAsync by Jan Tattermusch · 8 years ago
  95. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  96. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  97. 69274c2 add more features by Jan Tattermusch · 8 years ago
  98. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  99. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  100. d4f04e8 Merge pull request #6115 from jtattermusch/csharp_support_projectjson by Jan Tattermusch · 8 years ago