1. 13ca42d Merge pull request #8463 from ncteisen/csharp_unimplemented_method by Noah Eisen · 8 years ago
  2. ab0c5de Merge pull request #8467 from ncteisen/node_unimplemented_method by Noah Eisen · 8 years ago
  3. 557c990 clang-format by Mark D. Roth · 8 years ago
  4. e207228 added new test to interop_sanity_test.js by Noah Eisen · 8 years ago
  5. 93ca807 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  6. 2065702 Merge pull request #8476 from jtattermusch/csharp_streamline_nits by Jan Tattermusch · 8 years ago
  7. 62b2a90 Fix handshake_client bind flakes and build issues. by Harvey Tuch · 8 years ago
  8. b53a7f7 updated the interop spec to conform with recent name change by Noah Eisen · 8 years ago
  9. 26b7be4 Add block comment. by Mark D. Roth · 8 years ago
  10. 085f9af Added import order comments, resolved other minor issues by murgatroid99 · 8 years ago
  11. a92a13c Fix server_ssl.c thread race exposed by tsan by using gpr_event. by Harvey Tuch · 8 years ago
  12. 27c876e Fix memory leak detected by ASAN and clang-format variance. by Harvey Tuch · 8 years ago
  13. 8cdf17a Introduce a grpc-exp ALPN protocol identifier. by Harvey Tuch · 8 years ago
  14. f7d7fb2 Expand comment documenting grpc_method_config_table_convert(). by Mark D. Roth · 8 years ago
  15. 9fe934c Merge remote-tracking branch 'upstream/master' into service_config2 by Mark D. Roth · 8 years ago
  16. 5fe5eba provide framework independent version of Task.CompletedTask by Jan Tattermusch · 8 years ago
  17. ba09884 polish HandleCallAsync by Jan Tattermusch · 8 years ago
  18. 1445c47 Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations by Jan Tattermusch · 8 years ago
  19. e1e0235 Merge pull request #8469 from jtattermusch/csharp_perf_tuning by Jan Tattermusch · 8 years ago
  20. 8c31c14 qps worker runs on all threads by Jan Tattermusch · 8 years ago
  21. 6ec0dca Merge pull request #8472 from jtattermusch/csharp_eliminate_string_endswith by Jan Tattermusch · 8 years ago
  22. 4f1823d string.EndsWith is really slow on CoreCLR by Jan Tattermusch · 8 years ago
  23. f89a4a1 Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures by apolcyn · 8 years ago
  24. 898a2e9 clean up error message by Alexander Polcyn · 8 years ago
  25. ad93106 Keep a singleton of connectivity monitor in GRPCHost by Muxi Yan · 8 years ago
  26. 566608e Merge pull request #8395 from jtattermusch/testing_nitpicking by Jan Tattermusch · 8 years ago
  27. 447548b show logs from qps workers by Jan Tattermusch · 8 years ago
  28. 8834095 Merge pull request #8438 from jtattermusch/csharp_compiler_warnings by Jan Tattermusch · 8 years ago
  29. a48afeb change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node by Noah Eisen · 8 years ago
  30. 6134d1d change unimplemented_method to unimplemented_service. Add real unimplemented_method test by Noah Eisen · 8 years ago
  31. b2a2647 added the real unimplemented_method test to csharp interop test by Noah Eisen · 8 years ago
  32. 9a171c7 renamed unimplemented_method -> unimplemented_service by Noah Eisen · 8 years ago
  33. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  34. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  35. 99e61f8 Merge pull request #8418 from markdroth/interop_flags by Mark D. Roth · 8 years ago
  36. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  37. 6ac6a52 Fix stupid compiler error by Muxi Yan · 8 years ago
  38. d9cbec4 Merge pull request #8095 from markdroth/rename_client_config by Mark D. Roth · 8 years ago
  39. 3798e60 Address review comments by Craig Tiller · 8 years ago
  40. 07ecd9d Add copyright header by Garrett Casto · 8 years ago
  41. 5bd7be0 Change LB policies to get their input from channel args. by Mark D. Roth · 8 years ago
  42. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  43. 54b409c Merge pull request #8450 from dgquintas/move_unref by David G. Quintas · 8 years ago
  44. 8269d7d Merge pull request #8215 from sreecha/new_scenario by Nicolas Noble · 8 years ago
  45. 3686996 Encode server name, LB policy name, and addresses in channel args. by Mark D. Roth · 8 years ago
  46. 16883a3 Set user data vtable when creating grpc_lb_addresses. by Mark D. Roth · 8 years ago
  47. 531172f Merge pull request #8208 from tcr/master by Michael Lumish · 8 years ago
  48. 987f41f Merge pull request #7651 from rjshade/add_error_log_for_h2_headers by Craig Tiller · 8 years ago
  49. f01f7b6 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  50. aea9185 Merge pull request #8455 from ctiller/importz by Craig Tiller · 8 years ago
  51. 98abfd3 Pass channel args through resolver. by Mark D. Roth · 8 years ago
  52. 4f5ae75 Fix build for import by Craig Tiller · 8 years ago
  53. 9f254c0 get rid of compiler warnings by Jan Tattermusch · 8 years ago
  54. d0e7c6d Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in netstandard by Jan Tattermusch · 8 years ago
  55. 32cb42e remove unused member by Jan Tattermusch · 8 years ago
  56. 7735daa address XMLdoc related warnings by Jan Tattermusch · 8 years ago
  57. ff1ef24 Do not finish call with error when switching between wifi and cellular by Muxi Yan · 8 years ago
  58. 95d75ea clean with clang-format by Muxi Yan · 8 years ago
  59. 4848369 Clean cache thoroughly by Muxi Yan · 8 years ago
  60. 5655130 Break retain cycle and fix bug by Muxi Yan · 8 years ago
  61. 9f4e828 Merge pull request #8444 from jtattermusch/csharp_use_server_gc by Jan Tattermusch · 8 years ago
  62. 30bce6a Moved unref of security connector outside of grpc_secure_channel_create by David Garcia Quintas · 8 years ago
  63. 79fd4e6 Merge pull request #8381 from dgquintas/lb-cost-bin by David G. Quintas · 8 years ago
  64. b93053f bug fix by Muxi Yan · 8 years ago
  65. 0a18d64 Address the comments by Muxi Yan · 8 years ago
  66. 2dd6e73 Merge pull request #8445 from muxi/revert-8425 by Muxi Yan · 8 years ago
  67. a2a3250 Clang format by Garrett Casto · 8 years ago
  68. 2a78d3d Merge pull request #7838 from teodor-pripoae/fix-example-in-ruby-readme by Michael Lumish · 8 years ago
  69. fac33ad expose knob for adjusting number of requested calls by Jan Tattermusch · 8 years ago
  70. 13905ee Merge pull request #7967 from p16/node-example-add-return-after-callback-witih-error by Michael Lumish · 8 years ago
  71. 6e90171 introduce separate grpcsharp_request_call_context by Jan Tattermusch · 8 years ago
  72. 6a30178 Clang format by murgatroid99 · 8 years ago
  73. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  74. 5a2a9ea Merge branch 'buffer_pools_for_realsies' of github.com:ctiller/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  75. 4a08e71 Revert PR #8425 by Muxi Yan · 8 years ago
  76. 76ce3b9 request more rpcs per thread by Jan Tattermusch · 8 years ago
  77. a00698f allow new RPC once previous call has been handled by Jan Tattermusch · 8 years ago
  78. 7ef9f64 use Server mode for GC in C# QpsWorker by Jan Tattermusch · 8 years ago
  79. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  80. 464606b Merge pull request #8439 from vjpai/timeless by Vijay Pai · 8 years ago
  81. 5e475a4 Merge pull request #8440 from ncteisen/csharp_interop_test_fix by Noah Eisen · 8 years ago
  82. 7433e5d clang format by Robbie Shade · 8 years ago
  83. ab71dfb Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  84. 72e9244 Fix nonnull problem by Muxi Yan · 8 years ago
  85. 74b731e Merge pull request #8423 from ncteisen/interop_client_naming by Noah Eisen · 8 years ago
  86. e1443b1 Flush host when network connectivity changes by Muxi Yan · 8 years ago
  87. 2bc7b80 Merge pull request #8401 from matt-kwong/pull-request-params by matt-kwong · 8 years ago
  88. a17b9bd removed check on the returned message from calling an unimplemented method by Noah Eisen · 8 years ago
  89. 53432af Run generate_projects.sh by Sree Kuchibhotla · 8 years ago
  90. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  91. b73a654 Merge branch 'master' into new_scenario by Sree Kuchibhotla · 8 years ago
  92. e3dd1d7 modify stress_test command line options by Makarand Dharmapurikar · 8 years ago
  93. d1b8526 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  94. 247d413 Merge pull request #8435 from vjpai/sanity by Vijay Pai · 8 years ago
  95. 869ccaa Regain sanity by Vijay Pai · 8 years ago
  96. a645bd7 Fix a sanity issue by Vijay Pai · 8 years ago
  97. 5ee0797 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  98. 6846929 Merge pull request #8413 from vjpai/qps_cleanup by Vijay Pai · 8 years ago
  99. 2c4453d added platform test suites and other fixes by Matt Kwong · 8 years ago
  100. 91d0093 Fix test by Craig Tiller · 8 years ago