1. beffc77 stop using SSL_CERT_FILE env for C# interop tests by Jan Tattermusch · 9 years ago
  2. e49501a Update README.md by Jan Tattermusch · 9 years ago
  3. 2ca1df1 restrict number of iterations for UnaryCallPerformance test by Jan Tattermusch · 9 years ago
  4. d86742f Merge pull request #3756 from jtattermusch/adjust_csharp_auth_api by Jan Tattermusch · 9 years ago
  5. 18729a0 Polishing of C# auth API by Jan Tattermusch · 9 years ago
  6. deea05b Merge pull request #3688 from murgatroid99/run_tests_tracing_fix by Michael Lumish · 9 years ago
  7. a6e68f1 rename grpc.native.csharp_ext nuget to grpc.native.csharp by Jan Tattermusch · 9 years ago
  8. 2167500 Merge pull request #3739 from jtattermusch/csharp_interop_auth by Stanley Cheung · 9 years ago
  9. 5dde2b8 Merge pull request #3731 from jtattermusch/csharp_use_common_protos by Yang Gao · 9 years ago
  10. cf72a3a use JWT credentials for per_rpc_creds by Jan Tattermusch · 9 years ago
  11. 9d8a652 prevent ArgumentNullException in credentials plugin by Jan Tattermusch · 9 years ago
  12. 64d7c24 make C# auth interop tests up to spec by Jan Tattermusch · 9 years ago
  13. 70f8652 regenerate generated interop testing files by Jan Tattermusch · 9 years ago
  14. 317cb72 remove extra copy of test.proto by Jan Tattermusch · 9 years ago
  15. 6d0bccf update C# regenerate proto script by Jan Tattermusch · 9 years ago
  16. 7828e81 make C# interop test args parsing compliant with spec by Jan Tattermusch · 9 years ago
  17. 5561de2 Shortened long C# benchmark test by murgatroid99 · 9 years ago
  18. 706a010 stop gcc complaints about func ptr conversions by Jan Tattermusch · 9 years ago
  19. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  20. 9e5e7e9 a small interop client refactoring by Jan Tattermusch · 9 years ago
  21. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  22. 5bd75d7 implement C# wrapping for plugin API by Jan Tattermusch · 9 years ago
  23. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  24. 6d1e18c Merge pull request #3467 from ctiller/can-we-be-single-threaded by Nicolas Noble · 9 years ago
  25. 3ccd961 Ensure GrpcEnvironment setup for these (special) tests by Craig Tiller · 9 years ago
  26. 8266c67 enable cloud_to_cloud tests with servers in a separate container by Jan Tattermusch · 9 years ago
  27. 3fcbdef further docs fixes by Jan Tattermusch · 9 years ago
  28. e0be467 Update c# docs for release 0.11 by Jan Tattermusch · 9 years ago
  29. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  30. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  31. f6e2638 bump version of C# to 0.7.1 by Jan Tattermusch · 9 years ago
  32. c4ebda7 plain log message should not be treated as format string by Jan Tattermusch · 9 years ago
  33. 156a7b6 Don't do .Wait() in async context. by Jan Tattermusch · 9 years ago
  34. f6a39e9 Type sign fix for C# by David Garcia Quintas · 9 years ago
  35. bea7cbd use service account credentials for per RPC test by Jan Tattermusch · 9 years ago
  36. ee0ef4d ugly fix of per_rpc_creds test by Jan Tattermusch · 9 years ago
  37. b26972f update the interop tests based on spec by Jan Tattermusch · 9 years ago
  38. c84c2e3 fix C# nuget package building by Jan Tattermusch · 9 years ago
  39. 7d3d485 add roots.pem to Grpc C# nuget package by Jan Tattermusch · 9 years ago
  40. 68e63c7 Merge pull request #3137 from grpc/jtattermusch-patch-2 by Tim Emiola · 9 years ago
  41. 487a72b Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem. by Jan Tattermusch · 9 years ago
  42. 7279567 check for allowed characters in metadata key by Jan Tattermusch · 9 years ago
  43. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  44. 910ad08 Merge pull request #3106 from jtattermusch/culture_invariant by Stanley Cheung · 9 years ago
  45. 0a26821 replace all grpc-common occurances with examples by Stanley Cheung · 9 years ago
  46. 5414df3 make ToLower culture invariant by Jan Tattermusch · 9 years ago
  47. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  48. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  49. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  50. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  51. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  52. 12855fc polishing public docs by Jan Tattermusch · 9 years ago
  53. f637573 make unneeded API internal-only, update docs by Jan Tattermusch · 9 years ago
  54. 578c7c5 revert AssemblyInfo.cs by Jan Tattermusch · 9 years ago
  55. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  56. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  57. 3af838a simplify stream reads on client side by Jan Tattermusch · 9 years ago
  58. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  59. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  60. e4134dd implement timeout_on_sleeping_server interop test by Jan Tattermusch · 9 years ago
  61. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  62. 249fc80 improving the tests by Jan Tattermusch · 9 years ago
  63. f6edf87 metadata polishing by Jan Tattermusch · 9 years ago
  64. 39d97a7 Merge pull request #2964 from jtattermusch/refactor_auth_interceptors by Michael Lumish · 9 years ago
  65. e396b8d add method info to auth interceptor by Jan Tattermusch · 9 years ago
  66. e717852 fix comment by Jan Tattermusch · 9 years ago
  67. 9e14414 refactor auth interceptors by Jan Tattermusch · 9 years ago
  68. 2250454 forgot to expose status and trailers for unary call by Jan Tattermusch · 9 years ago
  69. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  70. c7cfe9d Fix version of Google.Apis.Auth required by Grpc.Auth nuget. by Jan Tattermusch · 9 years ago
  71. d8fc860 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  72. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  73. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  74. 58d6374 upgrade to latest protobufs by Jan Tattermusch · 9 years ago
  75. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  76. 70cb300 generate auth URI for JWT access token properly by Jan Tattermusch · 9 years ago
  77. cf9a0ce Merge pull request #2900 from jtattermusch/csharp_exceptions by Jan Tattermusch · 9 years ago
  78. 720903a Fixing merge failures. by Nicolas "Pixel" Noble · 9 years ago
  79. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  80. 94829fb remove OperationFailedException also from the project file by Jan Tattermusch · 9 years ago
  81. 0c140a8 migrate to usable auth library by Jan Tattermusch · 9 years ago
  82. ebf4046 getting rid of unnecessary exception type by Jan Tattermusch · 9 years ago
  83. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  84. 1b926ee add comments by Jan Tattermusch · 9 years ago
  85. 9698b5b polishing CallOptions by Jan Tattermusch · 9 years ago
  86. 2527967 fix test by Jan Tattermusch · 9 years ago
  87. 66eb18d fixing doc comments by Jan Tattermusch · 9 years ago
  88. 3e94197 get rid of unnecessary ExceptionHelper by Jan Tattermusch · 9 years ago
  89. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  90. 39a9ec8 fix preconditions class by Jan Tattermusch · 9 years ago
  91. 488598a Merge pull request #2867 from jtattermusch/csharp_sandcastle by Tim Emiola · 9 years ago
  92. b5ea2f8 Merge pull request #2873 from jtattermusch/expose_version_string by Jan Tattermusch · 9 years ago
  93. 5bdcfc6 Merge pull request #2864 from jtattermusch/0.10-upport by Nicolas Noble · 9 years ago
  94. 1338798 fix method signature and add test by Jan Tattermusch · 9 years ago
  95. 03ad951 add const modifier by Jan Tattermusch · 9 years ago
  96. c5a6aca expose C core version string to C# by Jan Tattermusch · 9 years ago
  97. 4dd2509 added sandcastle project to generate docs by Jan Tattermusch · 9 years ago
  98. dad1724 added tests by Jan Tattermusch · 9 years ago
  99. 392fae2 context propagation API by Jan Tattermusch · 9 years ago
  100. 012b2e9 update Grpc.Tools.nuspec by Jan Tattermusch · 9 years ago