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