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