1. ae01709 fix stylecop warnings by Jan Tattermusch · 9 years ago
  2. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  3. 7b4a31f implement per_rpc_creds and oauth2_auth_token interop tests by Jan Tattermusch · 9 years ago
  4. fd953a5 add support for per-call metadata 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. c8f7d10 fix stylecop issues by Jan Tattermusch · 9 years ago
  8. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  9. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  10. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  11. 43dc50b make naming of async write methods clearer (by adding Async suffix) by Jan Tattermusch · 9 years ago
  12. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  13. 7eb3a76 Replace handwritten testService stub by the generated one by Jan Tattermusch · 9 years ago
  14. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  15. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  16. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  17. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  18. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  19. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  20. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  21. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 10 years ago
  22. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 10 years ago
  23. b0829eb C# server side TLS support by Jan Tattermusch · 10 years ago
  24. f7e32a6 C# interop client support for external CA file by Jan Tattermusch · 10 years ago
  25. 1532923 client side support for TLS by Jan Tattermusch · 10 years ago
  26. 503bbac added C# interop server by Jan Tattermusch · 10 years ago[Renamed (98%) from src/csharp/Grpc.IntegrationTesting/Client.cs]
  27. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 10 years ago
  28. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  29. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed (99%) from src/csharp/InteropClient/Client.cs]
  30. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  31. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  32. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  33. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  34. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  35. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  36. 392d1e0 addressed review comments by Jan Tattermusch · 10 years ago[Renamed (98%) from src/csharp/InteropClient/InteropClient.cs]
  37. d233d3a added some more interop tests by Jan Tattermusch · 10 years ago
  38. eb3e76e scaffolding for interop_client and little bit of project renaming by Jan Tattermusch · 10 years ago