1. ed1307d Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass by Jan Tattermusch · 8 years ago
  2. acb842c fix copyrights by Jan Tattermusch · 8 years ago
  3. 2f0a837 introduce concept of opaque client base configuration by Jan Tattermusch · 8 years ago
  4. 054fae7 move implementations of CallInvoker to Grpc.Core.Internal by Jan Tattermusch · 8 years ago
  5. b240358 add parameterless constructor for ClientBase by Jan Tattermusch · 8 years ago
  6. c831a44 add ClientBase.WithHost and get rid of HeaderInterceptor by Jan Tattermusch · 8 years ago
  7. b455bcc add host field support to CallInvoker by Jan Tattermusch · 8 years ago
  8. d9495ab refactor ClientBase by Jan Tattermusch · 8 years ago
  9. 8496efa add concept of CallInvoker by Jan Tattermusch · 8 years ago
  10. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  11. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  12. a643960 Merge pull request #5810 from jtattermusch/extension_loading_for_webapps by Jan Tattermusch · 8 years ago
  13. eeb1330 make timestamp format in C# logs more similar to C core by Jan Tattermusch · 9 years ago
  14. 3560a43 correct handling for shadowed assemblies when loading native extension by Jan Tattermusch · 9 years ago
  15. 602eff7 Merge pull request #5439 from chrisdunelm/coreclr_metadata2 by Jan Tattermusch · 9 years ago
  16. 7d91dc3 fix #4427 by Jan Tattermusch · 9 years ago
  17. 762ed43 Support for coreclr by Chris Bacon · 9 years ago
  18. 74c3912 Merge pull request #5086 from chrisdunelm/coreclr_platforms by Jan Tattermusch · 9 years ago
  19. b0ec2ba Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2 by Jan Tattermusch · 9 years ago
  20. 0f89256 update copyrights by Jan Tattermusch · 9 years ago
  21. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 9 years ago
  22. e813bc7 Add a NullLogger in the C# implementation by Jon Skeet · 9 years ago
  23. 21f1afc Fix some C# copyrights by vjpai · 9 years ago
  24. ab02713 Merge pull request #5066 from chrisdunelm/dnx_Profilers by Jan Tattermusch · 9 years ago
  25. 1935c36 Flagging master as 0.14.0-dev. by Nicolas "Pixel" Noble · 9 years ago
  26. fe0c4a8 C# assembly version and current version by Jan Tattermusch · 9 years ago
  27. d980047 fix C# build by Jan Tattermusch · 9 years ago
  28. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 9 years ago
  29. f008f06 build.yaml centric versioning by Craig Tiller · 9 years ago
  30. 435b155 Correct copyright date by Chris Bacon · 9 years ago
  31. 1c755d5 Coreclr compatible DefaultSslRootsOverride.cs by Chris Bacon · 9 years ago
  32. c65ceef Support coreclr platform detection by Chris Bacon · 9 years ago
  33. d18fc14 Fix Profilers for coreclr by Chris Bacon · 9 years ago
  34. b767d09 Fix NativeExtensions for coreclr by Chris Bacon · 9 years ago
  35. 0d477da dont ship roots.pem in nuget package by Jan Tattermusch · 9 years ago
  36. 660c15b add roots.pem as a resource by Jan Tattermusch · 9 years ago
  37. dd133c1 Prevent the need to install libc6-dev on Linux by Jan Tattermusch · 9 years ago
  38. bd3075e Fix sanity by Craig Tiller · 9 years ago
  39. cd31ee5 update copyrights by Jan Tattermusch · 9 years ago
  40. f0fb08f Merge remote-tracking branch 'upstream/master' into bump_version_0_13 by Jan Tattermusch · 9 years ago
  41. 7928b41 update C# dependencies by Jan Tattermusch · 9 years ago
  42. 8426025 fix copyrights by Jan Tattermusch · 9 years ago
  43. f923a2d get C# version generated by templates by Jan Tattermusch · 9 years ago
  44. ecb02be include assembly signing key in the repo by Jan Tattermusch · 9 years ago
  45. 2bd2b3e Merge pull request #4730 from jtattermusch/revamp_native_loader by Michael Lumish · 9 years ago
  46. 57633ea Merge pull request #4744 from dgquintas/check_newlines by Craig Tiller · 9 years ago
  47. 447ef7e extend copyright to 2016 by Jan Tattermusch · 9 years ago
  48. afab541 revamp C# native library loader by Jan Tattermusch · 9 years ago
  49. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  50. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  51. d233543 Cleanup of grpc.csharp.native package by Jan Tattermusch · 9 years ago
  52. ea7469d refcounting completion queue shutdown by Jan Tattermusch · 9 years ago
  53. 7608c96 fix bug in Server.KillAsync() by Jan Tattermusch · 9 years ago
  54. 46ab778 Merge pull request #4397 from jtattermusch/tv_sec_64bit by Craig Tiller · 9 years ago
  55. 839e1d1 remove dead code from AsyncCallBase by Jan Tattermusch · 9 years ago
  56. 3d45afe add coverage for call options by Jan Tattermusch · 9 years ago
  57. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  58. 81e4e8d Merge pull request #4383 from jtattermusch/run_more_interop by Michael Lumish · 9 years ago
  59. fa20ebc implement unimplemented_method interop test by Jan Tattermusch · 9 years ago
  60. 7ebbc47 put user defined userAgentString to the beginning of userAgentString by Jan Tattermusch · 9 years ago
  61. b91c706 Merge Python tox fix into release-0.12-to-be-merged-into-master by Jorge Canizales · 9 years ago
  62. 723c34b add ConfigureAwait(false) where needed by Jan Tattermusch · 9 years ago
  63. 9cb6b23 Merge pull request #4236 from jtattermusch/get_ready_vs2015 by Nicolas Noble · 9 years ago
  64. 189fcf8 introduce auth interceptor context by Jan Tattermusch · 9 years ago
  65. 5beb0ee update C# projects by Jan Tattermusch · 9 years ago
  66. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  67. 1db095d bump C# version to 0.12.0 by Jan Tattermusch · 9 years ago
  68. bb2646a Merge pull request #4146 from jtattermusch/csharp_perf_runners by Michael Lumish · 9 years ago
  69. d0c1bfa Provide performance workers for C# by Jan Tattermusch · 9 years ago
  70. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  71. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  72. 08dea32 update C# to the new C core auth API by Jan Tattermusch · 9 years ago
  73. 18729a0 Polishing of C# auth API by Jan Tattermusch · 9 years ago
  74. a6e68f1 rename grpc.native.csharp_ext nuget to grpc.native.csharp by Jan Tattermusch · 9 years ago
  75. 9d8a652 prevent ArgumentNullException in credentials plugin by Jan Tattermusch · 9 years ago
  76. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  77. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  78. 5bd75d7 implement C# wrapping for plugin API by Jan Tattermusch · 9 years ago
  79. f6e2638 bump version of C# to 0.7.1 by Jan Tattermusch · 9 years ago
  80. c4ebda7 plain log message should not be treated as format string by Jan Tattermusch · 9 years ago
  81. 7d3d485 add roots.pem to Grpc C# nuget package by Jan Tattermusch · 9 years ago
  82. 7279567 check for allowed characters in metadata key by Jan Tattermusch · 9 years ago
  83. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  84. 5414df3 make ToLower culture invariant by Jan Tattermusch · 9 years ago
  85. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  86. 12855fc polishing public docs by Jan Tattermusch · 9 years ago
  87. f637573 make unneeded API internal-only, update docs by Jan Tattermusch · 9 years ago
  88. 578c7c5 revert AssemblyInfo.cs by Jan Tattermusch · 9 years ago
  89. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  90. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  91. 3af838a simplify stream reads on client side by Jan Tattermusch · 9 years ago
  92. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  93. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  94. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  95. f6edf87 metadata polishing by Jan Tattermusch · 9 years ago
  96. e396b8d add method info to auth interceptor by Jan Tattermusch · 9 years ago
  97. e717852 fix comment by Jan Tattermusch · 9 years ago
  98. 9e14414 refactor auth interceptors by Jan Tattermusch · 9 years ago
  99. 2250454 forgot to expose status and trailers for unary call by Jan Tattermusch · 9 years ago
  100. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago