1. cd7e313 add newline to the end of generated files by Jan Tattermusch · 9 years ago
  2. eb5a312 added script to regenerate gRPC C# stubs by Jan Tattermusch · 9 years ago
  3. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  4. 7eb3a76 Replace handwritten testService stub by the generated one by Jan Tattermusch · 9 years ago
  5. 2d92495 added csharp generator plugin by Jan Tattermusch · 9 years ago
  6. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  7. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 9 years ago
  8. bdb1b48 add a generic constraint for TRequest and TResponse to require a class by Jan Tattermusch · 9 years ago
  9. 9b9a877 change todo comment by Jan Tattermusch · 9 years ago
  10. a844771 stylecop fixes by Jan Tattermusch · 9 years ago
  11. 32d95b9 remove duplicate initialize by Jan Tattermusch · 9 years ago
  12. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  13. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  14. 618647d fixed some stylecop warnings by Jan Tattermusch · 9 years ago
  15. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  16. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  17. a9a3e88 remove unused function from grpc_csharp_ext by Jan Tattermusch · 9 years ago
  18. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  19. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  20. 1f18e80 Make RpcException errors more informative by Jan Tattermusch · 9 years ago
  21. b4ef7c9 logic for refreshing access token by Jan Tattermusch · 9 years ago
  22. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  23. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  24. bb9d788 Added Grpc.Auth project by Jan Tattermusch · 9 years ago
  25. 119761f added dependency on Google.Apis.Auth package by Jan Tattermusch · 9 years ago
  26. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  27. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  28. 8cad507 mathserver listens on fixed port by Jan Tattermusch · 9 years ago
  29. c6d5f10 enabling creation of nuget package for grpc_csharp_ext by Jan Tattermusch · 9 years ago
  30. e937cd3 .nupkg files to gitignore by Jan Tattermusch · 9 years ago
  31. 17c92b3 Spec for Grpc.Core nuget package that works by Jan Tattermusch · 9 years ago
  32. 547ecfd Grpc.Core managed project now depends on native nuget packages with openssl and zlib by Jan Tattermusch · 9 years ago
  33. 63fd04e changed path to grpc_csharp_ext.dll by Jan Tattermusch · 9 years ago
  34. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 9 years ago
  35. 8c5d68b add calltype decl where missing by Jan Tattermusch · 9 years ago
  36. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 9 years ago
  37. 4c64d46 Added example math server by Jan Tattermusch · 9 years ago
  38. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  39. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  40. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  41. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 9 years ago
  42. 3de9f49 Setting up stylecop to ignore generated files and fixing style by Jan Tattermusch · 9 years ago
  43. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  44. 053d894 added stylecop settings file by Jan Tattermusch · 9 years ago
  45. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  46. 13cd125 Used StyleCop to get rid of tabs in the source code by Jan Tattermusch · 9 years ago
  47. 49fd7fe removed some compiler warnings by Jan Tattermusch · 9 years ago
  48. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 9 years ago
  49. f7e32a6 C# interop client support for external CA file by Jan Tattermusch · 9 years ago
  50. 93adddc Merge pull request #929 from jtattermusch/csharp_tls by Tim Emiola · 9 years ago
  51. 1970a5b added C# to run_tests.py by Jan Tattermusch · 9 years ago
  52. 1532923 client side support for TLS by Jan Tattermusch · 9 years ago
  53. 1ab2e89 Merge pull request #910 from mbrukman/readme-no-exec by Nicolas Noble · 9 years ago
  54. 5b53e35 Remove HTTP mappings from status.h by Eric Anderson · 9 years ago
  55. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 9 years ago
  56. bd3df5f fix conditional inclusion of grpc_csharp_ext.dll by Jan Tattermusch · 9 years ago
  57. 69dc65a Merge pull request #862 from jtattermusch/interop_server by Tim Emiola · 9 years ago
  58. 867e6b6 Update README.md by Jan Tattermusch · 9 years ago
  59. 503bbac added C# interop server by Jan Tattermusch · 9 years ago
  60. 4788e78 fixed server streaming by Jan Tattermusch · 9 years ago
  61. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 9 years ago
  62. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 9 years ago
  63. 44553b5 clang-format by Jan Tattermusch · 9 years ago
  64. b17b00b Fix to make the conditional include under Windows by Jan Tattermusch · 9 years ago
  65. 5ffb4c3 Include grpc_csharp_ext.dll only under Windows by Jan Tattermusch · 9 years ago
  66. abf2202 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir by Jan Tattermusch · 9 years ago
  67. 5339814 Added ability for c# to redirect C core logs to arbitrary sink by Jan Tattermusch · 9 years ago
  68. 5b14166 Added some measurement numbers to comments. by Jan Tattermusch · 9 years ago
  69. a0fcfcc Fixed formatting by Jan Tattermusch · 9 years ago
  70. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 9 years ago
  71. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 9 years ago
  72. 4e40db0 added NuGet package specifications by Jan Tattermusch · 9 years ago
  73. b2d4b83 Added EXPERIMENTAL-ONLY disclaimer file by Jan Tattermusch · 9 years ago
  74. 0182981 update README file by Jan Tattermusch · 9 years ago
  75. 92aa11d renamed MathClient -> Grpc.Examples.MathClient by Jan Tattermusch · 9 years ago
  76. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 9 years ago
  77. d3a7927 moved proto files to Grpc.IntegrationTesting by Jan Tattermusch · 9 years ago
  78. 03e9da7 moved interop testing specific files to Grpc.IntegrationTesting by Jan Tattermusch · 9 years ago
  79. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 9 years ago
  80. b84abbd set assembly versions to 0.1 to have lower version than languages in alpha by Jan Tattermusch · 9 years ago
  81. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 9 years ago
  82. 1b360d3 Update README.md by Jayant Kolhe · 9 years ago
  83. caf7b78 nit in README by Jan Tattermusch · 9 years ago
  84. df89cf8 Updated Copyright information and assembly versions for C# by Jan Tattermusch · 9 years ago
  85. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 9 years ago
  86. 2f2afd2 fixed string.h include by Jan Tattermusch · 9 years ago
  87. bb0c65b updated C# readme by Jan Tattermusch · 9 years ago
  88. ec77624 fix typo: shutdown should be used in teardown. by Jan Tattermusch · 9 years ago
  89. 8d2e572 got rid of server_add_secure_http2_port by Jan Tattermusch · 9 years ago
  90. 8d7ce43 formatting by Jan Tattermusch · 9 years ago
  91. 37afb9a fixing unknown method call handler on server by Jan Tattermusch · 9 years ago
  92. fa21673 clang-format by Jan Tattermusch · 9 years ago
  93. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 9 years ago
  94. a96afb0 renaming file name to match class name by Jan Tattermusch · 9 years ago
  95. 3f8962c removal of unused methods in extension library by Jan Tattermusch · 9 years ago
  96. 337a2dd migration to new C API by Jan Tattermusch · 9 years ago
  97. ce5021b Add missing new-lines at end of file by Craig Tiller · 9 years ago
  98. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  99. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 9 years ago
  100. f222a4a Add C# checks by Craig Tiller · 9 years ago