1. 253769e add ASYNC_GENERIC_SERVER support for C# by Jan Tattermusch · 9 years ago
  2. e45ca5f add support for C# generic client by Jan Tattermusch · 9 years ago
  3. e26e2e5 support streaming and async client by Jan Tattermusch · 9 years ago
  4. c848502 honor request.ReponseSize for benchmark service by Jan Tattermusch · 9 years ago
  5. 3d6644a improve C# qps worker by Jan Tattermusch · 9 years ago
  6. 06c98fa fix copyright by Jan Tattermusch · 9 years ago
  7. 7d91dc3 fix #4427 by Jan Tattermusch · 9 years ago
  8. a493353 fix C# build by Jan Tattermusch · 9 years ago
  9. 4938274 Merge pull request #5314 from jtattermusch/csharp_perf_removehost by Vijay Pai · 9 years ago
  10. 13b63a0 fix copyrights by Jan Tattermusch · 9 years ago
  11. 1cbb567 minor tweaks to C# qpswoker by Jan Tattermusch · 9 years ago
  12. 0f89256 update copyrights by Jan Tattermusch · 9 years ago
  13. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 9 years ago
  14. 7928b41 update C# dependencies by Jan Tattermusch · 9 years ago
  15. ecb02be include assembly signing key in the repo by Jan Tattermusch · 9 years ago
  16. 72ce442 regenerate C# protos by Jan Tattermusch · 9 years ago
  17. aba2548 upgrade Grpc.sln to newest Google.Protobuf nuget by Jan Tattermusch · 9 years ago
  18. d214fb9 Remove leftovers from packages.config by Jan Tattermusch · 9 years ago
  19. 3ac4900 improve MetadataCredentials test by Jan Tattermusch · 9 years ago
  20. 839dc96 temporarily disable UnimplementedMethod test by Jan Tattermusch · 9 years ago
  21. 450b281 temporarily disable StatusCodeAndMessage test by Jan Tattermusch · 9 years ago
  22. 3ac274f start using Ignore attribute for performance tests by Jan Tattermusch · 9 years ago
  23. 66a653d add ClientBase coverage by Jan Tattermusch · 9 years ago
  24. fa20ebc implement unimplemented_method interop test by Jan Tattermusch · 9 years ago
  25. 0ed7315 implemented more interop tests by Jan Tattermusch · 9 years ago
  26. b91c706 Merge Python tox fix into release-0.12-to-be-merged-into-master by Jorge Canizales · 9 years ago
  27. 189fcf8 introduce auth interceptor context by Jan Tattermusch · 9 years ago
  28. 846ae8d Merge pull request #4156 from jtattermusch/perf_testing_polishing by Jan Tattermusch · 9 years ago
  29. bb2646a Merge pull request #4146 from jtattermusch/csharp_perf_runners by Michael Lumish · 9 years ago
  30. 18ce9d6 use new proto option in C# by Jan Tattermusch · 9 years ago
  31. 4d7dbbf regenerate protos by Jan Tattermusch · 9 years ago
  32. 1a8f547 use regular lock instead of spinlock by Jan Tattermusch · 9 years ago
  33. 4bdd72b dont run performance test by default by Jan Tattermusch · 9 years ago
  34. 95d80c5 remove tabs by Jan Tattermusch · 9 years ago
  35. d0c1bfa Provide performance workers for C# by Jan Tattermusch · 9 years ago
  36. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  37. beffc77 stop using SSL_CERT_FILE env for C# interop tests by Jan Tattermusch · 9 years ago
  38. 18729a0 Polishing of C# auth API by Jan Tattermusch · 9 years ago
  39. 2167500 Merge pull request #3739 from jtattermusch/csharp_interop_auth by Stanley Cheung · 9 years ago
  40. 5dde2b8 Merge pull request #3731 from jtattermusch/csharp_use_common_protos by Yang Gao · 9 years ago
  41. cf72a3a use JWT credentials for per_rpc_creds by Jan Tattermusch · 9 years ago
  42. 64d7c24 make C# auth interop tests up to spec by Jan Tattermusch · 9 years ago
  43. 70f8652 regenerate generated interop testing files by Jan Tattermusch · 9 years ago
  44. 317cb72 remove extra copy of test.proto by Jan Tattermusch · 9 years ago
  45. 7828e81 make C# interop test args parsing compliant with spec by Jan Tattermusch · 9 years ago
  46. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  47. 9e5e7e9 a small interop client refactoring by Jan Tattermusch · 9 years ago
  48. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  49. 5bd75d7 implement C# wrapping for plugin API by Jan Tattermusch · 9 years ago
  50. 8266c67 enable cloud_to_cloud tests with servers in a separate container by Jan Tattermusch · 9 years ago
  51. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  52. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  53. 156a7b6 Don't do .Wait() in async context. by Jan Tattermusch · 9 years ago
  54. bea7cbd use service account credentials for per RPC test by Jan Tattermusch · 9 years ago
  55. ee0ef4d ugly fix of per_rpc_creds test by Jan Tattermusch · 9 years ago
  56. b26972f update the interop tests based on spec by Jan Tattermusch · 9 years ago
  57. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  58. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  59. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  60. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  61. e4134dd implement timeout_on_sleeping_server interop test by Jan Tattermusch · 9 years ago
  62. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  63. f6edf87 metadata polishing by Jan Tattermusch · 9 years ago
  64. e396b8d add method info to auth interceptor by Jan Tattermusch · 9 years ago
  65. 9e14414 refactor auth interceptors by Jan Tattermusch · 9 years ago
  66. 3c9752e Revert "implement timeout_on_sleeping_server interop test" by Jan Tattermusch · 9 years ago
  67. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  68. 58d6374 upgrade to latest protobufs by Jan Tattermusch · 9 years ago
  69. 39b39d6 implement timeout_on_sleeping_server interop test by Jan Tattermusch · 9 years ago
  70. 0c140a8 migrate to usable auth library by Jan Tattermusch · 9 years ago
  71. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  72. 4ef39ce switched to protobuf from 20150808 by Jan Tattermusch · 9 years ago
  73. 38536a7 regenerate protos by Jan Tattermusch · 9 years ago
  74. e6af5d1 add service descriptor property to generated code by Jan Tattermusch · 9 years ago
  75. 8644aea migrated code to proto3 by Jan Tattermusch · 9 years ago
  76. 475f75a regenerate by Jan Tattermusch · 9 years ago
  77. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  78. 5c42d8d regenerate protos by Jan Tattermusch · 9 years ago
  79. 85f24b5 update proto files by Jan Tattermusch · 9 years ago
  80. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  81. ffa17b1 regenerated code by Jan Tattermusch · 9 years ago
  82. cc97fed regenerated code by Jan Tattermusch · 9 years ago
  83. 31ba063 changed the way ports are added to the server by Jan Tattermusch · 9 years ago
  84. 021df8a changed way service definitions are added to the server by Jan Tattermusch · 9 years ago
  85. dc64fb5 remove the ImmutableCollections dependency by Jan Tattermusch · 9 years ago
  86. d27dfa7 enable forcing client auth by Jan Tattermusch · 9 years ago
  87. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  88. 1f21f33 Merge pull request #2666 from jtattermusch/oauth_token_api_fix by Michael Lumish · 9 years ago
  89. cd7a405 make work with out-of-band oauth2 token more pleasant by Jan Tattermusch · 9 years ago
  90. b98e1dd make some interop tests run as async methods by Jan Tattermusch · 9 years ago
  91. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  92. 0526161 introduce gRPC logger by Jan Tattermusch · 9 years ago
  93. f9c2d97 fix reference to bouncyCastles assembly by Jan Tattermusch · 9 years ago
  94. a6b8288 upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code by Jan Tattermusch · 9 years ago
  95. dce9f6e fix x86 target to be AnyCPU by Jan Tattermusch · 9 years ago
  96. eea5955 added test for client SSL authentication by Jan Tattermusch · 9 years ago
  97. 7452956 added deadline to generated stubs by Jan Tattermusch · 9 years ago
  98. ae01709 fix stylecop warnings by Jan Tattermusch · 9 years ago
  99. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  100. 25bb2ef regenerated code and fixed inconsistencies by Jan Tattermusch · 9 years ago