1. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  2. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  3. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  4. bfee01d regenerate C# sources by Jan Tattermusch · 8 years ago
  5. b143ca0 Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen by Nicolas Noble · 8 years ago
  6. cca098e Merge pull request #6299 from jtattermusch/fix_5912 by Jan Tattermusch · 8 years ago
  7. cec4298 Merge pull request #4569 from jskeet/fix-buildall by Jan Tattermusch · 8 years ago
  8. 7c0e1ee regenerate code by Jan Tattermusch · 8 years ago
  9. 85c3ab0 fix #5912 by Jan Tattermusch · 8 years ago
  10. eeef86c Merge pull request #6282 from jtattermusch/disable_internal_obsolete by Jan Tattermusch · 8 years ago
  11. 55fad17 regenerate C# protos by Jan Tattermusch · 8 years ago
  12. 23a9ca5 fix assembly version attributes for C# by Jan Tattermusch · 8 years ago
  13. 1c35498 Merge pull request #6256 from jtattermusch/csharp_stressclient by Jan Tattermusch · 8 years ago
  14. f4bc99e address comments by Jan Tattermusch · 8 years ago
  15. bf2315c Merge pull request #6242 from vjpai/i_have_the_best_variants by Jan Tattermusch · 8 years ago
  16. a75c63b Merge pull request #5073 from mleenhardt/calloptions-fluent by Jan Tattermusch · 8 years ago
  17. 44aa843 add generated proto files by Jan Tattermusch · 8 years ago
  18. 987e978 add metrics.proto generated files to C# project by Jan Tattermusch · 8 years ago
  19. 445a82b Add C# stress test client by Jan Tattermusch · 8 years ago
  20. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  21. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  22. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  23. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  24. 8c839e8 check for histogramParams presence by Jan Tattermusch · 8 years ago
  25. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  26. d550ad1 Add TextWriterLogger by Jan Tattermusch · 8 years ago
  27. 9c3f15c improve C# sanity test by Jan Tattermusch · 8 years ago
  28. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  29. 04743d7 add Newtonsoft.Json to Grpc.Core.Tests by Jan Tattermusch · 8 years ago
  30. 10e85f1 fix interop tests by Jan Tattermusch · 8 years ago
  31. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  32. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  33. b323608 fix test credentials for nunit3 by Jan Tattermusch · 8 years ago
  34. 9f19bd3 migrate Grpc.IntegrationTesting to NUnit3 by Jan Tattermusch · 8 years ago
  35. 6c0dee8 migrate Grpc.Examples.Tests to NUnit3 by Jan Tattermusch · 8 years ago
  36. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  37. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  38. d4f04e8 Merge pull request #6115 from jtattermusch/csharp_support_projectjson by Jan Tattermusch · 8 years ago
  39. 896ae71 remove leftover file from the past by Jan Tattermusch · 8 years ago
  40. acd5f0e delete a leftover file from the past by Jan Tattermusch · 8 years ago
  41. 9ad4c3a async void is illegal in ASP.NET and DNXcore by Jan Tattermusch · 8 years ago
  42. 1afdf84 make gRPC C# nuget work with new project.json style projects by Jan Tattermusch · 8 years ago
  43. efa6af7 Merge branch 'master' into calloptions-fluent by Mathieu Leenhardt · 8 years ago
  44. 182de56 Merge pull request #6082 from jtattermusch/csharp_perfworker_features by Jan Tattermusch · 8 years ago
  45. 506cfa6 Merge pull request #6087 from ctiller/reset_copyright by Jan Tattermusch · 8 years ago
  46. eff9cf0 make interarrival timer generate the right QPS with poisson load by Jan Tattermusch · 8 years ago
  47. e81adf3 Add more features for C# performance worker by Jan Tattermusch · 8 years ago
  48. ed1307d Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass by Jan Tattermusch · 8 years ago
  49. 084aa62 Remove unnecessary -2016 from copyrights by Craig Tiller · 8 years ago
  50. 1b7c0a2 Merge pull request #6067 from jtattermusch/halfclose_after_close by Jan Tattermusch · 8 years ago
  51. 5d27030 add some test for the newly generated code by Jan Tattermusch · 8 years ago
  52. ddc4e34 regenerate code by Jan Tattermusch · 8 years ago
  53. acb842c fix copyrights by Jan Tattermusch · 8 years ago
  54. 2f0a837 introduce concept of opaque client base configuration by Jan Tattermusch · 8 years ago
  55. 054fae7 move implementations of CallInvoker to Grpc.Core.Internal by Jan Tattermusch · 8 years ago
  56. b240358 add parameterless constructor for ClientBase by Jan Tattermusch · 8 years ago
  57. c831a44 add ClientBase.WithHost and get rid of HeaderInterceptor by Jan Tattermusch · 8 years ago
  58. b455bcc add host field support to CallInvoker by Jan Tattermusch · 8 years ago
  59. 809148d migrate code to single client-side class by Jan Tattermusch · 8 years ago
  60. d9495ab refactor ClientBase by Jan Tattermusch · 8 years ago
  61. 8496efa add concept of CallInvoker by Jan Tattermusch · 8 years ago
  62. d8f7c8a migrate from client side interface to client side abstract class by Jan Tattermusch · 8 years ago
  63. c86a588 fix copyrights by Jan Tattermusch · 8 years ago
  64. eeef5ed regenerate protos by Jan Tattermusch · 8 years ago
  65. d39426d change C# service implementations to inherit from a generated base class by Jan Tattermusch · 8 years ago
  66. db45aa8 ignore perf tests that slow down C# coverage on windows by Jan Tattermusch · 8 years ago
  67. 57b096c upgrade tool for C# coverage reports by Jan Tattermusch · 8 years ago
  68. d2432e3 fixup by Jan Tattermusch · 8 years ago
  69. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  70. e545ffe Merge pull request #6007 from jtattermusch/upgrade_google_apis_nuget by Jan Tattermusch · 8 years ago
  71. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  72. f85c70f bump Google.Apis.Auth nuget to 1.11.1 by Jan Tattermusch · 8 years ago
  73. d2eb239 Merge pull request #5904 from jtattermusch/csharp_perf_intergrate by Jan Tattermusch · 8 years ago
  74. 4214052 fix RunnerClientServerTest and copyrights by Jan Tattermusch · 8 years ago
  75. 9533d04 Fix includes by Craig Tiller · 8 years ago
  76. 253769e add ASYNC_GENERIC_SERVER support for C# by Jan Tattermusch · 8 years ago
  77. e45ca5f add support for C# generic client by Jan Tattermusch · 8 years ago
  78. e26e2e5 support streaming and async client by Jan Tattermusch · 8 years ago
  79. c848502 honor request.ReponseSize for benchmark service by Jan Tattermusch · 8 years ago
  80. 3d6644a improve C# qps worker by Jan Tattermusch · 8 years ago
  81. a643960 Merge pull request #5810 from jtattermusch/extension_loading_for_webapps by Jan Tattermusch · 8 years ago
  82. 2b0f9e8 Merge pull request #5674 from jtattermusch/csharp_log_precision by Jan Tattermusch · 8 years ago
  83. eeb1330 make timestamp format in C# logs more similar to C core by Jan Tattermusch · 8 years ago
  84. 3560a43 correct handling for shadowed assemblies when loading native extension by Jan Tattermusch · 8 years ago
  85. 2ba1633 DocFixit: Minor corrections to the instructions by Sree Kuchibhotla · 8 years ago
  86. 602eff7 Merge pull request #5439 from chrisdunelm/coreclr_metadata2 by Jan Tattermusch · 8 years ago
  87. 06c98fa fix copyright by Jan Tattermusch · 9 years ago
  88. 7d91dc3 fix #4427 by Jan Tattermusch · 9 years ago
  89. 2463010 package protoc artifacts for all platforms in Grpc.Tools by Jan Tattermusch · 9 years ago
  90. 762ed43 Support for coreclr by Chris Bacon · 9 years ago
  91. 84a74f8 Merge pull request #5327 from yang-g/v1alpha_to_v1 by Yang Gao · 9 years ago
  92. 74c3912 Merge pull request #5086 from chrisdunelm/coreclr_platforms by Jan Tattermusch · 9 years ago
  93. 7620649 Merge pull request #5359 from nicolasnoble/upmerge by Jan Tattermusch · 9 years ago
  94. b0ec2ba Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2 by Jan Tattermusch · 9 years ago
  95. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 9 years ago
  96. a493353 fix C# build by Jan Tattermusch · 9 years ago
  97. 4938274 Merge pull request #5314 from jtattermusch/csharp_perf_removehost by Vijay Pai · 9 years ago
  98. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 9 years ago
  99. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 9 years ago
  100. a4598b4 fix impl and test about host by yang-g · 9 years ago