1. 35367cc fix typo by Shohei Kamimori · 7 years ago
  2. 56427c0 Merge pull request #14118 from grpc/v1.9.x by Jan Tattermusch · 7 years ago
  3. c14997b fix leak caused by csharp context pooling by Jan Tattermusch · 7 years ago
  4. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  5. 28d5cf3 Regenerate projects by Mehrdad Afshari · 7 years ago
  6. eb88bf0 dispose requestCallContextPool on environment shutdown by Jan Tattermusch · 7 years ago
  7. 4bba318 better log message when auth interceptor throws by Jan Tattermusch · 7 years ago
  8. 7b0bca2 do not throw and eat exceptions in C# connectivity watcher by Jan Tattermusch · 7 years ago
  9. ebebb02 try embedding sources for a start by Jan Tattermusch · 7 years ago
  10. cb0486a prepare for SourceLink support by Jan Tattermusch · 7 years ago
  11. 866db6e Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_test by Jan Tattermusch · 7 years ago
  12. 737f6e7 synchronize access to native channel methods by Jan Tattermusch · 7 years ago
  13. 36dfd7d enable requestCallContext pooling by Jan Tattermusch · 7 years ago
  14. fb6d01a recycling of requestcallcontext by Jan Tattermusch · 7 years ago
  15. e8b3313 basic pooling of requestcallcontext by Jan Tattermusch · 7 years ago
  16. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  17. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  18. 53bbde3 address comments by Jan Tattermusch · 7 years ago
  19. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  20. 2e63170 expose batchcontextpool settings by Jan Tattermusch · 7 years ago
  21. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  22. 1ee85d1 expose batchcontext.Reset by Jan Tattermusch · 7 years ago
  23. 1304cf8 Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark by Jan Tattermusch · 7 years ago
  24. eec8b84 spinlock in completion registry is slightly faster by Jan Tattermusch · 7 years ago
  25. da8ef40 save allocation by using a struct instead of a tuple by Jan Tattermusch · 7 years ago
  26. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  27. 2622fdc remove legacy delegates by Jan Tattermusch · 7 years ago
  28. c563888 make everything compile by Jan Tattermusch · 7 years ago
  29. 466d77b avoid delegate allocations in callsafehandle by Jan Tattermusch · 7 years ago
  30. 8b451ed server and channel adjustments by Jan Tattermusch · 7 years ago
  31. 2dc792d add "state" filed to batch completion delegate by Jan Tattermusch · 7 years ago
  32. 9a244d6 avoid unnecessary allocation in completion registry by Jan Tattermusch · 7 years ago
  33. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  34. ddcdf84 use regular dict in completion registry by Jan Tattermusch · 7 years ago
  35. 1aacb19 balance queuedContinuationCounter for inlined handlers by Jan Tattermusch · 7 years ago
  36. 9f5163e Bump v1.7.x branch to 1.7.2 by Alexander Polcyn · 7 years ago
  37. 40ba62f Bump v1.7.x branch to 1.7.1 by Alexander Polcyn · 7 years ago
  38. 863a050 Flagging 1.7.0 by Nicolas "Pixel" Noble · 7 years ago
  39. 4d7f408 Make constructors for `Async*Call` objects public by Mehrdad Afshari · 7 years ago
  40. 6b69f2a Merge pull request #12831 from murgatroid99/version_1.7.0-pre1 by Michael Lumish · 7 years ago
  41. ee35223 improve docs by Jan Tattermusch · 7 years ago
  42. 90e9140 1.7.x is now 1.7.0-pre1 by murgatroid99 · 7 years ago
  43. bb872c0 allow cancelling MoveNext operations by Jan Tattermusch · 7 years ago
  44. ebae8a8 Merge pull request #12801 from chrisdunelm/fixregister by Jan Tattermusch · 7 years ago
  45. 5e8c486 De-register cancellation token by Chris Bacon · 7 years ago
  46. f693013 De-register cancellation token by Chris Bacon · 7 years ago
  47. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  48. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  49. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  50. 4fa3364 bump version to 1.6.1 by Jan Tattermusch · 7 years ago
  51. 27670c8 make a guarantee that c# auth callbacks are async to c-core by Alexander Polcyn · 7 years ago
  52. 9eb36af dont set NetStandardImplicitPackageVersion by Jan Tattermusch · 7 years ago
  53. 60c03d9 fix nonexistent version warning for System.Threading.ThreadPool by Jan Tattermusch · 7 years ago
  54. dfde288 1.6.0-pre1 -> 1.6.0 by David Garcia Quintas · 7 years ago
  55. a2ebc04 Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibility by Jan Tattermusch · 7 years ago
  56. 909c124 address review comments by Jan Tattermusch · 7 years ago
  57. bf9ac0f csharp: make the native libraries links are not shown by Gorka Lerchundi Osa · 7 years ago
  58. 1ca3bef make C# logging & tracing more intuitive by Jan Tattermusch · 7 years ago
  59. 1775ef9 Version bump to 1.6 by David Garcia Quintas · 7 years ago
  60. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  61. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  62. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  63. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  64. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  65. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  66. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  67. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  68. f602869 improve comment by Jan Tattermusch · 7 years ago
  69. 9dc1821 better name for StatusFromException by Jan Tattermusch · 7 years ago
  70. 2565e73 merging of trailers on server-side by Jan Tattermusch · 7 years ago
  71. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  72. 5250e06 add ConfigureAwait by Jan Tattermusch · 7 years ago
  73. ae60707 address comments by Jan Tattermusch · 7 years ago
  74. 4ea8ce1 add GrpcEnvironment.ShuttingDown event by Jan Tattermusch · 7 years ago
  75. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  76. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  77. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  78. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  79. c409646 improve exception message by Jan Tattermusch · 7 years ago
  80. c9c3d2a silence xmldoc warnings for non-nuget projects by Jan Tattermusch · 7 years ago
  81. 9d56717 throw if server started with unbound ports by Jan Tattermusch · 7 years ago
  82. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  83. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  84. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  85. c400cc5 address comments by Jan Tattermusch · 7 years ago
  86. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  87. ef2c853 Merge pull request #11283 from jtattermusch/bump_136 by Jan Tattermusch · 7 years ago
  88. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  89. be85229 include symbols and source in nugets by Jan Tattermusch · 7 years ago
  90. 7c206f4 override in benchmark by Jan Tattermusch · 7 years ago
  91. 645ae74 overridable call_start_batch by Jan Tattermusch · 7 years ago
  92. e58842f benchmark prototype by Jan Tattermusch · 7 years ago
  93. 7cc83c8 allow creating fake CallSafeHandle by Jan Tattermusch · 7 years ago
  94. ff5f9d8 make internals visible to microbenchmarks by Jan Tattermusch · 7 years ago
  95. c0ce2cd Update version to 1.3.5 by Ken Payson · 7 years ago
  96. a0396bd Merge pull request #11021 from jtattermusch/csharp_unavailable_workaround by Jan Tattermusch · 7 years ago
  97. 1de945b dont concatenate strings when status is OK by Jan Tattermusch · 7 years ago
  98. 92eb7fb Bump to version 1.3.4 by Alexander Polcyn · 7 years ago
  99. 719d373 dont use non-blittable types in native method signatures by Jan Tattermusch · 7 years ago
  100. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago