1. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  2. 1c41c29 Merge branch 'release-0_15' into upmerge-master by Nicolas "Pixel" Noble · 8 years ago
  3. e4123f3 Updated release version to 0.15.1 by Ken Payson · 8 years ago
  4. 0910e4c pr comments by David Garcia Quintas · 8 years ago
  5. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  6. a9208be regenerate by Jan Tattermusch · 8 years ago
  7. 103cd6d fix files/mappings in Grpc.Core nuget by Jan Tattermusch · 8 years ago
  8. 652c000 regenerate files by Jan Tattermusch · 8 years ago
  9. ecd2b0e share Version.cs among all project.json projects by Jan Tattermusch · 8 years ago
  10. dd3b1bd Update README.md by Jan Tattermusch · 8 years ago
  11. f519df8 Update version to 0.15.0 by murgatroid99 · 8 years ago
  12. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  13. 886c512 fix C# nuget build by Jan Tattermusch · 8 years ago
  14. 51d4f01 prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown by Jan Tattermusch · 8 years ago
  15. ed6ea4c regenerate protos by Jan Tattermusch · 8 years ago
  16. f41ebc3 remove occurences of NewClient factory method by Jan Tattermusch · 8 years ago
  17. 606e35a add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY by Jan Tattermusch · 8 years ago
  18. a7daf1e implement C# client compression interop tests by Jan Tattermusch · 8 years ago
  19. f8135f6 remove occurences of compressable payload type by Jan Tattermusch · 8 years ago
  20. 67ceba5 regenerate messages.proto by Jan Tattermusch · 8 years ago
  21. 4047d5d add test that C# can read compressed messages by Jan Tattermusch · 8 years ago
  22. 0d896ef fix reading of compressed byte_buffer in C# by Jan Tattermusch · 8 years ago
  23. 4bfb794 Merge pull request #6993 from grpc/update_csharp_readme by Jan Tattermusch · 8 years ago
  24. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  25. 892f8f9 Update c# readme. by Jan Tattermusch · 8 years ago
  26. be37455 add missing ConfigureAwait(false) by Jan Tattermusch · 8 years ago
  27. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  28. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  29. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  30. fab857e address review comments by Jan Tattermusch · 8 years ago
  31. 317b8ac migrate everything to netstandard1.5 by Jan Tattermusch · 8 years ago
  32. 474a574 update readme.md by Jan Tattermusch · 8 years ago
  33. 635fafc dont register shutdownhooks for dotnet5.4 by Jan Tattermusch · 8 years ago
  34. a6c9a91 update project.json by Jan Tattermusch · 8 years ago
  35. 2e67fee Merge pull request #6909 from jtattermusch/csharp_client_streaming by Jan Tattermusch · 8 years ago
  36. dd692b3 Merge pull request #6908 from jtattermusch/csharp_send_completion_dedup by Jan Tattermusch · 8 years ago
  37. ae7b048 upgrade protobuf to 3.0.0-beta3 in project.json files by Jan Tattermusch · 8 years ago
  38. 5ff32fa update .xproj files by Jan Tattermusch · 8 years ago
  39. c58b3bb rename Grpc.Dnx.sln by Jan Tattermusch · 8 years ago
  40. 8d9dff5 prevent interfering of project.json files with .csproj files in VS2015 by Jan Tattermusch · 8 years ago
  41. f8bd01f Merge remote-tracking branch 'upstream/master' into manual_upmerge_0_14_to_master by Jan Tattermusch · 8 years ago
  42. 2eb09ee improve docs for IAsyncStreamReader by Jan Tattermusch · 8 years ago
  43. b8d50af deduplicate send finished handler by Jan Tattermusch · 8 years ago
  44. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  45. 504b3b9 set default gRPC C# logging level to Info by Jan Tattermusch · 8 years ago
  46. 2bab9a8 add LogLevel enum by Jan Tattermusch · 8 years ago
  47. e4fd5b9 C# merge fixups by Jan Tattermusch · 8 years ago
  48. 8f893e1 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  49. d36b901 Merge pull request #6829 from jtattermusch/csharp_add_server_test by Jan Tattermusch · 8 years ago
  50. 8e93533 allow shutdown of unstarted server by Jan Tattermusch · 8 years ago
  51. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  52. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  53. 95e547e add unstarted server test by Jan Tattermusch · 8 years ago
  54. c524ec0 make Metadata.Entry a class by Jan Tattermusch · 8 years ago
  55. 8d829d0 Add more Channel and Server constructor overloads by Jan Tattermusch · 8 years ago
  56. ed5af1c update tests by Jan Tattermusch · 8 years ago
  57. bdccdef autoregister grpc shutdown hooks by Jan Tattermusch · 8 years ago
  58. 2f74141 add appdomain unload test by Jan Tattermusch · 8 years ago
  59. 018cfb8 update tests by Jan Tattermusch · 8 years ago
  60. 25e3ba5 improve shutdown tests by Jan Tattermusch · 8 years ago
  61. 739ee1b support GrpcEnvironment.KillServersAsync by Jan Tattermusch · 8 years ago
  62. 63386a1 deduplicate server shutdown logic by Jan Tattermusch · 8 years ago
  63. 4aea528 Add ShutdownChannelsAsync api by Jan Tattermusch · 8 years ago
  64. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  65. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  66. 85030e3 register appdomain events by Jan Tattermusch · 8 years ago
  67. a134fa7 improve docs on ShutdownAsync() for servers and channels by Jan Tattermusch · 8 years ago
  68. 6acc07d improve the xmldocs on call cancellation and disposal by Jan Tattermusch · 8 years ago
  69. e1bee5b improve comments in math.proto by Jan Tattermusch · 8 years ago
  70. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  71. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 8 years ago
  72. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 8 years ago
  73. 781720f get rid of servicename argument for server service definition. by Jan Tattermusch · 8 years ago
  74. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  75. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  76. 19ae7bd Merge pull request #5794 from chrisdunelm/WriteOptions_readonly by Jan Tattermusch · 8 years ago
  77. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  78. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  79. 138156a add missing pinvoke method by Jan Tattermusch · 8 years ago
  80. 1e5d9b9 fix one more test by Jan Tattermusch · 8 years ago
  81. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  82. 5a94cf5 use 1 cq per thread by default by Jan Tattermusch · 8 years ago
  83. 2f0a690 name the threadpool threads before starting by Jan Tattermusch · 8 years ago
  84. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  85. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  86. 2a84f23 expose completionQueueCount setting by Jan Tattermusch · 8 years ago
  87. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  88. f581659 add TODO by Jan Tattermusch · 8 years ago
  89. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  90. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  91. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  92. 5c52f37 improve ordering of serverside send checks by Jan Tattermusch · 8 years ago
  93. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  94. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  95. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  96. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  97. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  98. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  99. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  100. 6620dc3 remote AsyncCompletion by Jan Tattermusch · 8 years ago