1. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  2. ddcdf84 use regular dict in completion registry by Jan Tattermusch · 7 years ago
  3. 1aacb19 balance queuedContinuationCounter for inlined handlers by Jan Tattermusch · 7 years ago
  4. ea6cc57 C# benchmarks: honor optimizationtarget channel arg by Jan Tattermusch · 7 years ago
  5. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  6. 9f5163e Bump v1.7.x branch to 1.7.2 by Alexander Polcyn · 7 years ago
  7. 40ba62f Bump v1.7.x branch to 1.7.1 by Alexander Polcyn · 7 years ago
  8. 863a050 Flagging 1.7.0 by Nicolas "Pixel" Noble · 7 years ago
  9. 4d7f408 Make constructors for `Async*Call` objects public by Mehrdad Afshari · 7 years ago
  10. 6b69f2a Merge pull request #12831 from murgatroid99/version_1.7.0-pre1 by Michael Lumish · 7 years ago
  11. 32d196f remove delays in tests by Jan Tattermusch · 7 years ago
  12. ee35223 improve docs by Jan Tattermusch · 7 years ago
  13. 90e9140 1.7.x is now 1.7.0-pre1 by murgatroid99 · 7 years ago
  14. f8c9bcd introduce CallCancellationTest by Jan Tattermusch · 7 years ago
  15. bb872c0 allow cancelling MoveNext operations by Jan Tattermusch · 7 years ago
  16. ebae8a8 Merge pull request #12801 from chrisdunelm/fixregister by Jan Tattermusch · 7 years ago
  17. 5e8c486 De-register cancellation token by Chris Bacon · 7 years ago
  18. f693013 De-register cancellation token by Chris Bacon · 7 years ago
  19. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  20. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  21. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  22. 4fa3364 bump version to 1.6.1 by Jan Tattermusch · 7 years ago
  23. 1ff6ee1 clang-format by Mark D. Roth · 7 years ago
  24. 27670c8 make a guarantee that c# auth callbacks are async to c-core by Alexander Polcyn · 7 years ago
  25. 8380090 Merge pull request #12333 from jtattermusch/minor_csharp_fixes by Jan Tattermusch · 7 years ago
  26. 3984351 PackageTargetFallback not necessary by Jan Tattermusch · 7 years ago
  27. f32d3a7 System.Linq.Expressions dependency in redundant by Jan Tattermusch · 7 years ago
  28. a37b72e dont set RuntimeFrameworkVersion unneccessarily by Jan Tattermusch · 7 years ago
  29. ec6f728 NUnit.ConsoleRunner dependency is useless by Jan Tattermusch · 7 years ago
  30. 9eb36af dont set NetStandardImplicitPackageVersion by Jan Tattermusch · 7 years ago
  31. 60c03d9 fix nonexistent version warning for System.Threading.ThreadPool by Jan Tattermusch · 7 years ago
  32. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago
  33. 9c437c2 Use docfx to generate C# API reference by Jan Tattermusch · 7 years ago
  34. dfde288 1.6.0-pre1 -> 1.6.0 by David Garcia Quintas · 7 years ago
  35. a2ebc04 Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibility by Jan Tattermusch · 7 years ago
  36. 909c124 address review comments by Jan Tattermusch · 7 years ago
  37. bf9ac0f csharp: make the native libraries links are not shown by Gorka Lerchundi Osa · 7 years ago
  38. ff6c036 unify loggers used by Grpc tests by Jan Tattermusch · 7 years ago
  39. 1ca3bef make C# logging & tracing more intuitive by Jan Tattermusch · 7 years ago
  40. 1775ef9 Version bump to 1.6 by David Garcia Quintas · 7 years ago
  41. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  42. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  43. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  44. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  45. 2312634 fix more warnings by Jan Tattermusch · 7 years ago
  46. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  47. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  48. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  49. c152d66 fix warnings in integration tests by Jan Tattermusch · 7 years ago
  50. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  51. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  52. ca25473 regenerate C# protos by Jan Tattermusch · 7 years ago
  53. e9956df add global.json files for C# by Jan Tattermusch · 7 years ago
  54. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  55. f602869 improve comment by Jan Tattermusch · 7 years ago
  56. 9dc1821 better name for StatusFromException by Jan Tattermusch · 7 years ago
  57. 40ea2d3 improve examples in CustomErrorDetails test by Jan Tattermusch · 7 years ago
  58. a87f6d8 add tests by Jan Tattermusch · 7 years ago
  59. 2565e73 merging of trailers on server-side by Jan Tattermusch · 7 years ago
  60. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  61. 5250e06 add ConfigureAwait by Jan Tattermusch · 7 years ago
  62. a7ca866 add test for shuttingdown event by Jan Tattermusch · 7 years ago
  63. ae60707 address comments by Jan Tattermusch · 7 years ago
  64. 4ea8ce1 add GrpcEnvironment.ShuttingDown event by Jan Tattermusch · 7 years ago
  65. 75e9eae reduce threadpool size for qps benchmarks by Jan Tattermusch · 7 years ago
  66. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  67. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  68. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  69. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  70. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  71. eb0219b regenerate C# protos by Jan Tattermusch · 7 years ago
  72. b2b54fe add C# test demoing custom error details by Jan Tattermusch · 7 years ago
  73. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  74. 06eb057 add grpc_slice_unref to fix leaks by Jan Tattermusch · 7 years ago
  75. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  76. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  77. c409646 improve exception message by Jan Tattermusch · 7 years ago
  78. d0d336c remove bad .NET45 references by Jan Tattermusch · 7 years ago
  79. c9c3d2a silence xmldoc warnings for non-nuget projects by Jan Tattermusch · 7 years ago
  80. 8251fdd there is no GC generation 3 by Jan Tattermusch · 7 years ago
  81. 6720642 add StartThrowsWithUnboundPortTest by Jan Tattermusch · 7 years ago
  82. 9d56717 throw if server started with unbound ports by Jan Tattermusch · 7 years ago
  83. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  84. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  85. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  86. c400cc5 address comments by Jan Tattermusch · 7 years ago
  87. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  88. ef2c853 Merge pull request #11283 from jtattermusch/bump_136 by Jan Tattermusch · 7 years ago
  89. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  90. 905f418 remove now unnecessary extra args by Jan Tattermusch · 7 years ago
  91. be85229 include symbols and source in nugets by Jan Tattermusch · 7 years ago
  92. f8be2d6 add privateassets none to C# nugets depending on Grpc.Core by Jan Tattermusch · 7 years ago
  93. 254ab4c clang format code by Jan Tattermusch · 7 years ago
  94. 7c206f4 override in benchmark by Jan Tattermusch · 7 years ago
  95. 645ae74 overridable call_start_batch by Jan Tattermusch · 7 years ago
  96. e58842f benchmark prototype by Jan Tattermusch · 7 years ago
  97. 7cc83c8 allow creating fake CallSafeHandle by Jan Tattermusch · 7 years ago
  98. c7c2bf1 add editorconfig for C# by Jan Tattermusch · 7 years ago
  99. ff5f9d8 make internals visible to microbenchmarks by Jan Tattermusch · 7 years ago
  100. c91bc02 Add Grpc.Microbenchmarks project by Jan Tattermusch · 7 years ago