1. 7928b41 update C# dependencies by Jan Tattermusch · 9 years ago
  2. ecb02be include assembly signing key in the repo by Jan Tattermusch · 9 years ago
  3. aba2548 upgrade Grpc.sln to newest Google.Protobuf nuget by Jan Tattermusch · 9 years ago
  4. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  5. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  6. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  7. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  8. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  9. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  10. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  11. 58d6374 upgrade to latest protobufs by Jan Tattermusch · 9 years ago
  12. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  13. 4ef39ce switched to protobuf from 20150808 by Jan Tattermusch · 9 years ago
  14. 8644aea migrated code to proto3 by Jan Tattermusch · 9 years ago
  15. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  16. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  17. 31ba063 changed the way ports are added to the server by Jan Tattermusch · 9 years ago
  18. 021df8a changed way service definitions are added to the server by Jan Tattermusch · 9 years ago
  19. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  20. 5f8d9dc only use lowercase metadata keys in headers by Jan Tattermusch · 9 years ago
  21. 9b048e5 introducing async tests by Jan Tattermusch · 9 years ago
  22. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  23. 4106259 add MathService.Fib test with deadline by Jan Tattermusch · 9 years ago
  24. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  25. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  26. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  27. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  28. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  29. cd9bb5c bumped version of C# by Jan Tattermusch · 9 years ago
  30. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  31. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  32. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  33. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  34. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  35. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  36. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  37. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  38. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  39. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  40. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 9 years ago
  41. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  42. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  43. c0b3721 added support for metadata by Jan Tattermusch · 10 years ago
  44. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 10 years ago
  45. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago