1. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  2. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  3. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 8 years ago
  4. c86a588 fix copyrights by Jan Tattermusch · 8 years ago
  5. d39426d change C# service implementations to inherit from a generated base class by Jan Tattermusch · 8 years ago
  6. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  7. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  8. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  9. 5c42d8d regenerate protos by Jan Tattermusch · 9 years ago
  10. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  11. 25bb2ef regenerated code and fixed inconsistencies by Jan Tattermusch · 9 years ago
  12. 43dc50b make naming of async write methods clearer (by adding Async suffix) by Jan Tattermusch · 9 years ago
  13. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  14. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  15. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  16. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 9 years ago
  17. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  18. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  19. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 10 years ago
  20. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago[Renamed from src/csharp/Grpc.Api/MathServiceImpl.cs]
  21. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcApi/MathServiceImpl.cs]
  22. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  23. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  24. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  25. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  26. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago