1. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  2. d7e0bea Added changes to python and csharp wrappers by David Garcia Quintas · 9 years ago
  3. a3697b4 Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me by Masood Malekghassemi · 9 years ago
  4. eb741d1 fix native callback signature to match with C# by Jan Tattermusch · 9 years ago
  5. a55e40c Merge remote-tracking branch 'upstream/master' into we-dont-need-no-backup-fix-merge-master by Jan Tattermusch · 9 years ago
  6. 4ec975d unknown method handler no longer needs to complete request stream by Jan Tattermusch · 9 years ago
  7. 3609200 stylecop fixes by Jan Tattermusch · 9 years ago
  8. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  9. 6d53a5c allow specifying channel options when creating a server by Jan Tattermusch · 9 years ago
  10. c8f7d10 fix stylecop issues by Jan Tattermusch · 9 years ago
  11. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  12. 02f9cb2 Merge pull request #1966 from jtattermusch/csharp_revamp by Michael Lumish · 9 years ago
  13. d846350 Merge pull request #1992 from jtattermusch/csharp_channel by Tim Emiola · 9 years ago
  14. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  15. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  16. c6b5556 gchandle is not needed anymore by Jan Tattermusch · 9 years ago
  17. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  18. 7b6e979 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  19. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  20. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  21. a4b89fe Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  22. 06194dc bump C# package versions by Jan Tattermusch · 9 years ago
  23. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  24. b00aa67 run_tests.py support for C# on windows by Jan Tattermusch · 9 years ago
  25. 0fcb2f2 fix buildall.bat script by Jan Tattermusch · 9 years ago
  26. aaa03d7 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  27. c4e81ad adapt C# to the new server shutdown API by Jan Tattermusch · 9 years ago
  28. cdd82c4 fixes to Grpc nuget package by Jan Tattermusch · 9 years ago
  29. 12bde00 Merge pull request #1784 from jtattermusch/update_nuspec by Michael Lumish · 9 years ago
  30. 5915a7f Minor improvements to C# readme by Jan Tattermusch · 9 years ago
  31. a7361c7 update nuspec files by Jan Tattermusch · 9 years ago
  32. 528e289 update C# readme by Jan Tattermusch · 9 years ago
  33. 5f0c4da Add generated documentation to nuget packages by Jan Tattermusch · 9 years ago
  34. 2ce352d added support for building Symbol packages by Jan Tattermusch · 9 years ago
  35. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  36. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  37. bdf2e62 make call object implement IDisposable by Jan Tattermusch · 9 years ago
  38. acfcfef remove unused example by Jan Tattermusch · 9 years ago
  39. 43dc50b make naming of async write methods clearer (by adding Async suffix) by Jan Tattermusch · 9 years ago
  40. e1c24fc Merge pull request #1646 from jtattermusch/csharp_api_fixes by Tim Emiola · 9 years ago
  41. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  42. 3fffe60 regenerate service stubs by Jan Tattermusch · 9 years ago
  43. cc1c37c Merge pull request #1630 from jtattermusch/nuget_adjustments by Tim Emiola · 9 years ago
  44. 73d7fab some nuget packaging adjustments by Jan Tattermusch · 9 years ago
  45. 302b29f generate MathServer.exe instead of Grpc.Examples.MathServer by Jan Tattermusch · 9 years ago
  46. c6d43ec update readme for c# by Jan Tattermusch · 9 years ago
  47. 031c7ee add newline at eof by Jan Tattermusch · 9 years ago
  48. dd95e9d added build script and script for building nuget packages by Jan Tattermusch · 9 years ago
  49. d2c513a update nuspec files by Jan Tattermusch · 9 years ago
  50. bdb94d3 fix gitignore files by Jan Tattermusch · 9 years ago
  51. 68be987 remove experimental only disclaimer by Jan Tattermusch · 9 years ago
  52. 7de4d10 fixing nits by Jan Tattermusch · 9 years ago
  53. 37733bb updated Grpc.Core.nuspec by Jan Tattermusch · 9 years ago
  54. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  55. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  56. c524c60 Merge pull request #1562 from jtattermusch/fix_csharp_interop by Michael Lumish · 9 years ago
  57. bee9325 Make sure full method name starts with slash by Jan Tattermusch · 9 years ago
  58. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  59. f662aa4 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  60. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  61. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  62. cc82be5 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  63. fee0cfa Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  64. 4d706b8 Port C# to new API by Craig Tiller · 9 years ago
  65. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  66. 818ae16 get rid of unneeded dependency on Mono.Security by Jan Tattermusch · 9 years ago
  67. efa702b add newline at EOF by Jan Tattermusch · 9 years ago
  68. cd7e313 add newline to the end of generated files by Jan Tattermusch · 9 years ago
  69. eb5a312 added script to regenerate gRPC C# stubs by Jan Tattermusch · 9 years ago
  70. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  71. 7eb3a76 Replace handwritten testService stub by the generated one by Jan Tattermusch · 9 years ago
  72. 2d92495 added csharp generator plugin by Jan Tattermusch · 9 years ago
  73. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  74. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 9 years ago
  75. bdb1b48 add a generic constraint for TRequest and TResponse to require a class by Jan Tattermusch · 9 years ago
  76. 9b9a877 change todo comment by Jan Tattermusch · 9 years ago
  77. 12f809f Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  78. 1215c33 C# fixes for #1472 core API cleanup by Jan Tattermusch · 9 years ago
  79. a844771 stylecop fixes by Jan Tattermusch · 9 years ago
  80. 32d95b9 remove duplicate initialize by Jan Tattermusch · 9 years ago
  81. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  82. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  83. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  84. 618647d fixed some stylecop warnings by Jan Tattermusch · 9 years ago
  85. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  86. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  87. a9a3e88 remove unused function from grpc_csharp_ext by Jan Tattermusch · 9 years ago
  88. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  89. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  90. 1f18e80 Make RpcException errors more informative by Jan Tattermusch · 9 years ago
  91. b4ef7c9 logic for refreshing access token by Jan Tattermusch · 9 years ago
  92. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  93. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  94. bb9d788 Added Grpc.Auth project by Jan Tattermusch · 9 years ago
  95. 119761f added dependency on Google.Apis.Auth package by Jan Tattermusch · 9 years ago
  96. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  97. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  98. 8cad507 mathserver listens on fixed port by Jan Tattermusch · 9 years ago
  99. c6d5f10 enabling creation of nuget package for grpc_csharp_ext by Jan Tattermusch · 9 years ago
  100. e937cd3 .nupkg files to gitignore by Jan Tattermusch · 9 years ago