1. f41ebc3 remove occurences of NewClient factory method by Jan Tattermusch · 8 years ago
  2. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  3. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 8 years ago
  4. 6c0dee8 migrate Grpc.Examples.Tests to NUnit3 by Jan Tattermusch · 8 years ago
  5. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  6. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  7. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  8. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  9. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  10. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  11. 8644aea migrated code to proto3 by Jan Tattermusch · 9 years ago
  12. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  13. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  14. 31ba063 changed the way ports are added to the server by Jan Tattermusch · 9 years ago
  15. 021df8a changed way service definitions are added to the server by Jan Tattermusch · 9 years ago
  16. 5f8d9dc only use lowercase metadata keys in headers by Jan Tattermusch · 9 years ago
  17. 9b048e5 introducing async tests by Jan Tattermusch · 9 years ago
  18. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  19. 4106259 add MathService.Fib test with deadline by Jan Tattermusch · 9 years ago
  20. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  21. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  22. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  23. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  24. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  25. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  26. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  27. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  28. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  29. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  30. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  31. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  32. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  33. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  34. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  35. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  36. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 9 years ago[Renamed from src/csharp/Grpc.Api.Tests/MathClientServerTests.cs]
  37. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 9 years ago[Renamed from src/csharp/GrpcApiTests/MathClientServerTests.cs]
  38. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 9 years ago
  39. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 9 years ago
  40. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  41. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 9 years ago
  42. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  43. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 9 years ago
  44. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 9 years ago
  45. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 9 years ago
  46. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 9 years ago