1. a2ebc04 Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibility by Jan Tattermusch · 7 years ago
  2. 909c124 address review comments by Jan Tattermusch · 7 years ago
  3. bf9ac0f csharp: make the native libraries links are not shown by Gorka Lerchundi Osa · 7 years ago
  4. ff6c036 unify loggers used by Grpc tests by Jan Tattermusch · 7 years ago
  5. 1ca3bef make C# logging & tracing more intuitive by Jan Tattermusch · 7 years ago
  6. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  7. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  8. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  9. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  10. 2312634 fix more warnings by Jan Tattermusch · 7 years ago
  11. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  12. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  13. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  14. c152d66 fix warnings in integration tests by Jan Tattermusch · 7 years ago
  15. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  16. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  17. ca25473 regenerate C# protos by Jan Tattermusch · 7 years ago
  18. e9956df add global.json files for C# by Jan Tattermusch · 7 years ago
  19. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  20. f602869 improve comment by Jan Tattermusch · 7 years ago
  21. 9dc1821 better name for StatusFromException by Jan Tattermusch · 7 years ago
  22. 40ea2d3 improve examples in CustomErrorDetails test by Jan Tattermusch · 7 years ago
  23. a87f6d8 add tests by Jan Tattermusch · 7 years ago
  24. 2565e73 merging of trailers on server-side by Jan Tattermusch · 7 years ago
  25. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  26. 5250e06 add ConfigureAwait by Jan Tattermusch · 7 years ago
  27. a7ca866 add test for shuttingdown event by Jan Tattermusch · 7 years ago
  28. ae60707 address comments by Jan Tattermusch · 7 years ago
  29. 4ea8ce1 add GrpcEnvironment.ShuttingDown event by Jan Tattermusch · 7 years ago
  30. 75e9eae reduce threadpool size for qps benchmarks by Jan Tattermusch · 7 years ago
  31. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  32. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  33. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  34. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  35. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  36. eb0219b regenerate C# protos by Jan Tattermusch · 7 years ago
  37. b2b54fe add C# test demoing custom error details by Jan Tattermusch · 7 years ago
  38. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  39. 06eb057 add grpc_slice_unref to fix leaks by Jan Tattermusch · 7 years ago
  40. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  41. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  42. c409646 improve exception message by Jan Tattermusch · 7 years ago
  43. d0d336c remove bad .NET45 references by Jan Tattermusch · 7 years ago
  44. c9c3d2a silence xmldoc warnings for non-nuget projects by Jan Tattermusch · 7 years ago
  45. 8251fdd there is no GC generation 3 by Jan Tattermusch · 7 years ago
  46. 6720642 add StartThrowsWithUnboundPortTest by Jan Tattermusch · 7 years ago
  47. 9d56717 throw if server started with unbound ports by Jan Tattermusch · 7 years ago
  48. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  49. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  50. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  51. c400cc5 address comments by Jan Tattermusch · 7 years ago
  52. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  53. ef2c853 Merge pull request #11283 from jtattermusch/bump_136 by Jan Tattermusch · 7 years ago
  54. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  55. 905f418 remove now unnecessary extra args by Jan Tattermusch · 7 years ago
  56. be85229 include symbols and source in nugets by Jan Tattermusch · 7 years ago
  57. f8be2d6 add privateassets none to C# nugets depending on Grpc.Core by Jan Tattermusch · 7 years ago
  58. 254ab4c clang format code by Jan Tattermusch · 7 years ago
  59. 7c206f4 override in benchmark by Jan Tattermusch · 7 years ago
  60. 645ae74 overridable call_start_batch by Jan Tattermusch · 7 years ago
  61. e58842f benchmark prototype by Jan Tattermusch · 7 years ago
  62. 7cc83c8 allow creating fake CallSafeHandle by Jan Tattermusch · 7 years ago
  63. c7c2bf1 add editorconfig for C# by Jan Tattermusch · 7 years ago
  64. ff5f9d8 make internals visible to microbenchmarks by Jan Tattermusch · 7 years ago
  65. c91bc02 Add Grpc.Microbenchmarks project by Jan Tattermusch · 7 years ago
  66. 495cf83 Merge pull request #11155 from jtattermusch/csharp_dont_alloc_request by Jan Tattermusch · 7 years ago
  67. c0ce2cd Update version to 1.3.5 by Ken Payson · 7 years ago
  68. a0396bd Merge pull request #11021 from jtattermusch/csharp_unavailable_workaround by Jan Tattermusch · 7 years ago
  69. 1de945b dont concatenate strings when status is OK by Jan Tattermusch · 7 years ago
  70. 92eb7fb Bump to version 1.3.4 by Alexander Polcyn · 7 years ago
  71. ff0e429 Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master by Stanley Cheung · 7 years ago
  72. 19e3d3b get rid of Histogram lock contention in qps worker by Jan Tattermusch · 7 years ago
  73. d7079b2 cache byteBufRequest for generic C# qps client by Jan Tattermusch · 7 years ago
  74. ebeda85 Upmerge from v1.3.x branch to master by Stanley Cheung · 7 years ago
  75. 719d373 dont use non-blittable types in native method signatures by Jan Tattermusch · 7 years ago
  76. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago
  77. 3e95a38 Merge pull request #11115 from jtattermusch/revamp_artifacts by Jan Tattermusch · 7 years ago
  78. d71a631 regenerate by Jan Tattermusch · 7 years ago
  79. 3294474 adjust package build scripts to new paths by Jan Tattermusch · 7 years ago
  80. d18db4c upgrade C# to protobuf 3.3.0 by Jan Tattermusch · 7 years ago
  81. 448a11d Bump to version 1.3.2 by Stanley Cheung · 7 years ago
  82. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  83. 8a50781 C# workaround for unavailable on idle channels by Jan Tattermusch · 7 years ago
  84. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  85. 158fa3a Merge pull request #10904 from jtattermusch/nuget_include_sources_and_symbols by Jan Tattermusch · 7 years ago
  86. 01ce236 reports GC stats in qps workers by Jan Tattermusch · 7 years ago
  87. d9c6760 include sources and symbols in C# nugets by Jan Tattermusch · 7 years ago
  88. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  89. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  90. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  91. 393d33c Merge pull request #10756 from jtattermusch/csharp_prevent_reuseport by Jan Tattermusch · 7 years ago
  92. 09d2f55 eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  93. f517fad expose grpc.so_reuseport in C# by Jan Tattermusch · 7 years ago
  94. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  95. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  96. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  97. ed94e39 setting handler is a race by Jan Tattermusch · 7 years ago
  98. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  99. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  100. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago