1. 2bab9a8 add LogLevel enum by Jan Tattermusch · 8 years ago
  2. d36b901 Merge pull request #6829 from jtattermusch/csharp_add_server_test by Jan Tattermusch · 8 years ago
  3. 8e93533 allow shutdown of unstarted server by Jan Tattermusch · 8 years ago
  4. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  5. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  6. 95e547e add unstarted server test by Jan Tattermusch · 8 years ago
  7. c524ec0 make Metadata.Entry a class by Jan Tattermusch · 8 years ago
  8. 8d829d0 Add more Channel and Server constructor overloads by Jan Tattermusch · 8 years ago
  9. ed5af1c update tests by Jan Tattermusch · 8 years ago
  10. bdccdef autoregister grpc shutdown hooks by Jan Tattermusch · 8 years ago
  11. 2f74141 add appdomain unload test by Jan Tattermusch · 8 years ago
  12. 018cfb8 update tests by Jan Tattermusch · 8 years ago
  13. 25e3ba5 improve shutdown tests by Jan Tattermusch · 8 years ago
  14. 739ee1b support GrpcEnvironment.KillServersAsync by Jan Tattermusch · 8 years ago
  15. 63386a1 deduplicate server shutdown logic by Jan Tattermusch · 8 years ago
  16. 4aea528 Add ShutdownChannelsAsync api by Jan Tattermusch · 8 years ago
  17. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  18. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  19. 85030e3 register appdomain events by Jan Tattermusch · 8 years ago
  20. a134fa7 improve docs on ShutdownAsync() for servers and channels by Jan Tattermusch · 8 years ago
  21. 6acc07d improve the xmldocs on call cancellation and disposal by Jan Tattermusch · 8 years ago
  22. e1bee5b improve comments in math.proto by Jan Tattermusch · 8 years ago
  23. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  24. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 8 years ago
  25. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 8 years ago
  26. 781720f get rid of servicename argument for server service definition. by Jan Tattermusch · 8 years ago
  27. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  28. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  29. 19ae7bd Merge pull request #5794 from chrisdunelm/WriteOptions_readonly by Jan Tattermusch · 8 years ago
  30. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  31. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  32. 138156a add missing pinvoke method by Jan Tattermusch · 8 years ago
  33. 1e5d9b9 fix one more test by Jan Tattermusch · 8 years ago
  34. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  35. 5a94cf5 use 1 cq per thread by default by Jan Tattermusch · 8 years ago
  36. 2f0a690 name the threadpool threads before starting by Jan Tattermusch · 8 years ago
  37. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  38. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  39. 2a84f23 expose completionQueueCount setting by Jan Tattermusch · 8 years ago
  40. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  41. f581659 add TODO by Jan Tattermusch · 8 years ago
  42. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  43. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  44. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  45. 5c52f37 improve ordering of serverside send checks by Jan Tattermusch · 8 years ago
  46. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  47. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  48. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  49. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  50. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  51. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  52. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  53. 6620dc3 remote AsyncCompletion by Jan Tattermusch · 8 years ago
  54. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  55. afe1fe8 use tcs for streamingWrites by Jan Tattermusch · 8 years ago
  56. ec3e616 Merge pull request #6643 from jtattermusch/csharp_profiling2 by Jan Tattermusch · 8 years ago
  57. 4c31b7a Merge pull request #6640 from jtattermusch/csharp_assorted_cleanup by Jan Tattermusch · 8 years ago
  58. 09c5e05 support adding profilers to C# qps clients by Jan Tattermusch · 8 years ago
  59. d0f5f72 return number of cores from server by Jan Tattermusch · 8 years ago
  60. 166d482 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  61. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  62. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  63. f4a961d move ServerRpcNew and ClientSideStatus to their own file by Jan Tattermusch · 8 years ago
  64. 6dd544c tiny optimization in MetadataArraySafeHandle by Jan Tattermusch · 8 years ago
  65. 29d414c make Profilers visible to Grpc.IntegrationTesting by Jan Tattermusch · 8 years ago
  66. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  67. cad9205 regenerate buildfiles by Jan Tattermusch · 8 years ago
  68. 87ba294 rename names of generated enum values to match protobuf3beta3 by Jan Tattermusch · 8 years ago
  69. c96fdde regenerate C# protobuf messages by Jan Tattermusch · 8 years ago
  70. f14bb3b Update Grpc.sln to Google.Protobuf.3.0.0-beta3 by Jan Tattermusch · 8 years ago
  71. f551edf add missing copyrights to .bat files by Jan Tattermusch · 8 years ago
  72. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  73. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  74. d151dcb fix qps reporting in C# stress client by Jan Tattermusch · 8 years ago
  75. 8788169 Update release version to 0.14.2-pre1 by murgatroid99 · 8 years ago
  76. c8b2543 Merge pull request #6526 from jtattermusch/improve_examples by Jan Tattermusch · 8 years ago
  77. c1c6b3c Update release version to 0.14.1 by murgatroid99 · 8 years ago
  78. 1fc79fc Merge pull request #6493 from jtattermusch/csharp_streaming_api_exceptions by Jan Tattermusch · 8 years ago
  79. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 8 years ago
  80. a46d21d fix TimeoutOnSleepingServer interop test by Jan Tattermusch · 8 years ago
  81. ade3a79 Merge pull request #6498 from jtattermusch/csharp_server_improvements by Jan Tattermusch · 8 years ago
  82. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  83. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  84. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  85. dae51b0 fix compilation on windows by Jan Tattermusch · 8 years ago
  86. 1e1fa08 dont lock to run server_request_call by Jan Tattermusch · 8 years ago
  87. df0872f expose experimental API to set GrpcThreadPool size. by Jan Tattermusch · 8 years ago
  88. e458d84 dont create dedicated threads for async client by Jan Tattermusch · 8 years ago
  89. 26cc142 start server with more than one allowed RPCs by Jan Tattermusch · 8 years ago
  90. 65ca9dc eliminate a thread switch when invoking server-side handler by Jan Tattermusch · 8 years ago
  91. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  92. 98f2430 throw RpcException from writes after finishing by Jan Tattermusch · 8 years ago
  93. 6220033 change typo in the comment by Jan Tattermusch · 8 years ago
  94. 19c7bf7 fixup tests by Jan Tattermusch · 8 years ago
  95. b293c95 add more tests by Jan Tattermusch · 8 years ago
  96. d83f791 regenerate C# code by Jan Tattermusch · 8 years ago
  97. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  98. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  99. 2901ea5 improve serverside handlers by Jan Tattermusch · 8 years ago
  100. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago