1. e7f0b85 use grpc_csharp_ext built by cmake by Jan Tattermusch · 8 years ago
  2. 2e5e5f6 add test for utf8 status by Jan Tattermusch · 8 years ago
  3. c7df4cf get rid of unused ReleaseSigned config by Jan Tattermusch · 8 years ago
  4. 058f555 make CallFlags internal, expose WaitForReady by Jan Tattermusch · 8 years ago
  5. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  6. 0faf80c add C# call flags API by Jan Tattermusch · 8 years ago
  7. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  8. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  9. 57cc83e Update .csproj files to System.Interactive.Async to 3.1.1 by Jan Tattermusch · 8 years ago
  10. 84be265 strong name sign csharp nuget builds with dotnet on windows by Alexander Polcyn · 8 years ago
  11. f6caaa7 add copyrights for AssemblyInfo.cs files by Jan Tattermusch · 8 years ago
  12. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  13. 35d2cff dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  14. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  15. 08ac1d4 dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  16. 7f8456e clean up sanity test by Alex Polcyn · 8 years ago
  17. cb21e8b Merge pull request #7598 from apolcyn/fix_sanity_test_diff_ga by apolcyn · 8 years ago
  18. 2feec72 removed blank line by Alexander Polcyn · 8 years ago
  19. d0729db move solution dependencies to Grpc.Core.Test dependencies by Alex Polcyn · 8 years ago
  20. 77008b0 updated hint path to updated library in csproj files by Alex Polcyn · 8 years ago
  21. b205338 changed ix-async dependencies to System.Interactive.Async version 3.0.0 by Alexander Polcyn · 8 years ago
  22. baa8c31 Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm by Jan Tattermusch · 8 years ago
  23. b4280fa compare test config as objects instead of strings by Alex Polcyn · 8 years ago
  24. 1c0f30c fix conditional compilation for netcoreapp1.0 projects by Jan Tattermusch · 8 years ago
  25. 3fc8c8a regenerate by Jan Tattermusch · 8 years ago
  26. 1617677 update to use new nuget client in tests by Alexander Polcyn · 8 years ago
  27. 3fcd20f Overhaul how the native extension is found, loaded and used by Jon Skeet · 8 years ago
  28. a9208be regenerate by Jan Tattermusch · 8 years ago
  29. 652c000 regenerate files by Jan Tattermusch · 8 years ago
  30. 606e35a add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY by Jan Tattermusch · 8 years ago
  31. 4047d5d add test that C# can read compressed messages by Jan Tattermusch · 8 years ago
  32. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  33. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  34. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  35. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  36. fab857e address review comments by Jan Tattermusch · 8 years ago
  37. 317b8ac migrate everything to netstandard1.5 by Jan Tattermusch · 8 years ago
  38. 635fafc dont register shutdownhooks for dotnet5.4 by Jan Tattermusch · 8 years ago
  39. a6c9a91 update project.json by Jan Tattermusch · 8 years ago
  40. 5ff32fa update .xproj files by Jan Tattermusch · 8 years ago
  41. 8d9dff5 prevent interfering of project.json files with .csproj files in VS2015 by Jan Tattermusch · 8 years ago
  42. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  43. e4fd5b9 C# merge fixups by Jan Tattermusch · 8 years ago
  44. 8f893e1 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  45. 8e93533 allow shutdown of unstarted server by Jan Tattermusch · 8 years ago
  46. 95e547e add unstarted server test by Jan Tattermusch · 8 years ago
  47. ed5af1c update tests by Jan Tattermusch · 8 years ago
  48. 2f74141 add appdomain unload test by Jan Tattermusch · 8 years ago
  49. 018cfb8 update tests by Jan Tattermusch · 8 years ago
  50. 25e3ba5 improve shutdown tests by Jan Tattermusch · 8 years ago
  51. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  52. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  53. 85030e3 register appdomain events by Jan Tattermusch · 8 years ago
  54. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  55. 781720f get rid of servicename argument for server service definition. by Jan Tattermusch · 8 years ago
  56. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  57. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  58. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  59. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  60. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  61. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  62. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  63. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  64. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  65. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  66. a41c58c fixup tests by Jan Tattermusch · 8 years ago
  67. 013f5a7 add more tests by Jan Tattermusch · 8 years ago
  68. 3f8d199 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  69. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  70. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  71. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  72. 19c7bf7 fixup tests by Jan Tattermusch · 8 years ago
  73. b293c95 add more tests by Jan Tattermusch · 8 years ago
  74. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  75. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  76. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  77. f21f465 make AsyncCallServerTest finish correctly by Jan Tattermusch · 8 years ago
  78. 9a9813b add more tests by Jan Tattermusch · 8 years ago
  79. ce60d8e add AsyncCalServer tests to sanity tests by Jan Tattermusch · 8 years ago
  80. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  81. 230c932 fixup by Jan Tattermusch · 8 years ago
  82. 5105056 add one more client server test by Jan Tattermusch · 8 years ago
  83. a296677 add more tests by Jan Tattermusch · 8 years ago
  84. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  85. a83ad2a add idempotency test by Jan Tattermusch · 8 years ago
  86. 69274c2 add more features by Jan Tattermusch · 8 years ago
  87. 97eb4f6 add more tests by Jan Tattermusch · 8 years ago
  88. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  89. a75c63b Merge pull request #5073 from mleenhardt/calloptions-fluent by Jan Tattermusch · 8 years ago
  90. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  91. 9c3f15c improve C# sanity test by Jan Tattermusch · 8 years ago
  92. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  93. 04743d7 add Newtonsoft.Json to Grpc.Core.Tests by Jan Tattermusch · 8 years ago
  94. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  95. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  96. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  97. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  98. efa6af7 Merge branch 'master' into calloptions-fluent by Mathieu Leenhardt · 8 years ago
  99. 1b7c0a2 Merge pull request #6067 from jtattermusch/halfclose_after_close by Jan Tattermusch · 8 years ago
  100. db45aa8 ignore perf tests that slow down C# coverage on windows by Jan Tattermusch · 8 years ago