1. 00f6636 Generate param comments in C# proto plugin by Jan Tattermusch · 8 years ago
  2. 726f40f remove leading space in C# comments by Jan Tattermusch · 8 years ago
  3. c7df4cf get rid of unused ReleaseSigned config by Jan Tattermusch · 8 years ago
  4. 058f555 make CallFlags internal, expose WaitForReady by Jan Tattermusch · 8 years ago
  5. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  6. 0faf80c add C# call flags API by Jan Tattermusch · 8 years ago
  7. a4945df get rid of the obsolete C# package builder by Jan Tattermusch · 8 years ago
  8. 69299c7 generate reflection package as well by Jan Tattermusch · 8 years ago
  9. d890b25 generate package build script from a template by Jan Tattermusch · 8 years ago
  10. b123643 remove one more publicSign by Jan Tattermusch · 8 years ago
  11. 091057a fix proto import paths for C# where possible by Jan Tattermusch · 8 years ago
  12. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  13. ff3da88 regenerate C# protos by Jan Tattermusch · 8 years ago
  14. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  15. e7099c8 update Grpc.HealthCheck.nuspec by Jan Tattermusch · 8 years ago
  16. 63cdea3 update Grpc.Core.nuspec by Jan Tattermusch · 8 years ago
  17. f8c43a0 update project.json projects to System.Interactive.Async 3.1.1 by Jan Tattermusch · 8 years ago
  18. 57cc83e Update .csproj files to System.Interactive.Async to 3.1.1 by Jan Tattermusch · 8 years ago
  19. 8a4ac88 Merge pull request #8619 from apolcyn/gen_csharp_partial_class by apolcyn · 8 years ago
  20. b35dfa8 remove existing profiling points by Jan Tattermusch · 8 years ago
  21. 475e06b 10m entries in profiler by Jan Tattermusch · 8 years ago
  22. fdf45ab support threadpool tracing by Jan Tattermusch · 8 years ago
  23. 60d0f4c add a comment by Jan Tattermusch · 8 years ago
  24. 90eb388 add more MetadataCredentials tests by Jan Tattermusch · 8 years ago
  25. ae4ab4f allow null metadata_array in plugin notify by Jan Tattermusch · 8 years ago
  26. c0f4c2c run gen proto c# after proto plugin changed by Alexander Polcyn · 8 years ago
  27. 84be265 strong name sign csharp nuget builds with dotnet on windows by Alexander Polcyn · 8 years ago
  28. b798231 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  29. 1a47fd0 lazy initialize streamingResponseCallFinishedTcs by Jan Tattermusch · 8 years ago
  30. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  31. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  32. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  33. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  34. 50a730b Going 1.0.1. by Nicolas "Pixel" Noble · 8 years ago
  35. 1c453f5 Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer by Jan Tattermusch · 8 years ago
  36. 13339bf SafeHandleZeroIsInvalid cleanup by Jan Tattermusch · 8 years ago
  37. d148e8e Make ServerCallContext.Peer lazy by Jan Tattermusch · 8 years ago
  38. 9859ac4 Merge pull request #8453 from jtattermusch/csharp_task_utils by Jan Tattermusch · 8 years ago
  39. 13ca42d Merge pull request #8463 from ncteisen/csharp_unimplemented_method by Noah Eisen · 8 years ago
  40. 5fe5eba provide framework independent version of Task.CompletedTask by Jan Tattermusch · 8 years ago
  41. ba09884 polish HandleCallAsync by Jan Tattermusch · 8 years ago
  42. 1445c47 Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations by Jan Tattermusch · 8 years ago
  43. 8c31c14 qps worker runs on all threads by Jan Tattermusch · 8 years ago
  44. 4f1823d string.EndsWith is really slow on CoreCLR by Jan Tattermusch · 8 years ago
  45. b2a2647 added the real unimplemented_method test to csharp interop test by Noah Eisen · 8 years ago
  46. 9a171c7 renamed unimplemented_method -> unimplemented_service by Noah Eisen · 8 years ago
  47. 9f254c0 get rid of compiler warnings by Jan Tattermusch · 8 years ago
  48. d0e7c6d Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in netstandard by Jan Tattermusch · 8 years ago
  49. 32cb42e remove unused member by Jan Tattermusch · 8 years ago
  50. 7735daa address XMLdoc related warnings by Jan Tattermusch · 8 years ago
  51. fac33ad expose knob for adjusting number of requested calls by Jan Tattermusch · 8 years ago
  52. 6e90171 introduce separate grpcsharp_request_call_context by Jan Tattermusch · 8 years ago
  53. 76ce3b9 request more rpcs per thread by Jan Tattermusch · 8 years ago
  54. a00698f allow new RPC once previous call has been handled by Jan Tattermusch · 8 years ago
  55. 7ef9f64 use Server mode for GC in C# QpsWorker by Jan Tattermusch · 8 years ago
  56. a17b9bd removed check on the returned message from calling an unimplemented method by Noah Eisen · 8 years ago
  57. f72ead3 refactor NoSuchMethodCallHandler by Jan Tattermusch · 8 years ago
  58. 58628ae Merge pull request #8361 from ncteisen/csharp_custom_metadata by Eric Anderson · 8 years ago
  59. 770137b Merge pull request #8297 from jtattermusch/add_newinstance_comment by Jan Tattermusch · 8 years ago
  60. 2d41ed1 fixed bug in custom metadata interop test from csharp client to c++ server by Noah Eisen · 8 years ago
  61. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  62. 0dc8d35 Update README.md by Jan Tattermusch · 8 years ago
  63. 9633bd3 Update README.md by Jan Tattermusch · 8 years ago
  64. 10098d1 regenerate C# protos by Jan Tattermusch · 8 years ago
  65. 062ba7b Merge pull request #8324 from grpc/v1.0.x by Nathaniel Manista · 8 years ago
  66. 82b64d1 change back slashes to forward slashes in grpc.tool nuspec by Alexander Polcyn · 8 years ago
  67. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  68. 6800e3d update the comment to reflect current state by Jan Tattermusch · 8 years ago
  69. f6caaa7 add copyrights for AssemblyInfo.cs files by Jan Tattermusch · 8 years ago
  70. 4d2df96 dont require libc-dev on coreclr by Jan Tattermusch · 8 years ago
  71. c4f9c9a Merge pull request #8084 from jtattermusch/throw_rpcexception_on_failure by Jan Tattermusch · 8 years ago
  72. 6eb9877 simplify delayed streaming write logic by Jan Tattermusch · 8 years ago
  73. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  74. caa965b regenerate C# related files after backporting from master by Jan Tattermusch · 8 years ago
  75. 19f544c make Grpc.Tools.nuspec buildable on Linux by Jan Tattermusch · 8 years ago
  76. 11cbb5b switch distribtests to use nugets generated by dotnet cli by Jan Tattermusch · 8 years ago
  77. 5bfcb5c fix copying data directory by Jan Tattermusch · 8 years ago
  78. 6555499 add shutdownhook for CoreCLR by Jan Tattermusch · 8 years ago
  79. 826c8d7 fixed formatting by Jan Tattermusch · 8 years ago
  80. ca29914 allow building all nugets on linux by Jan Tattermusch · 8 years ago
  81. 71a2e47 make native extension loader work for published netcoreapp1.0 too by Jan Tattermusch · 8 years ago
  82. 35d2cff dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  83. f4a1e19 address coreCLR TODO by Jan Tattermusch · 8 years ago
  84. 7eb41a1 upgrade Moq to version that supports netstandard1.3 by Jan Tattermusch · 8 years ago
  85. 67b6ef4 cleanup of project.json files by Jan Tattermusch · 8 years ago
  86. ff6c2ad update csproj files to Google.Protobuf to 3.0.0 by Jan Tattermusch · 8 years ago
  87. d95ae37 update Protobuf to 3.0.0 in project.json projects by Jan Tattermusch · 8 years ago
  88. e1fde33 update .csproj projects to Google.Apis.Auth to 1.16.0 by Jan Tattermusch · 8 years ago
  89. 4da4750 update Google.Apis.Auth to 1.16.0 for project.json projects by Jan Tattermusch · 8 years ago
  90. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  91. 867f1fa make Grpc.Tools.nuspec buildable on Linux by Jan Tattermusch · 8 years ago
  92. 520ece6 switch distribtests to use nugets generated by dotnet cli by Jan Tattermusch · 8 years ago
  93. ec5c93c Merge pull request #8048 from jtattermusch/dotnetcli_interoptest by Jan Tattermusch · 8 years ago
  94. 4f5009f fix copying data directory by Jan Tattermusch · 8 years ago
  95. 93f62af add shutdownhook for CoreCLR by Jan Tattermusch · 8 years ago
  96. e4e30f8 fixed formatting by Jan Tattermusch · 8 years ago
  97. 8a84c8c allow building all nugets on linux by Jan Tattermusch · 8 years ago
  98. b3df1c4 make native extension loader work for published netcoreapp1.0 too by Jan Tattermusch · 8 years ago
  99. 08ac1d4 dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  100. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago