1. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  2. e4fd5b9 C# merge fixups by Jan Tattermusch · 8 years ago
  3. 8f893e1 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  4. 8e93533 allow shutdown of unstarted server by Jan Tattermusch · 8 years ago
  5. 95e547e add unstarted server test by Jan Tattermusch · 8 years ago
  6. ed5af1c update tests by Jan Tattermusch · 8 years ago
  7. 2f74141 add appdomain unload test by Jan Tattermusch · 8 years ago
  8. 018cfb8 update tests by Jan Tattermusch · 8 years ago
  9. 25e3ba5 improve shutdown tests by Jan Tattermusch · 8 years ago
  10. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  11. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  12. 85030e3 register appdomain events by Jan Tattermusch · 8 years ago
  13. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  14. 781720f get rid of servicename argument for server service definition. by Jan Tattermusch · 8 years ago
  15. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  16. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  17. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  18. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  19. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  20. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  21. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  22. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  23. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  24. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  25. a41c58c fixup tests by Jan Tattermusch · 8 years ago
  26. 013f5a7 add more tests by Jan Tattermusch · 8 years ago
  27. 3f8d199 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  28. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  29. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  30. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  31. 19c7bf7 fixup tests by Jan Tattermusch · 8 years ago
  32. b293c95 add more tests by Jan Tattermusch · 8 years ago
  33. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  34. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  35. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  36. f21f465 make AsyncCallServerTest finish correctly by Jan Tattermusch · 8 years ago
  37. 9a9813b add more tests by Jan Tattermusch · 8 years ago
  38. ce60d8e add AsyncCalServer tests to sanity tests by Jan Tattermusch · 8 years ago
  39. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  40. 230c932 fixup by Jan Tattermusch · 8 years ago
  41. 5105056 add one more client server test by Jan Tattermusch · 8 years ago
  42. a296677 add more tests by Jan Tattermusch · 8 years ago
  43. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  44. a83ad2a add idempotency test by Jan Tattermusch · 8 years ago
  45. 69274c2 add more features by Jan Tattermusch · 8 years ago
  46. 97eb4f6 add more tests by Jan Tattermusch · 8 years ago
  47. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  48. a75c63b Merge pull request #5073 from mleenhardt/calloptions-fluent by Jan Tattermusch · 8 years ago
  49. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  50. 9c3f15c improve C# sanity test by Jan Tattermusch · 8 years ago
  51. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  52. 04743d7 add Newtonsoft.Json to Grpc.Core.Tests by Jan Tattermusch · 8 years ago
  53. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  54. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  55. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  56. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  57. efa6af7 Merge branch 'master' into calloptions-fluent by Mathieu Leenhardt · 8 years ago
  58. 1b7c0a2 Merge pull request #6067 from jtattermusch/halfclose_after_close by Jan Tattermusch · 8 years ago
  59. db45aa8 ignore perf tests that slow down C# coverage on windows by Jan Tattermusch · 8 years ago
  60. d2432e3 fixup by Jan Tattermusch · 8 years ago
  61. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  62. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  63. 21f1afc Fix some C# copyrights by vjpai · 8 years ago
  64. 6819ee7 fix GrpcEnvironmentTest by Jan Tattermusch · 8 years ago
  65. 9ef407b Added test coverage for new fluent methods by Mathieu Leenhardt · 8 years ago
  66. 7928b41 update C# dependencies by Jan Tattermusch · 8 years ago
  67. ecb02be include assembly signing key in the repo by Jan Tattermusch · 8 years ago
  68. 2bd2b3e Merge pull request #4730 from jtattermusch/revamp_native_loader by Michael Lumish · 8 years ago
  69. 447ef7e extend copyright to 2016 by Jan Tattermusch · 8 years ago
  70. afab541 revamp C# native library loader by Jan Tattermusch · 8 years ago
  71. 3c1720c Updated copyrights... by David Garcia Quintas · 8 years ago
  72. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 8 years ago
  73. 9bbb1f9 simple kill test by Jan Tattermusch · 9 years ago
  74. d63b1d6 Fix AbandonedCall test by Jan Tattermusch · 9 years ago
  75. 1b8210f fix completion queue test by Jan Tattermusch · 9 years ago
  76. 62d6c20 add C# sanity test by Jan Tattermusch · 9 years ago
  77. 3ac274f start using Ignore attribute for performance tests by Jan Tattermusch · 9 years ago
  78. d25f579 Merge pull request #4421 from jtattermusch/csharp_more_coverage by Michael Lumish · 9 years ago
  79. 46ab778 Merge pull request #4397 from jtattermusch/tv_sec_64bit by Craig Tiller · 9 years ago
  80. 1d344f1 Add test coverage for Metadata class by Jan Tattermusch · 9 years ago
  81. 8fe3f64 add coverage for AsyncStreamExtensions by Jan Tattermusch · 9 years ago
  82. 00c144a increase coverage of ServerCallContext by Jan Tattermusch · 9 years ago
  83. a1e6097 added coverage for Async*StreamingCall classes by Jan Tattermusch · 9 years ago
  84. de0d8b5 improve PropagateCancellation test by Jan Tattermusch · 9 years ago
  85. 3d45afe add coverage for call options by Jan Tattermusch · 9 years ago
  86. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  87. 7ebbc47 put user defined userAgentString to the beginning of userAgentString by Jan Tattermusch · 9 years ago
  88. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  89. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  90. 08dea32 update C# to the new C core auth API by Jan Tattermusch · 9 years ago
  91. 2ca1df1 restrict number of iterations for UnaryCallPerformance test by Jan Tattermusch · 9 years ago
  92. d86742f Merge pull request #3756 from jtattermusch/adjust_csharp_auth_api by Jan Tattermusch · 9 years ago
  93. 18729a0 Polishing of C# auth API by Jan Tattermusch · 9 years ago
  94. deea05b Merge pull request #3688 from murgatroid99/run_tests_tracing_fix by Michael Lumish · 9 years ago
  95. 5561de2 Shortened long C# benchmark test by murgatroid99 · 9 years ago
  96. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  97. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  98. 3ccd961 Ensure GrpcEnvironment setup for these (special) tests by Craig Tiller · 9 years ago
  99. 7279567 check for allowed characters in metadata key by Jan Tattermusch · 9 years ago
  100. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago