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. bc3e95c simplify ChannelConnectivityTest by Jan Tattermusch · 6 years ago
  6. 113f5bd exception handling in native callback by Jan Tattermusch · 6 years ago
  7. 1abe2ae c#: expose TryWaitForStateChangedAsync by Jan Tattermusch · 6 years ago
  8. 603a9a0 add tests for sync unary by Jan Tattermusch · 6 years ago
  9. ee510fb make sync unary call behave more like async unary by Jan Tattermusch · 6 years ago
  10. b155c31 handle failures in async call initialization without leaks by Jan Tattermusch · 6 years ago
  11. d4065b9 add constructor for RpcException by Jan Tattermusch · 6 years ago
  12. 4c0d540 add exception info to Status.Detail if metadata credentials fail by Jan Tattermusch · 6 years ago
  13. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  14. ca12a87 Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock by Jan Tattermusch · 6 years ago
  15. a46b41b Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing by Jan Tattermusch · 6 years ago
  16. a80fa87 C#: allow dot in metadata keys by Jan Tattermusch · 6 years ago
  17. e7fb4e5 avoid deadlock while cancelling a call by Jan Tattermusch · 6 years ago
  18. dc7bedd C#: fix subchannel sharing for secure channels by Jan Tattermusch · 6 years ago
  19. fba18d8 Fix a number of spelling errors. by Chris Lamb · 6 years ago
  20. c2f270f sync nunit version for all test projects by Jan Tattermusch · 6 years ago
  21. ec8a5f2 C# sanity test accepts [TestCase] attribute too by Jan Tattermusch · 6 years ago
  22. e786b33 Merge pull request #16322 from jtattermusch/csharp_protobuf_update361 by Jan Tattermusch · 6 years ago
  23. 46f8637 Merge pull request #16308 from jtattermusch/csharp_ios_crash_workaround by Jan Tattermusch · 6 years ago
  24. 1b59cc8 use AtomicCounter to avoid unnecessary grpc_init invocations by Jan Tattermusch · 6 years ago
  25. 537503d C#: upgrade protobuf nugets to v3.6.1 by Jan Tattermusch · 6 years ago
  26. 69984f6 C#: avoid shutdown crash on iOS by Jan Tattermusch · 6 years ago
  27. 753f4dc Add PlatformApis.IsUnityIOS by Jan Tattermusch · 6 years ago
  28. cc13160 use recommended names for MonoAndroid and Xamarin.iOS by Jan Tattermusch · 6 years ago
  29. ddc7fd8 make Grpc.Core nuget work for Xamarin.Forms by Jan Tattermusch · 6 years ago
  30. 15b1f6b deduplicate GUIDs for unity .meta files by Jan Tattermusch · 6 years ago
  31. 666dc76 regenerate C# protos by Jan Tattermusch · 6 years ago
  32. ff3b554 regenerate C# protos by Jan Tattermusch · 6 years ago
  33. 5e56966 upgrade C# to protobuf 3.6.0 by Jan Tattermusch · 6 years ago
  34. 29e4947 portable zip for unity package by Jan Tattermusch · 6 years ago
  35. b733c4d add instructions how to use Unity by Jan Tattermusch · 6 years ago
  36. 44ed592 Merge pull request #16208 from jtattermusch/csharp_unity_package by Jan Tattermusch · 6 years ago
  37. 5e94c0d unitypackage: fix extensions when copying by Jan Tattermusch · 6 years ago
  38. a9eda49 explain where .meta files came from by Jan Tattermusch · 6 years ago
  39. 9f3ff1a fix unity package name by Jan Tattermusch · 6 years ago
  40. abcb0fd regenerate by Jan Tattermusch · 6 years ago
  41. cca1126 add skeleton of unity package by Jan Tattermusch · 6 years ago
  42. 015874f regenerate by Jan Tattermusch · 6 years ago
  43. 6975fe4 Merge pull request #16194 from jtattermusch/add_xamarin_example by Jan Tattermusch · 6 years ago
  44. 8ff090c add script for building unitypackage by Jan Tattermusch · 6 years ago
  45. c5e5ba7 remove script for building c# packages on Linux by Jan Tattermusch · 6 years ago
  46. 23b7510 fix markdown rendering by Jan Tattermusch · 6 years ago
  47. 98680f8 remove Jenkins references from build_packages scripts by Jan Tattermusch · 6 years ago
  48. 79e7eb8 mention experimental support for Xamarin and Unity by Jan Tattermusch · 6 years ago
  49. 7cb30b0 Grpc.Core: add support for x86 android emulator by Jan Tattermusch · 6 years ago
  50. 5aa2a0e build fat binary for ios by Jan Tattermusch · 6 years ago
  51. 527d87a fix Grpc.Core.csproj by Jan Tattermusch · 6 years ago
  52. 5bb8a33 copying files by Jan Tattermusch · 6 years ago
  53. cbc2b1f experiment: build grpc_csharp_ext for ios by Jan Tattermusch · 6 years ago
  54. 29c9e04 Merge pull request #16067 from srini100/master by Srini Polavarapu · 6 years ago
  55. 0b907fc improve xamarin platform detection by Jan Tattermusch · 6 years ago
  56. cebab02 C# native libraries should support Android 4.4+ (=api level 19) by Jan Tattermusch · 6 years ago
  57. bf5524b add explanation for MonoPInvokeCallback attribute by Jan Tattermusch · 6 years ago
  58. 1add55d iOS (and probably other AOT platforms) needs to have delegates registered by Matthew Leibowitz · 6 years ago
  59. a207a04 Merge pull request #15969 from Greenliff/support/xamarin by Jan Tattermusch · 6 years ago
  60. e6824f3 Merge pull request #15846 from medinandres/json_fix by Jan Tattermusch · 6 years ago
  61. 8ed83fb fix continuous build of the Grpc.Core nuget by Jan Tattermusch · 6 years ago
  62. e565567 explicitly list Grpc.Core.targets files by Jan Tattermusch · 6 years ago
  63. 1e30bce revert changes to Version.csproj.include by Jan Tattermusch · 6 years ago
  64. be6f3e3 better NativeExtension.LoadNativeMethods readability by Jan Tattermusch · 6 years ago
  65. 3511f45 Merge remote-tracking branch 'upstream/master' into support/xamarin by Jan Tattermusch · 6 years ago
  66. c6970ad fix automatized android artifact build by Jan Tattermusch · 6 years ago
  67. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  68. ea44d93 Merge pull request #15998 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  69. f5b1966 add a TODO by Jan Tattermusch · 6 years ago
  70. df332f3 explain the shutdown hooks in detail by Jan Tattermusch · 6 years ago
  71. cd01eef Remove C# shutdown hook on .NET Core by Chris Bacon · 6 years ago
  72. 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
  73. 9687447 Regenerate projects by Srini Polavarapu · 6 years ago
  74. ed0dc06 Regenerate Projects by Mehrdad Afshari · 6 years ago
  75. 89642bb Corrected formatting of json files by Andres Medina · 6 years ago
  76. f389e52 overhaul of top-level .md files by Jan Tattermusch · 6 years ago
  77. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  78. ddef0f6 Merge pull request #15668 from mehrdada/remove-csharp-interceptor-api-experimental-warning by Mehrdad Afshari · 6 years ago
  79. fd196a7 Fix typos in the description of Server by Rinat Abdullin · 6 years ago
  80. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  81. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  82. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  83. 8775ead Merge pull request #15687 from jtattermusch/csharp_mock_example by Jan Tattermusch · 6 years ago
  84. 586c639 Regenerate projects by Srini Polavarapu · 6 years ago
  85. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  86. b8fb538 regenerate C# protos by Jan Tattermusch · 6 years ago
  87. 1987aa2 demonstrate testability of server-side impl classes by Jan Tattermusch · 6 years ago
  88. 1d10702 add tests demonstrating how to mock client stubs by Jan Tattermusch · 6 years ago
  89. 890717b build package with native debug symbols by Jan Tattermusch · 6 years ago
  90. b6f0d0d add package with native debug symbols by Jan Tattermusch · 6 years ago
  91. 0de9bd3 Remove EXPERIMENTAL API notice on C# interceptor API by Mehrdad Afshari · 6 years ago
  92. 57139d1 fix C# codegen for empty service by Jan Tattermusch · 6 years ago
  93. b43741d Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcher by Jan Tattermusch · 6 years ago
  94. 0767878 build C# android artifact by Jan Tattermusch · 6 years ago
  95. 1416e7f Merge pull request #15214 from jtattermusch/test_double_for_server_call_context by Jan Tattermusch · 6 years ago
  96. e84ea53 Merge pull request #15252 from carl-mastrangelo/healthy by Yang Gao · 6 years ago
  97. 95fbb06 regenerate pbs by Carl Mastrangelo · 6 years ago
  98. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  99. f6bf95f update csharp gen by Carl Mastrangelo · 6 years ago
  100. 4ea4727 Allow creating instances of ServerCallContext in tests by Jan Tattermusch · 6 years ago