1. bbc9a20 Merge pull request #16553 from jtattermusch/csharp_add_rpcexception_constructor by Jan Tattermusch · 6 years ago
  2. d90d082 Merge pull request #16554 from jtattermusch/csharp_dont_leak_when_call_init_fails by Jan Tattermusch · 6 years ago
  3. 917af9a use finally instead of catch-throw by Jan Tattermusch · 6 years ago
  4. db1b6ac Merge pull request #16556 from jtattermusch/csharp_expose_trywaitforstatechanged by Jan Tattermusch · 6 years ago
  5. 113f5bd exception handling in native callback by Jan Tattermusch · 6 years ago
  6. 1abe2ae c#: expose TryWaitForStateChangedAsync by Jan Tattermusch · 6 years ago
  7. ee510fb make sync unary call behave more like async unary by Jan Tattermusch · 6 years ago
  8. b155c31 handle failures in async call initialization without leaks by Jan Tattermusch · 6 years ago
  9. d4065b9 add constructor for RpcException by Jan Tattermusch · 6 years ago
  10. 4c0d540 add exception info to Status.Detail if metadata credentials fail by Jan Tattermusch · 6 years ago
  11. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  12. ca12a87 Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock by Jan Tattermusch · 6 years ago
  13. a46b41b Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing by Jan Tattermusch · 6 years ago
  14. a80fa87 C#: allow dot in metadata keys by Jan Tattermusch · 6 years ago
  15. e7fb4e5 avoid deadlock while cancelling a call by Jan Tattermusch · 6 years ago
  16. dc7bedd C#: fix subchannel sharing for secure channels by Jan Tattermusch · 6 years ago
  17. fba18d8 Fix a number of spelling errors. by Chris Lamb · 6 years ago
  18. e786b33 Merge pull request #16322 from jtattermusch/csharp_protobuf_update361 by Jan Tattermusch · 6 years ago
  19. 46f8637 Merge pull request #16308 from jtattermusch/csharp_ios_crash_workaround by Jan Tattermusch · 6 years ago
  20. 1b59cc8 use AtomicCounter to avoid unnecessary grpc_init invocations by Jan Tattermusch · 6 years ago
  21. 537503d C#: upgrade protobuf nugets to v3.6.1 by Jan Tattermusch · 6 years ago
  22. 69984f6 C#: avoid shutdown crash on iOS by Jan Tattermusch · 6 years ago
  23. 753f4dc Add PlatformApis.IsUnityIOS by Jan Tattermusch · 6 years ago
  24. cc13160 use recommended names for MonoAndroid and Xamarin.iOS by Jan Tattermusch · 6 years ago
  25. ddc7fd8 make Grpc.Core nuget work for Xamarin.Forms by Jan Tattermusch · 6 years ago
  26. 5e56966 upgrade C# to protobuf 3.6.0 by Jan Tattermusch · 6 years ago
  27. 7cb30b0 Grpc.Core: add support for x86 android emulator by Jan Tattermusch · 6 years ago
  28. 527d87a fix Grpc.Core.csproj by Jan Tattermusch · 6 years ago
  29. 5bb8a33 copying files by Jan Tattermusch · 6 years ago
  30. 29c9e04 Merge pull request #16067 from srini100/master by Srini Polavarapu · 6 years ago
  31. 0b907fc improve xamarin platform detection by Jan Tattermusch · 6 years ago
  32. bf5524b add explanation for MonoPInvokeCallback attribute by Jan Tattermusch · 6 years ago
  33. 1add55d iOS (and probably other AOT platforms) needs to have delegates registered by Matthew Leibowitz · 6 years ago
  34. 8ed83fb fix continuous build of the Grpc.Core nuget by Jan Tattermusch · 6 years ago
  35. e565567 explicitly list Grpc.Core.targets files by Jan Tattermusch · 6 years ago
  36. 1e30bce revert changes to Version.csproj.include by Jan Tattermusch · 6 years ago
  37. be6f3e3 better NativeExtension.LoadNativeMethods readability by Jan Tattermusch · 6 years ago
  38. 3511f45 Merge remote-tracking branch 'upstream/master' into support/xamarin by Jan Tattermusch · 6 years ago
  39. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  40. ea44d93 Merge pull request #15998 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  41. f5b1966 add a TODO by Jan Tattermusch · 6 years ago
  42. df332f3 explain the shutdown hooks in detail by Jan Tattermusch · 6 years ago
  43. cd01eef Remove C# shutdown hook on .NET Core by Chris Bacon · 6 years ago
  44. 7a7e09c Xamarin support: introduce PlatformApis.isXamarin*, working NativeMethods for Xamarin.Android, do not use System.Runtime.Loader on Android for the moment by Alexander Houben · 6 years ago
  45. 9687447 Regenerate projects by Srini Polavarapu · 6 years ago
  46. ed0dc06 Regenerate Projects by Mehrdad Afshari · 6 years ago
  47. ddef0f6 Merge pull request #15668 from mehrdada/remove-csharp-interceptor-api-experimental-warning by Mehrdad Afshari · 6 years ago
  48. fd196a7 Fix typos in the description of Server by Rinat Abdullin · 6 years ago
  49. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  50. 586c639 Regenerate projects by Srini Polavarapu · 6 years ago
  51. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  52. 0de9bd3 Remove EXPERIMENTAL API notice on C# interceptor API by Mehrdad Afshari · 6 years ago
  53. b43741d Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcher by Jan Tattermusch · 6 years ago
  54. 1416e7f Merge pull request #15214 from jtattermusch/test_double_for_server_call_context by Jan Tattermusch · 6 years ago
  55. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  56. 4ea4727 Allow creating instances of ServerCallContext in tests by Jan Tattermusch · 6 years ago
  57. 98a56a2 Merge pull request #15140 from jskeet/status by Mehrdad Afshari · 6 years ago
  58. cd9e9e7 Add RpcException.StatusCode property by Jon Skeet · 6 years ago
  59. f723164 new mono versions on MacOS default to 64bit runtime by Jan Tattermusch · 6 years ago
  60. 8e9baf3 Bump protobuf runtime dependency versions by Mehrdad Afshari · 6 years ago
  61. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  62. f6909b2 fix a test by Jan Tattermusch · 7 years ago
  63. 9b9807a fix C# connectivity watcher shutdown race by Jan Tattermusch · 7 years ago
  64. b5821d4 improve comment by Jan Tattermusch · 7 years ago
  65. 660547d fix build on netstandard1.5 by Jan Tattermusch · 7 years ago
  66. d35471a detect when running on Unity iOS by Jan Tattermusch · 7 years ago
  67. fdd24f1 enable loading grpc_csharp_ext as a unity native plugin by Jan Tattermusch · 7 years ago
  68. a1b0ee2 add IsUnity property by Jan Tattermusch · 7 years ago
  69. 4dad711 get rid of C# connectivity watcher task by Jan Tattermusch · 7 years ago
  70. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  71. a7c1b62 Eliminate GenericInterceptor to simplify this PR by Mehrdad Afshari · 7 years ago
  72. 074b802 Polish and address review comments by Mehrdad Afshari · 7 years ago
  73. 8f1eab1 Move InterceptingCallInvoker to its own file by Mehrdad Afshari · 7 years ago
  74. c3d71f8 Add more documentation comments for continuation by Mehrdad Afshari · 7 years ago
  75. c1c29e3 Make GenericInterceptor internal for now by Mehrdad Afshari · 7 years ago
  76. 6235ea9 Turn ClientInterceptorContext into a struct by Mehrdad Afshari · 7 years ago
  77. cd918d9 Simplify service-side interceptor code by Mehrdad Afshari · 7 years ago
  78. 89bdba9 Add documentation remarks about order of interception by Mehrdad Afshari · 7 years ago
  79. 6c3cb22 Add server-side interceptor helper facility to GenericInterceptor by Mehrdad Afshari · 7 years ago
  80. 2354a1d Add Intercept(metadata=>metadata) helper function by Mehrdad Afshari · 7 years ago
  81. 4bc49f5 Simplify ClientHeaderInterceptor in ClientBase with GenericInterceptor by Mehrdad Afshari · 7 years ago
  82. ef4d4e8 Add GenericInterceptor to help writing client interceptors by Mehrdad Afshari · 7 years ago
  83. 4df68ae Add C# server-side interceptor machinery by Mehrdad Afshari · 7 years ago
  84. b8e3624 Add C# client-side interceptor machinery by Mehrdad Afshari · 7 years ago
  85. 6cde061 Add C# Interceptor base class by Mehrdad Afshari · 7 years ago
  86. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 7 years ago
  87. 1a8565d Bump version to 1.9.1 by Ken Payson · 7 years ago
  88. 35367cc fix typo by Shohei Kamimori · 7 years ago
  89. 4c92ab2 Merge pull request #14231 from ctaggart/sourcelink-create by Jan Tattermusch · 7 years ago
  90. e05ca22 Regenerate projects by Mehrdad Afshari · 7 years ago
  91. b6f737e use SourceLink.Create.CommandLine instead of Embed by Cameron Taggart · 7 years ago
  92. 812e5da Regenerate projects by Mehrdad Afshari · 7 years ago
  93. 167113f Merge pull request #14114 from jtattermusch/bump_190_pre2 by Mehrdad Afshari · 7 years ago
  94. 56427c0 Merge pull request #14118 from grpc/v1.9.x by Jan Tattermusch · 7 years ago
  95. 2dc3b1e regenerate projects by Jan Tattermusch · 7 years ago
  96. c14997b fix leak caused by csharp context pooling by Jan Tattermusch · 7 years ago
  97. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  98. 28d5cf3 Regenerate projects by Mehrdad Afshari · 7 years ago
  99. eb88bf0 dispose requestCallContextPool on environment shutdown by Jan Tattermusch · 7 years ago
  100. 4bba318 better log message when auth interceptor throws by Jan Tattermusch · 7 years ago