1. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  2. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  3. 397bff3 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  4. 749ccd9 Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29 by Craig Tiller · 8 years ago
  5. 9c5318a Fix shutdown problems with sync server by Craig Tiller · 8 years ago
  6. 7e499aa Bring back gli initializer summoning by Vijay Pai · 8 years ago
  7. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  8. bf24dd9 clang-format by Vijay Pai · 8 years ago
  9. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  10. 977f5d4 clang-format by Mark D. Roth · 8 years ago
  11. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  12. e854776 Fix build problems. by Mark D. Roth · 8 years ago
  13. b0f3bca Everything compiles... by Craig Tiller · 8 years ago
  14. 73ee7dc C++ compiles by Craig Tiller · 8 years ago
  15. cca7589 Start moving C++ to slice interfaces by Craig Tiller · 8 years ago
  16. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  17. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  18. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  19. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  20. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  21. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  22. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  23. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  24. dc5d60b Allow setting service config via C++ API, for use in tests. by Mark D. Roth · 8 years ago
  25. 4bbdda4 Allow getting LB policy name and service config in C++ API. by Mark D. Roth · 8 years ago
  26. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  27. d56dae0 Merge by Craig Tiller · 8 years ago
  28. 31606bd Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  29. 0e44a25 Fix C++ filter API and add test for it. by Mark D. Roth · 8 years ago
  30. ed91324 Get user agent right by Craig Tiller · 8 years ago
  31. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  32. 64d518e Merge remote-tracking branch 'upstream/master' into tos by Yuchen Zeng · 8 years ago
  33. 739a93e Merge branch 'master' into turn_it_to_11 by Vijay Pai · 8 years ago
  34. 57f30d1 Merge pull request #8523 from markdroth/lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  35. 0109d16 clang-format by Vijay Pai · 8 years ago
  36. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  37. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  38. 713c7b8 clang-format by Vijay Pai · 8 years ago
  39. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  40. 0df7d34 Merge pull request #8380 from y-zeng/reflection_header by Yuchen Zeng · 8 years ago
  41. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  42. 7e0c2f8 Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  43. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  44. 28b7242 clang-format by Craig Tiller · 8 years ago
  45. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  46. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  47. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  48. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  49. 7190b0c Add ChannelArguments::SetLoadBalancingPolicyName() to C++ API. by Mark D. Roth · 8 years ago
  50. 33d5494 generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr by Sree Kuchibhotla · 8 years ago
  51. 9193119 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  52. 8e386a6 Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  53. 3cb89bc Merge pull request #8281 from gcasto/cronet_cpp_api by Yang Gao · 8 years ago
  54. f72ec6b Move thread_manager.h header from server.h to server_cc.cc by Sree Kuchibhotla · 8 years ago
  55. 77c483b remove unused fields by Sree Kuchibhotla · 8 years ago
  56. 85399f0 clang formatting fixes by Sree Kuchibhotla · 8 years ago
  57. 07ecd9d Add copyright header by Garrett Casto · 8 years ago
  58. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  59. a2a3250 Clang format by Garrett Casto · 8 years ago
  60. cb18d7a make gcc 4.6 and earlier versions happy by Sree Kuchibhotla · 8 years ago
  61. 6135535 Minor changes and called generate_projects.sh again by Sree Kuchibhotla · 8 years ago
  62. 6952b21 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  63. da069a5 Rename sync_methods_ to sync_requests_ by Sree Kuchibhotla · 8 years ago
  64. 654aa86 Merge remote-tracking branch 'upstream/master' into reflection_header by Yuchen Zeng · 8 years ago
  65. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  66. afcc875 clang-format by Craig Tiller · 8 years ago
  67. 556aebb Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  68. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  69. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  70. 324cc66 Fix missing dependencies by Yuchen Zeng · 8 years ago
  71. 7ec3171 Merge remote-tracking branch 'upstream/master' into cronet_cpp_api by Garrett Casto · 8 years ago
  72. 169c985 Remove generated pb files by Yuchen Zeng · 8 years ago
  73. de3daf5 More interfaces for grpc_socket_mutator by Yuchen Zeng · 8 years ago
  74. 4287998 Add a test spouse for server context by yang-g · 8 years ago
  75. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  76. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  77. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  78. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  79. fb324c4 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  80. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  81. 9cece7c Update README.md by Jan Tattermusch · 8 years ago
  82. 37e3cc0 Remove stale comment by Garrett Casto · 8 years ago
  83. c99945e Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  84. 70c0b32 Merge pull request #8219 from markdroth/fail_fast by Mark D. Roth · 8 years ago
  85. 6f6f94f Fix header. by Mark D. Roth · 8 years ago
  86. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  87. 931a26b Add C++ Api by Garrett Casto · 8 years ago
  88. 5f806d3 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  89. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  90. acd64db Minor changes by Sree Kuchibhotla · 8 years ago
  91. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  92. 384eea8 Merge remote-tracking branch 'upstream/master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  93. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  94. 3b2bc2d tsan failures by Sree Kuchibhotla · 8 years ago
  95. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  96. e2180f0 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  97. d24b822 Merge pull request #8046 from gislan/master by Yang Gao · 8 years ago
  98. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  99. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  100. af541d8 Fix conflicting filename by Craig Tiller · 8 years ago