1. db096f3 Merge pull request #8679 from markdroth/core_api_cleanup by Mark D. Roth · 8 years ago
  2. fb92740 Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. by Mark D. Roth · 8 years ago
  3. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  4. b1c2bbf Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file. by Mark D. Roth · 8 years ago
  5. 31606bd Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  6. 1cb0884 s/std::string/grpc::string/g by Craig Tiller · 8 years ago
  7. ed91324 Get user agent right by Craig Tiller · 8 years ago
  8. f79ce7d Code review changes. by Mark D. Roth · 8 years ago
  9. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  10. e5b4d4f Merge remote-tracking branch 'upstream/master' into channel_info_api by Mark D. Roth · 8 years ago
  11. 739a93e Merge branch 'master' into turn_it_to_11 by Vijay Pai · 8 years ago
  12. 57f30d1 Merge pull request #8523 from markdroth/lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  13. 754b2b8 Code review changes. by Mark D. Roth · 8 years ago
  14. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  15. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  16. e08fe4f Remove separate versions of code based on presence of threading in compiler by Vijay Pai · 8 years ago
  17. 713c7b8 clang-format by Vijay Pai · 8 years ago
  18. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  19. 80b2927 Stop supporting non-C++11 conformant compilers by Vijay Pai · 8 years ago
  20. 0df7d34 Merge pull request #8380 from y-zeng/reflection_header by Yuchen Zeng · 8 years ago
  21. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  22. 7e0c2f8 Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  23. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  24. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  25. 612ca22 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  26. 28b7242 clang-format by Craig Tiller · 8 years ago
  27. 5b676a6 Fix include guards by Craig Tiller · 8 years ago
  28. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  29. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  30. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  31. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  32. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  33. 7190b0c Add ChannelArguments::SetLoadBalancingPolicyName() to C++ API. by Mark D. Roth · 8 years ago
  34. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  35. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  36. 9193119 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  37. 8e386a6 Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  38. 3cb89bc Merge pull request #8281 from gcasto/cronet_cpp_api by Yang Gao · 8 years ago
  39. d30699c Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  40. 26ef574 clang format issues by Sree Kuchibhotla · 8 years ago
  41. f72ec6b Move thread_manager.h header from server.h to server_cc.cc by Sree Kuchibhotla · 8 years ago
  42. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  43. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  44. c5fb957 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  45. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  46. 3686996 Encode server name, LB policy name, and addresses in channel args. by Mark D. Roth · 8 years ago
  47. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  48. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  49. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  50. 5ee0797 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  51. 491e1a6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  52. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  53. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  54. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  55. 6952b21 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  56. da069a5 Rename sync_methods_ to sync_requests_ by Sree Kuchibhotla · 8 years ago
  57. 654aa86 Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  58. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  59. 2f1d870 Header fixes by Craig Tiller · 8 years ago
  60. 556aebb Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  61. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  62. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  63. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  64. f1e5d12 Merge pull request #8371 from yang-g/server_context_spouse by Yang Gao · 8 years ago
  65. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  66. b0db131 resolve review comment by yang-g · 8 years ago
  67. 7ec3171 Merge remote-tracking branch 'upstream/master' into cronet_cpp_api by Garrett Casto · 8 years ago
  68. 169c985 Remove generated pb files by Yuchen Zeng · 8 years ago
  69. 4287998 Add a test spouse for server context by yang-g · 8 years ago
  70. 23c5b81 Other golden file by Vijay Pai · 8 years ago
  71. c37a8a5 Fix test by Sree Kuchibhotla · 8 years ago
  72. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  73. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  74. 96e0311 clang-format by Vijay Pai · 8 years ago
  75. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  76. 075b18e Bug fix on failure condition by Vijay Pai · 8 years ago
  77. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  78. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  79. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  80. 7f6b0e7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  81. f0da36b Clarifying comment by Craig Tiller · 8 years ago
  82. c99945e Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  83. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  84. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  85. 931a26b Add C++ Api by Garrett Casto · 8 years ago
  86. 0b259a8 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  87. 5f806d3 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  88. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  89. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  90. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  91. 384eea8 Merge remote-tracking branch 'upstream/master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  92. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  93. afa8c10 clang-format by Mark D. Roth · 8 years ago
  94. eb7574b clang-format by Mark D. Roth · 8 years ago
  95. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  96. 4089138 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  97. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  98. 8c00909 Merge github.com:grpc/grpc into adjustable_window by Craig Tiller · 8 years ago
  99. e2180f0 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  100. d24b822 Merge pull request #8046 from gislan/master by Yang Gao · 8 years ago