1. 445a82b Add C# stress test client by Jan Tattermusch · 8 years ago
  2. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  3. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  4. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  5. 8c839e8 check for histogramParams presence by Jan Tattermusch · 8 years ago
  6. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  7. d550ad1 Add TextWriterLogger by Jan Tattermusch · 8 years ago
  8. 9c3f15c improve C# sanity test by Jan Tattermusch · 8 years ago
  9. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  10. 04743d7 add Newtonsoft.Json to Grpc.Core.Tests by Jan Tattermusch · 8 years ago
  11. 10e85f1 fix interop tests by Jan Tattermusch · 8 years ago
  12. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  13. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  14. b323608 fix test credentials for nunit3 by Jan Tattermusch · 8 years ago
  15. 9f19bd3 migrate Grpc.IntegrationTesting to NUnit3 by Jan Tattermusch · 8 years ago
  16. 6c0dee8 migrate Grpc.Examples.Tests to NUnit3 by Jan Tattermusch · 8 years ago
  17. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  18. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  19. d4f04e8 Merge pull request #6115 from jtattermusch/csharp_support_projectjson by Jan Tattermusch · 8 years ago
  20. 896ae71 remove leftover file from the past by Jan Tattermusch · 8 years ago
  21. acd5f0e delete a leftover file from the past by Jan Tattermusch · 8 years ago
  22. 9ad4c3a async void is illegal in ASP.NET and DNXcore by Jan Tattermusch · 8 years ago
  23. 1afdf84 make gRPC C# nuget work with new project.json style projects by Jan Tattermusch · 8 years ago
  24. 182de56 Merge pull request #6082 from jtattermusch/csharp_perfworker_features by Jan Tattermusch · 8 years ago
  25. 506cfa6 Merge pull request #6087 from ctiller/reset_copyright by Jan Tattermusch · 8 years ago
  26. eff9cf0 make interarrival timer generate the right QPS with poisson load by Jan Tattermusch · 8 years ago
  27. e81adf3 Add more features for C# performance worker by Jan Tattermusch · 8 years ago
  28. ed1307d Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass by Jan Tattermusch · 8 years ago
  29. 084aa62 Remove unnecessary -2016 from copyrights by Craig Tiller · 8 years ago
  30. 1b7c0a2 Merge pull request #6067 from jtattermusch/halfclose_after_close by Jan Tattermusch · 8 years ago
  31. 5d27030 add some test for the newly generated code by Jan Tattermusch · 8 years ago
  32. ddc4e34 regenerate code by Jan Tattermusch · 8 years ago
  33. acb842c fix copyrights by Jan Tattermusch · 8 years ago
  34. 2f0a837 introduce concept of opaque client base configuration by Jan Tattermusch · 8 years ago
  35. 054fae7 move implementations of CallInvoker to Grpc.Core.Internal by Jan Tattermusch · 8 years ago
  36. b240358 add parameterless constructor for ClientBase by Jan Tattermusch · 8 years ago
  37. c831a44 add ClientBase.WithHost and get rid of HeaderInterceptor by Jan Tattermusch · 8 years ago
  38. b455bcc add host field support to CallInvoker by Jan Tattermusch · 8 years ago
  39. 809148d migrate code to single client-side class by Jan Tattermusch · 8 years ago
  40. d9495ab refactor ClientBase by Jan Tattermusch · 8 years ago
  41. 8496efa add concept of CallInvoker by Jan Tattermusch · 8 years ago
  42. d8f7c8a migrate from client side interface to client side abstract class by Jan Tattermusch · 8 years ago
  43. c86a588 fix copyrights by Jan Tattermusch · 8 years ago
  44. eeef5ed regenerate protos by Jan Tattermusch · 8 years ago
  45. d39426d change C# service implementations to inherit from a generated base class by Jan Tattermusch · 8 years ago
  46. db45aa8 ignore perf tests that slow down C# coverage on windows by Jan Tattermusch · 8 years ago
  47. 57b096c upgrade tool for C# coverage reports by Jan Tattermusch · 8 years ago
  48. d2432e3 fixup by Jan Tattermusch · 8 years ago
  49. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  50. e545ffe Merge pull request #6007 from jtattermusch/upgrade_google_apis_nuget by Jan Tattermusch · 8 years ago
  51. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  52. f85c70f bump Google.Apis.Auth nuget to 1.11.1 by Jan Tattermusch · 8 years ago
  53. d2eb239 Merge pull request #5904 from jtattermusch/csharp_perf_intergrate by Jan Tattermusch · 8 years ago
  54. 4214052 fix RunnerClientServerTest and copyrights by Jan Tattermusch · 8 years ago
  55. 9533d04 Fix includes by Craig Tiller · 8 years ago
  56. 253769e add ASYNC_GENERIC_SERVER support for C# by Jan Tattermusch · 8 years ago
  57. e45ca5f add support for C# generic client by Jan Tattermusch · 8 years ago
  58. e26e2e5 support streaming and async client by Jan Tattermusch · 8 years ago
  59. c848502 honor request.ReponseSize for benchmark service by Jan Tattermusch · 8 years ago
  60. 3d6644a improve C# qps worker by Jan Tattermusch · 8 years ago
  61. a643960 Merge pull request #5810 from jtattermusch/extension_loading_for_webapps by Jan Tattermusch · 8 years ago
  62. 2b0f9e8 Merge pull request #5674 from jtattermusch/csharp_log_precision by Jan Tattermusch · 8 years ago
  63. eeb1330 make timestamp format in C# logs more similar to C core by Jan Tattermusch · 8 years ago
  64. 3560a43 correct handling for shadowed assemblies when loading native extension by Jan Tattermusch · 8 years ago
  65. 2ba1633 DocFixit: Minor corrections to the instructions by Sree Kuchibhotla · 8 years ago
  66. 602eff7 Merge pull request #5439 from chrisdunelm/coreclr_metadata2 by Jan Tattermusch · 8 years ago
  67. 06c98fa fix copyright by Jan Tattermusch · 8 years ago
  68. 7d91dc3 fix #4427 by Jan Tattermusch · 8 years ago
  69. 2463010 package protoc artifacts for all platforms in Grpc.Tools by Jan Tattermusch · 8 years ago
  70. 762ed43 Support for coreclr by Chris Bacon · 8 years ago
  71. 84a74f8 Merge pull request #5327 from yang-g/v1alpha_to_v1 by Yang Gao · 8 years ago
  72. 74c3912 Merge pull request #5086 from chrisdunelm/coreclr_platforms by Jan Tattermusch · 8 years ago
  73. 7620649 Merge pull request #5359 from nicolasnoble/upmerge by Jan Tattermusch · 8 years ago
  74. b0ec2ba Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2 by Jan Tattermusch · 8 years ago
  75. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 8 years ago
  76. a493353 fix C# build by Jan Tattermusch · 8 years ago
  77. 4938274 Merge pull request #5314 from jtattermusch/csharp_perf_removehost by Vijay Pai · 8 years ago
  78. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 8 years ago
  79. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 8 years ago
  80. a4598b4 fix impl and test about host by yang-g · 8 years ago
  81. e171162 V1Alpha as well by yang-g · 8 years ago
  82. 3165c09 regenerate csharp and ruby service from proto by yang-g · 8 years ago
  83. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  84. 13b63a0 fix copyrights by Jan Tattermusch · 8 years ago
  85. 1cbb567 minor tweaks to C# qpswoker by Jan Tattermusch · 8 years ago
  86. 0f89256 update copyrights by Jan Tattermusch · 8 years ago
  87. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 8 years ago
  88. e813bc7 Add a NullLogger in the C# implementation by Jon Skeet · 8 years ago
  89. 5a80ac3 Merge pull request #5239 from jtattermusch/csharp_release_docs by Kailash Sethuraman · 8 years ago
  90. bfb2407 Update README.md by Jan Tattermusch · 8 years ago
  91. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  92. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 8 years ago
  93. 21f1afc Fix some C# copyrights by vjpai · 8 years ago
  94. ab02713 Merge pull request #5066 from chrisdunelm/dnx_Profilers by Jan Tattermusch · 8 years ago
  95. fc1ad74 fix copyrights by Jan Tattermusch · 8 years ago
  96. 1935c36 Flagging master as 0.14.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  97. fe0c4a8 C# assembly version and current version by Jan Tattermusch · 8 years ago
  98. 6819ee7 fix GrpcEnvironmentTest by Jan Tattermusch · 8 years ago
  99. d980047 fix C# build by Jan Tattermusch · 8 years ago
  100. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 8 years ago