1. d90d082 Merge pull request #16554 from jtattermusch/csharp_dont_leak_when_call_init_fails by Jan Tattermusch · 6 years ago
  2. bc3e95c simplify ChannelConnectivityTest by Jan Tattermusch · 6 years ago
  3. 1abe2ae c#: expose TryWaitForStateChangedAsync by Jan Tattermusch · 6 years ago
  4. 603a9a0 add tests for sync unary by Jan Tattermusch · 6 years ago
  5. b155c31 handle failures in async call initialization without leaks by Jan Tattermusch · 6 years ago
  6. a46b41b Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing by Jan Tattermusch · 6 years ago
  7. a80fa87 C#: allow dot in metadata keys by Jan Tattermusch · 6 years ago
  8. dc7bedd C#: fix subchannel sharing for secure channels by Jan Tattermusch · 6 years ago
  9. c2f270f sync nunit version for all test projects by Jan Tattermusch · 6 years ago
  10. ec8a5f2 C# sanity test accepts [TestCase] attribute too by Jan Tattermusch · 6 years ago
  11. a7c1b62 Eliminate GenericInterceptor to simplify this PR by Mehrdad Afshari · 6 years ago
  12. 23b9e0d Add test for interceptor registration code paths by Mehrdad Afshari · 6 years ago
  13. c1c29e3 Make GenericInterceptor internal for now by Mehrdad Afshari · 6 years ago
  14. 62f9f53 Add more tests for ServerInterceptor by Mehrdad Afshari · 6 years ago
  15. 0126b1c Simplify ServerInterceptorTest to leverage GenericInterceptor by Mehrdad Afshari · 6 years ago
  16. e97fe27 Add more tests for client interceptors by Mehrdad Afshari · 6 years ago
  17. 2354a1d Add Intercept(metadata=>metadata) helper function by Mehrdad Afshari · 6 years ago
  18. b604750 Simplify the AddHeaderClientInterceptor with GenericInterceptor by Mehrdad Afshari · 6 years ago
  19. e954dff Add basic tests for C# interceptors by Mehrdad Afshari · 6 years ago
  20. c14997b fix leak caused by csharp context pooling by Jan Tattermusch · 6 years ago
  21. 866db6e Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_test by Jan Tattermusch · 7 years ago
  22. 0545571 split out channel connectivity test by Jan Tattermusch · 7 years ago
  23. fb6d01a recycling of requestcallcontext by Jan Tattermusch · 7 years ago
  24. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  25. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  26. 63834bf add basic tests by Jan Tattermusch · 7 years ago
  27. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  28. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  29. c563888 make everything compile by Jan Tattermusch · 7 years ago
  30. 9a244d6 avoid unnecessary allocation in completion registry by Jan Tattermusch · 7 years ago
  31. 32d196f remove delays in tests by Jan Tattermusch · 7 years ago
  32. f8c9bcd introduce CallCancellationTest by Jan Tattermusch · 7 years ago
  33. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  34. 3984351 PackageTargetFallback not necessary by Jan Tattermusch · 7 years ago
  35. a37b72e dont set RuntimeFrameworkVersion unneccessarily by Jan Tattermusch · 7 years ago
  36. ec6f728 NUnit.ConsoleRunner dependency is useless by Jan Tattermusch · 7 years ago
  37. ff6c036 unify loggers used by Grpc tests by Jan Tattermusch · 7 years ago
  38. 2312634 fix more warnings by Jan Tattermusch · 7 years ago
  39. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  40. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  41. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  42. a87f6d8 add tests by Jan Tattermusch · 7 years ago
  43. a7ca866 add test for shuttingdown event by Jan Tattermusch · 7 years ago
  44. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  45. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  46. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  47. 6720642 add StartThrowsWithUnboundPortTest by Jan Tattermusch · 7 years ago
  48. 09d2f55 eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  49. ed94e39 setting handler is a race by Jan Tattermusch · 7 years ago
  50. 4ef9ce7 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  51. 3c344d2 adjust run_tests scripts by Jan Tattermusch · 7 years ago
  52. 7727c76 Initial migration to new .csproj files by Jan Tattermusch · 7 years ago
  53. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  54. 1d88979 Delete TestResult.xml by Jan Tattermusch · 7 years ago
  55. b746294 adapt C# to new cq_create API by Jan Tattermusch · 7 years ago
  56. 93c8951 NUnitVersion tests no longer needed by Jan Tattermusch · 7 years ago
  57. e2b2c8e update nugets in csproj projects by Jan Tattermusch · 7 years ago
  58. 018e23a regenerate projects by Jan Tattermusch · 7 years ago
  59. c9b03fe expose AuthContext in C# by Jan Tattermusch · 7 years ago
  60. e7f0b85 use grpc_csharp_ext built by cmake by Jan Tattermusch · 7 years ago
  61. 2e5e5f6 add test for utf8 status by Jan Tattermusch · 7 years ago
  62. c7df4cf get rid of unused ReleaseSigned config by Jan Tattermusch · 8 years ago
  63. 058f555 make CallFlags internal, expose WaitForReady by Jan Tattermusch · 8 years ago
  64. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  65. 0faf80c add C# call flags API by Jan Tattermusch · 8 years ago
  66. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  67. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  68. 57cc83e Update .csproj files to System.Interactive.Async to 3.1.1 by Jan Tattermusch · 8 years ago
  69. 84be265 strong name sign csharp nuget builds with dotnet on windows by Alexander Polcyn · 8 years ago
  70. f6caaa7 add copyrights for AssemblyInfo.cs files by Jan Tattermusch · 8 years ago
  71. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  72. 35d2cff dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  73. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  74. 08ac1d4 dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  75. 7f8456e clean up sanity test by Alex Polcyn · 8 years ago
  76. cb21e8b Merge pull request #7598 from apolcyn/fix_sanity_test_diff_ga by apolcyn · 8 years ago
  77. 2feec72 removed blank line by Alexander Polcyn · 8 years ago
  78. d0729db move solution dependencies to Grpc.Core.Test dependencies by Alex Polcyn · 8 years ago
  79. 77008b0 updated hint path to updated library in csproj files by Alex Polcyn · 8 years ago
  80. b205338 changed ix-async dependencies to System.Interactive.Async version 3.0.0 by Alexander Polcyn · 8 years ago
  81. baa8c31 Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm by Jan Tattermusch · 8 years ago
  82. b4280fa compare test config as objects instead of strings by Alex Polcyn · 8 years ago
  83. 1c0f30c fix conditional compilation for netcoreapp1.0 projects by Jan Tattermusch · 8 years ago
  84. 3fc8c8a regenerate by Jan Tattermusch · 8 years ago
  85. 1617677 update to use new nuget client in tests by Alexander Polcyn · 8 years ago
  86. 3fcd20f Overhaul how the native extension is found, loaded and used by Jon Skeet · 8 years ago
  87. a9208be regenerate by Jan Tattermusch · 8 years ago
  88. 652c000 regenerate files by Jan Tattermusch · 8 years ago
  89. 606e35a add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY by Jan Tattermusch · 8 years ago
  90. 4047d5d add test that C# can read compressed messages by Jan Tattermusch · 8 years ago
  91. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  92. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  93. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  94. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  95. fab857e address review comments by Jan Tattermusch · 8 years ago
  96. 317b8ac migrate everything to netstandard1.5 by Jan Tattermusch · 8 years ago
  97. 635fafc dont register shutdownhooks for dotnet5.4 by Jan Tattermusch · 8 years ago
  98. a6c9a91 update project.json by Jan Tattermusch · 8 years ago
  99. 5ff32fa update .xproj files by Jan Tattermusch · 8 years ago
  100. 8d9dff5 prevent interfering of project.json files with .csproj files in VS2015 by Jan Tattermusch · 8 years ago