1. 314f439 Increase test timeouts by Craig Tiller · 8 years ago
  2. 503653e Merge pull request #8456 from ctiller/pid_ctl by Craig Tiller · 8 years ago
  3. 0b48db4 Merge pull request #8537 from markdroth/remove_fake_resolver by Mark D. Roth · 8 years ago
  4. 453d563 Merge github.com:grpc/grpc into microbench by Craig Tiller · 8 years ago
  5. 4f9b764 Fixed use of unalloc'd memory by David Garcia Quintas · 8 years ago
  6. 2b8de5c Don't run cancel_after_accept test for fd and socketpair fixtures. by Mark D. Roth · 8 years ago
  7. d3f25b3 Merge remote-tracking branch 'upstream/master' into remove_fake_resolver by Mark D. Roth · 8 years ago
  8. b37ace5 Merge pull request #8602 from vjpai/turn_it_to_11 by Vijay Pai · 8 years ago
  9. 9895a56 Merge pull request #8598 from ctiller/rst_stream by Muxi Yan · 8 years ago
  10. a189b7b Make new file compliant with new standards by Vijay Pai · 8 years ago
  11. 739a93e Merge branch 'master' into turn_it_to_11 by Vijay Pai · 8 years ago
  12. 6c8492d Merge remote-tracking branch 'upstream/master' into remove_fake_resolver by Mark D. Roth · 8 years ago
  13. 57f30d1 Merge pull request #8523 from markdroth/lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  14. 105b394 Merge pull request #8568 from dgquintas/grpclb_leaks_fix by David G. Quintas · 8 years ago
  15. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  16. e140d5c Regenerate all projects by Vijay Pai · 8 years ago
  17. 00bbb41 Merge pull request #8548 from dgquintas/lb-tokens-length by David G. Quintas · 8 years ago
  18. 713c7b8 clang-format by Vijay Pai · 8 years ago
  19. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  20. ac119ba Merge github.com:grpc/grpc into microbench by Craig Tiller · 8 years ago
  21. cbc059e Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fix by David Garcia Quintas · 8 years ago
  22. 2afba3a Ensure something executes the new rst_stream code by Craig Tiller · 8 years ago
  23. fe85851 Fix build problem from merge. by Mark D. Roth · 8 years ago
  24. 7ec2913 PR comments by David Garcia Quintas · 8 years ago
  25. 5a40057 Don't use the stack so much by Masood Malekghassemi · 8 years ago
  26. 0df7d34 Merge pull request #8380 from y-zeng/reflection_header by Yuchen Zeng · 8 years ago
  27. c20a52f Fix build problem. by Mark D. Roth · 8 years ago
  28. d811b30 clang-format by Mark D. Roth · 8 years ago
  29. 6e3e39f Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver by Mark D. Roth · 8 years ago
  30. 3f26585 Fix memory leak. by Mark D. Roth · 8 years ago
  31. 6df6075 Fix portability problems. by Mark D. Roth · 8 years ago
  32. fd635ad clang-format by Mark D. Roth · 8 years ago
  33. 7e0c2f8 Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  34. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  35. 3935263 Merge pull request #8552 from ncteisen/cpp_unimplemented_service by Noah Eisen · 8 years ago
  36. 45ebd35 Fix clang format by Noah Eisen · 8 years ago
  37. e7223af Use default Empty ctor instead of Empty::default_instance by Noah Eisen · 8 years ago
  38. f405035 More Windows Fixes by Craig Tiller · 8 years ago
  39. fa014a8 Merge github.com:grpc/grpc into pid_ctl by Craig Tiller · 8 years ago
  40. c02bd2d Merge branch 'master' of https://github.com/grpc/grpc into cpp_unimplemented_service by Noah Eisen · 8 years ago
  41. 0baf1dc Made LB token dynamic size <= 50 bytes by David Garcia Quintas · 8 years ago
  42. ca5cdf4 Add unimplemented_service test case for cpp interop client by Noah Eisen · 8 years ago
  43. 86cb138 Handle failed calls in sync client by Craig Tiller · 8 years ago
  44. 612ca22 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  45. 6476170 Mark disappearing_server as flaky: this was always so, but is more pronounced now - and will be fixed with retries by Craig Tiller · 8 years ago
  46. e127a39 Change tests to use channel args instead of fake_resolver query args. by Mark D. Roth · 8 years ago
  47. 64542df Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  48. c5d447e Merge pull request #8520 from murgatroid99/udp_server_test_fix by Craig Tiller · 8 years ago
  49. 423efd5 Update comment by Craig Tiller · 8 years ago
  50. cb356b2 Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  51. 8abc796 Review feedback by Craig Tiller · 8 years ago
  52. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  53. 4522876 Add test for setting LB policy via C++ API. by Mark D. Roth · 8 years ago
  54. d7648fe Fix issue with pointers in udp_server_test by murgatroid99 · 8 years ago
  55. e4e457e Merge remote-tracking branch 'upstream/master' into circular_dependency_fix by Mark D. Roth · 8 years ago
  56. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  57. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  58. 4c2e3e7 Merge pull request #8377 from htuch/alpn by Craig Tiller · 8 years ago
  59. d3cd017 Initial google_benchmark integration: source changes by Craig Tiller · 8 years ago
  60. 6b5d682 Review feedback by Craig Tiller · 8 years ago
  61. 14b701c Use nullptr instead of NULL. Move test to grpc namespace so that when using gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h by Sree Kuchibhotla · 8 years ago
  62. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  63. cb4cd3d make gcc4.4 happy by Sree Kuchibhotla · 8 years ago
  64. 3a96ee3 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  65. b40a8fa Merge pull request #8437 from makdharma/stress_test_options by makdharma · 8 years ago
  66. f0b2ec0 clang-format by Mark D. Roth · 8 years ago
  67. 3fc5783 Change std::atomic_int to gpr_atm since gcc4.4 is complaining by Sree Kuchibhotla · 8 years ago
  68. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  69. e3a2100 Fix propagation of channel args for insecure channels. by Mark D. Roth · 8 years ago
  70. d30699c Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  71. b367c1b Fix dns_resolver_connectivity_test. by Mark D. Roth · 8 years ago
  72. 25db523 Fix sockaddr_resolver_test. by Mark D. Roth · 8 years ago
  73. 1e31973 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  74. 069c12d Fix thread_manager_test by Sree Kuchibhotla · 8 years ago
  75. 557c990 clang-format by Mark D. Roth · 8 years ago
  76. 93ca807 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  77. 62b2a90 Fix handshake_client bind flakes and build issues. by Harvey Tuch · 8 years ago
  78. 085f9af Added import order comments, resolved other minor issues by murgatroid99 · 8 years ago
  79. 85399f0 clang formatting fixes by Sree Kuchibhotla · 8 years ago
  80. a92a13c Fix server_ssl.c thread race exposed by tsan by using gpr_event. by Harvey Tuch · 8 years ago
  81. 27c876e Fix memory leak detected by ASAN and clang-format variance. by Harvey Tuch · 8 years ago
  82. 8cdf17a Introduce a grpc-exp ALPN protocol identifier. by Harvey Tuch · 8 years ago
  83. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  84. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  85. 99e61f8 Merge pull request #8418 from markdroth/interop_flags by Mark D. Roth · 8 years ago
  86. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  87. d9cbec4 Merge pull request #8095 from markdroth/rename_client_config by Mark D. Roth · 8 years ago
  88. 3798e60 Address review comments by Craig Tiller · 8 years ago
  89. c5fb957 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  90. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  91. 3686996 Encode server name, LB policy name, and addresses in channel args. by Mark D. Roth · 8 years ago
  92. 16883a3 Set user data vtable when creating grpc_lb_addresses. by Mark D. Roth · 8 years ago
  93. f01f7b6 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  94. 79fd4e6 Merge pull request #8381 from dgquintas/lb-cost-bin by David G. Quintas · 8 years ago
  95. 6a30178 Clang format by murgatroid99 · 8 years ago
  96. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  97. dd2fa64 Add pid controller test by Craig Tiller · 8 years ago
  98. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  99. ab71dfb Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  100. 74b731e Merge pull request #8423 from ncteisen/interop_client_naming by Noah Eisen · 8 years ago