1. 5ff32fa update .xproj files by Jan Tattermusch · 9 years ago
  2. 8d9dff5 prevent interfering of project.json files with .csproj files in VS2015 by Jan Tattermusch · 9 years ago
  3. ec4359d add support for CoreCLR by Jan Tattermusch · 9 years ago
  4. e1bee5b improve comments in math.proto by Jan Tattermusch · 9 years ago
  5. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 9 years ago
  6. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 9 years ago
  7. 166d482 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 9 years ago
  8. c96fdde regenerate C# protobuf messages by Jan Tattermusch · 9 years ago
  9. f14bb3b Update Grpc.sln to Google.Protobuf.3.0.0-beta3 by Jan Tattermusch · 9 years ago
  10. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 9 years ago
  11. d83f791 regenerate C# code by Jan Tattermusch · 9 years ago
  12. bfee01d regenerate C# sources by Jan Tattermusch · 9 years ago
  13. 7c0e1ee regenerate code by Jan Tattermusch · 9 years ago
  14. 55fad17 regenerate C# protos by Jan Tattermusch · 9 years ago
  15. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 9 years ago
  16. ddc4e34 regenerate code by Jan Tattermusch · 9 years ago
  17. acb842c fix copyrights by Jan Tattermusch · 9 years ago
  18. 809148d migrate code to single client-side class by Jan Tattermusch · 9 years ago
  19. d8f7c8a migrate from client side interface to client side abstract class by Jan Tattermusch · 9 years ago
  20. c86a588 fix copyrights by Jan Tattermusch · 9 years ago
  21. eeef5ed regenerate protos by Jan Tattermusch · 9 years ago
  22. d39426d change C# service implementations to inherit from a generated base class by Jan Tattermusch · 9 years ago
  23. 7928b41 update C# dependencies by Jan Tattermusch · 9 years ago
  24. ecb02be include assembly signing key in the repo by Jan Tattermusch · 9 years ago
  25. 72ce442 regenerate C# protos by Jan Tattermusch · 9 years ago
  26. aba2548 upgrade Grpc.sln to newest Google.Protobuf nuget by Jan Tattermusch · 9 years ago
  27. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  28. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  29. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  30. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  31. 58d6374 upgrade to latest protobufs by Jan Tattermusch · 9 years ago
  32. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  33. 4ef39ce switched to protobuf from 20150808 by Jan Tattermusch · 9 years ago
  34. 38536a7 regenerate protos by Jan Tattermusch · 9 years ago
  35. e6af5d1 add service descriptor property to generated code by Jan Tattermusch · 9 years ago
  36. 9ee27e1 service descriptor by Jan Tattermusch · 9 years ago
  37. 475f75a regenerate by Jan Tattermusch · 9 years ago
  38. 7db4613 progress by Jan Tattermusch · 9 years ago
  39. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  40. 5c42d8d regenerate protos by Jan Tattermusch · 9 years ago
  41. 85f24b5 update proto files by Jan Tattermusch · 9 years ago
  42. ffa17b1 regenerated code by Jan Tattermusch · 9 years ago
  43. cc97fed regenerated code by Jan Tattermusch · 9 years ago
  44. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  45. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  46. 7452956 added deadline to generated stubs by Jan Tattermusch · 9 years ago
  47. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  48. 25bb2ef regenerated code and fixed inconsistencies by Jan Tattermusch · 9 years ago
  49. fd953a5 add support for per-call metadata by Jan Tattermusch · 9 years ago
  50. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  51. e5c9b80 renaming stub to client and refactoring metadata class by Jan Tattermusch · 9 years ago
  52. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  53. cd9bb5c bumped version of C# by Jan Tattermusch · 9 years ago
  54. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 10 years ago
  55. acfcfef remove unused example by Jan Tattermusch · 10 years ago
  56. 43dc50b make naming of async write methods clearer (by adding Async suffix) by Jan Tattermusch · 10 years ago
  57. e1c24fc Merge pull request #1646 from jtattermusch/csharp_api_fixes by Tim Emiola · 10 years ago
  58. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 10 years ago
  59. 3fffe60 regenerate service stubs by Jan Tattermusch · 10 years ago
  60. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 10 years ago
  61. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 10 years ago
  62. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 10 years ago
  63. cd7e313 add newline to the end of generated files by Jan Tattermusch · 10 years ago
  64. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 10 years ago
  65. 2d92495 added csharp generator plugin by Jan Tattermusch · 10 years ago
  66. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 10 years ago
  67. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 10 years ago
  68. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 10 years ago
  69. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 10 years ago
  70. c0b3721 added support for metadata by Jan Tattermusch · 10 years ago
  71. 3de9f49 Setting up stylecop to ignore generated files and fixing style by Jan Tattermusch · 10 years ago
  72. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 10 years ago
  73. 13cd125 Used StyleCop to get rid of tabs in the source code by Jan Tattermusch · 10 years ago
  74. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 10 years ago
  75. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago