1. 85c3ab0 fix #5912 by Jan Tattermusch · 8 years ago
  2. 9f19bd3 migrate Grpc.IntegrationTesting to NUnit3 by Jan Tattermusch · 8 years ago
  3. acb842c fix copyrights by Jan Tattermusch · 8 years ago
  4. 809148d migrate code to single client-side class by Jan Tattermusch · 8 years ago
  5. d8f7c8a migrate from client side interface to client side abstract class by Jan Tattermusch · 8 years ago
  6. fa20ebc implement unimplemented_method interop test by Jan Tattermusch · 9 years ago
  7. 0ed7315 implemented more interop tests by Jan Tattermusch · 9 years ago
  8. beffc77 stop using SSL_CERT_FILE env for C# interop tests by Jan Tattermusch · 9 years ago
  9. 18729a0 Polishing of C# auth API by Jan Tattermusch · 9 years ago
  10. cf72a3a use JWT credentials for per_rpc_creds by Jan Tattermusch · 9 years ago
  11. 64d7c24 make C# auth interop tests up to spec by Jan Tattermusch · 9 years ago
  12. 7828e81 make C# interop test args parsing compliant with spec by Jan Tattermusch · 9 years ago
  13. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  14. 9e5e7e9 a small interop client refactoring by Jan Tattermusch · 9 years ago
  15. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  16. 8266c67 enable cloud_to_cloud tests with servers in a separate container by Jan Tattermusch · 9 years ago
  17. 156a7b6 Don't do .Wait() in async context. by Jan Tattermusch · 9 years ago
  18. bea7cbd use service account credentials for per RPC test by Jan Tattermusch · 9 years ago
  19. ee0ef4d ugly fix of per_rpc_creds test by Jan Tattermusch · 9 years ago
  20. b26972f update the interop tests based on spec by Jan Tattermusch · 9 years ago
  21. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  22. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  23. e4134dd implement timeout_on_sleeping_server interop test by Jan Tattermusch · 9 years ago
  24. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  25. f6edf87 metadata polishing by Jan Tattermusch · 9 years ago
  26. e396b8d add method info to auth interceptor by Jan Tattermusch · 9 years ago
  27. 9e14414 refactor auth interceptors by Jan Tattermusch · 9 years ago
  28. 3c9752e Revert "implement timeout_on_sleeping_server interop test" by Jan Tattermusch · 9 years ago
  29. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  30. 39b39d6 implement timeout_on_sleeping_server interop test by Jan Tattermusch · 9 years ago
  31. 0c140a8 migrate to usable auth library by Jan Tattermusch · 9 years ago
  32. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  33. 8644aea migrated code to proto3 by Jan Tattermusch · 9 years ago
  34. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  35. 1f21f33 Merge pull request #2666 from jtattermusch/oauth_token_api_fix by Michael Lumish · 9 years ago
  36. cd7a405 make work with out-of-band oauth2 token more pleasant by Jan Tattermusch · 9 years ago
  37. b98e1dd make some interop tests run as async methods by Jan Tattermusch · 9 years ago
  38. ae01709 fix stylecop warnings by Jan Tattermusch · 9 years ago
  39. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  40. 7b4a31f implement per_rpc_creds and oauth2_auth_token interop tests by Jan Tattermusch · 9 years ago
  41. fd953a5 add support for per-call metadata by Jan Tattermusch · 9 years ago
  42. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  43. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  44. c8f7d10 fix stylecop issues by Jan Tattermusch · 9 years ago
  45. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  46. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  47. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  48. 43dc50b make naming of async write methods clearer (by adding Async suffix) by Jan Tattermusch · 9 years ago
  49. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  50. 7eb3a76 Replace handwritten testService stub by the generated one by Jan Tattermusch · 9 years ago
  51. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  52. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  53. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  54. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  55. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  56. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  57. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  58. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 9 years ago
  59. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  60. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  61. f7e32a6 C# interop client support for external CA file by Jan Tattermusch · 9 years ago
  62. 1532923 client side support for TLS by Jan Tattermusch · 9 years ago
  63. 503bbac added C# interop server by Jan Tattermusch · 9 years ago[Renamed (98%) from src/csharp/Grpc.IntegrationTesting/Client.cs]
  64. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 9 years ago
  65. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  66. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed (99%) from src/csharp/InteropClient/Client.cs]
  67. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  68. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  69. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  70. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  71. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  72. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  73. 392d1e0 addressed review comments by Jan Tattermusch · 10 years ago[Renamed (98%) from src/csharp/InteropClient/InteropClient.cs]
  74. d233d3a added some more interop tests by Jan Tattermusch · 10 years ago
  75. eb3e76e scaffolding for interop_client and little bit of project renaming by Jan Tattermusch · 10 years ago