1. 19ae7bd Merge pull request #5794 from chrisdunelm/WriteOptions_readonly by Jan Tattermusch · 8 years ago
  2. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  3. 138156a add missing pinvoke method by Jan Tattermusch · 8 years ago
  4. 1e5d9b9 fix one more test by Jan Tattermusch · 8 years ago
  5. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  6. 5a94cf5 use 1 cq per thread by default by Jan Tattermusch · 8 years ago
  7. 2f0a690 name the threadpool threads before starting by Jan Tattermusch · 8 years ago
  8. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  9. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  10. 2a84f23 expose completionQueueCount setting by Jan Tattermusch · 8 years ago
  11. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  12. f581659 add TODO by Jan Tattermusch · 8 years ago
  13. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  14. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  15. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  16. 5c52f37 improve ordering of serverside send checks by Jan Tattermusch · 8 years ago
  17. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  18. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  19. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  20. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  21. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  22. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  23. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  24. 6620dc3 remote AsyncCompletion by Jan Tattermusch · 8 years ago
  25. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  26. afe1fe8 use tcs for streamingWrites by Jan Tattermusch · 8 years ago
  27. ec3e616 Merge pull request #6643 from jtattermusch/csharp_profiling2 by Jan Tattermusch · 8 years ago
  28. 4c31b7a Merge pull request #6640 from jtattermusch/csharp_assorted_cleanup by Jan Tattermusch · 8 years ago
  29. 09c5e05 support adding profilers to C# qps clients by Jan Tattermusch · 8 years ago
  30. d0f5f72 return number of cores from server by Jan Tattermusch · 8 years ago
  31. 166d482 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  32. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  33. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  34. f4a961d move ServerRpcNew and ClientSideStatus to their own file by Jan Tattermusch · 8 years ago
  35. 6dd544c tiny optimization in MetadataArraySafeHandle by Jan Tattermusch · 8 years ago
  36. 29d414c make Profilers visible to Grpc.IntegrationTesting by Jan Tattermusch · 8 years ago
  37. cad9205 regenerate buildfiles by Jan Tattermusch · 8 years ago
  38. 87ba294 rename names of generated enum values to match protobuf3beta3 by Jan Tattermusch · 8 years ago
  39. c96fdde regenerate C# protobuf messages by Jan Tattermusch · 8 years ago
  40. f14bb3b Update Grpc.sln to Google.Protobuf.3.0.0-beta3 by Jan Tattermusch · 8 years ago
  41. f551edf add missing copyrights to .bat files by Jan Tattermusch · 8 years ago
  42. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  43. d151dcb fix qps reporting in C# stress client by Jan Tattermusch · 8 years ago
  44. 8788169 Update release version to 0.14.2-pre1 by murgatroid99 · 8 years ago
  45. c8b2543 Merge pull request #6526 from jtattermusch/improve_examples by Jan Tattermusch · 8 years ago
  46. c1c6b3c Update release version to 0.14.1 by murgatroid99 · 8 years ago
  47. 1fc79fc Merge pull request #6493 from jtattermusch/csharp_streaming_api_exceptions by Jan Tattermusch · 8 years ago
  48. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 8 years ago
  49. a46d21d fix TimeoutOnSleepingServer interop test by Jan Tattermusch · 8 years ago
  50. ade3a79 Merge pull request #6498 from jtattermusch/csharp_server_improvements by Jan Tattermusch · 8 years ago
  51. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  52. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  53. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  54. dae51b0 fix compilation on windows by Jan Tattermusch · 8 years ago
  55. 1e1fa08 dont lock to run server_request_call by Jan Tattermusch · 8 years ago
  56. df0872f expose experimental API to set GrpcThreadPool size. by Jan Tattermusch · 8 years ago
  57. e458d84 dont create dedicated threads for async client by Jan Tattermusch · 8 years ago
  58. 26cc142 start server with more than one allowed RPCs by Jan Tattermusch · 8 years ago
  59. 65ca9dc eliminate a thread switch when invoking server-side handler by Jan Tattermusch · 8 years ago
  60. 98f2430 throw RpcException from writes after finishing by Jan Tattermusch · 8 years ago
  61. 6220033 change typo in the comment by Jan Tattermusch · 8 years ago
  62. 19c7bf7 fixup tests by Jan Tattermusch · 8 years ago
  63. b293c95 add more tests by Jan Tattermusch · 8 years ago
  64. d83f791 regenerate C# code by Jan Tattermusch · 8 years ago
  65. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  66. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  67. 2901ea5 improve serverside handlers by Jan Tattermusch · 8 years ago
  68. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  69. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  70. 6504c02 remove useless code and todos by Jan Tattermusch · 8 years ago
  71. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  72. f21f465 make AsyncCallServerTest finish correctly by Jan Tattermusch · 8 years ago
  73. 2624cfb fixup by Jan Tattermusch · 8 years ago
  74. 9a9813b add more tests by Jan Tattermusch · 8 years ago
  75. b32e29f make SendStatusFromServer independent on WriteAsync by Jan Tattermusch · 8 years ago
  76. ce60d8e add AsyncCalServer tests to sanity tests by Jan Tattermusch · 8 years ago
  77. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  78. 230c932 fixup by Jan Tattermusch · 8 years ago
  79. 5105056 add one more client server test by Jan Tattermusch · 8 years ago
  80. a296677 add more tests by Jan Tattermusch · 8 years ago
  81. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  82. a83ad2a add idempotency test by Jan Tattermusch · 8 years ago
  83. 69274c2 add more features by Jan Tattermusch · 8 years ago
  84. 97eb4f6 add more tests by Jan Tattermusch · 8 years ago
  85. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  86. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  87. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  88. bfee01d regenerate C# sources by Jan Tattermusch · 8 years ago
  89. b143ca0 Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen by Nicolas Noble · 8 years ago
  90. cca098e Merge pull request #6299 from jtattermusch/fix_5912 by Jan Tattermusch · 8 years ago
  91. cec4298 Merge pull request #4569 from jskeet/fix-buildall by Jan Tattermusch · 8 years ago
  92. 7c0e1ee regenerate code by Jan Tattermusch · 8 years ago
  93. 85c3ab0 fix #5912 by Jan Tattermusch · 8 years ago
  94. eeef86c Merge pull request #6282 from jtattermusch/disable_internal_obsolete by Jan Tattermusch · 8 years ago
  95. 55fad17 regenerate C# protos by Jan Tattermusch · 8 years ago
  96. 23a9ca5 fix assembly version attributes for C# by Jan Tattermusch · 8 years ago
  97. 1c35498 Merge pull request #6256 from jtattermusch/csharp_stressclient by Jan Tattermusch · 8 years ago
  98. f4bc99e address comments by Jan Tattermusch · 8 years ago
  99. bf2315c Merge pull request #6242 from vjpai/i_have_the_best_variants by Jan Tattermusch · 8 years ago
  100. a75c63b Merge pull request #5073 from mleenhardt/calloptions-fluent by Jan Tattermusch · 8 years ago