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