1. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  2. 4106259 add MathService.Fib test with deadline by Jan Tattermusch · 9 years ago
  3. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  4. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  5. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  6. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  7. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  8. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  9. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  10. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  11. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  12. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  13. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  14. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  15. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  16. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  17. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  18. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  19. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago[Renamed from src/csharp/Grpc.Api.Tests/MathClientServerTests.cs]
  20. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcApiTests/MathClientServerTests.cs]
  21. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  22. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  23. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  24. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  25. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  26. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  27. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  28. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  29. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago