1. a2e50c5 Merge pull request #8190 from y-zeng/proto_db by Yuchen Zeng · 8 years ago
  2. d7c8c2b Merge remote-tracking branch 'upstream/master' into proto_db by Yuchen Zeng · 8 years ago
  3. f042481 s/std::string/grpc::string by David Garcia Quintas · 8 years ago
  4. 9070ab6 Merge pull request #8247 from y-zeng/proto_db_check_service by Yuchen Zeng · 8 years ago
  5. 7cd90c6 Print more information about ambiguous method names by Yuchen Zeng · 8 years ago
  6. 6679d78 Handle partially exposed reflection service by Yuchen Zeng · 8 years ago
  7. a4aebf8 Remove unused inclusion by Yuchen Zeng · 8 years ago
  8. 15bc462 Rename variables ... again by Yuchen Zeng · 8 years ago
  9. e529ea3 Rename variables by Yuchen Zeng · 8 years ago
  10. 3af0908 Merge pull request #7928 from yang-g/void_cast by Nicolas Noble · 8 years ago
  11. 2717035 Improve ProtoReflectionDescriptorDatabase by Yuchen Zeng · 8 years ago
  12. 84d55b3 clang-format by Yuchen Zeng · 8 years ago
  13. 1724ef0 Fix portibality issues by Yuchen Zeng · 8 years ago
  14. 24129f0 Merge remote-tracking branch 'upstream/master' into cli_list by Yuchen Zeng · 8 years ago
  15. 734fd71 Fix CliCredentials reference by Yuchen Zeng · 8 years ago
  16. a964cba Merge remote-tracking branch 'upstream/master' into cli_type_fork by Yuchen Zeng · 8 years ago
  17. 2579bf3 Fix ListServices args by Yuchen Zeng · 8 years ago
  18. faccebf Merge pull request #7845 from yang-g/header by Yang Gao · 8 years ago
  19. b4bca54 Clang-format by Yuchen Zeng · 8 years ago
  20. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  21. 9979b02 Merge remote-tracking branch 'upstream/master' into void_cast by yang-g · 8 years ago
  22. 330848f Add header guard by Yuchen Zeng · 8 years ago
  23. 38b1287 Fix protobuf dependency by Yuchen Zeng · 8 years ago
  24. 8d5f5e0 Fix portability issues by Yuchen Zeng · 8 years ago
  25. 3951f2e Merge remote-tracking branch 'upstream/master' into cli_list by Yuchen Zeng · 8 years ago
  26. 75e3ce6 Fix portability issues by Yuchen Zeng · 8 years ago
  27. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  28. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  29. 4335e11 Prevent some compilers compaining unused return value by yang-g · 8 years ago
  30. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  31. 7176a82 Use --protofiles by Yuchen Zeng · 8 years ago
  32. 20d6a10 Use grpc::protobuf by Yuchen Zeng · 8 years ago
  33. 94d786f Add type command by Yuchen Zeng · 8 years ago
  34. 387afd7 Add list command by Yuchen Zeng · 8 years ago
  35. 56fb16d Add missing header by yang-g · 8 years ago
  36. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago
  37. 25aa88a Address review comments by Yuchen Zeng · 8 years ago
  38. 2bf9913 Fix wrongly included header by Yuchen Zeng · 8 years ago
  39. 9bf9062 Clang-format by Yuchen Zeng · 8 years ago
  40. 302763f Address review comments by Yuchen Zeng · 8 years ago
  41. 02139a0 Add CliCredentials, config_grpc_cli.h by Yuchen Zeng · 8 years ago
  42. 4272cac Rewrite ProtoFileParser by Yuchen Zeng · 8 years ago
  43. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  44. 68ca351 Fix sanity issues by Yuchen Zeng · 8 years ago
  45. f4046cd Fix thread leak by Yuchen Zeng · 8 years ago
  46. e7068c8 Remove references to string_ref_helper by Yuchen Zeng · 8 years ago
  47. 36a6fe6 Merge remote-tracking branch 'upstream/master' into cli_main by Yuchen Zeng · 8 years ago
  48. 724a4e2 Add header guard by Yuchen Zeng · 8 years ago
  49. 2826327 Remove unnecessary dependencies by Yuchen Zeng · 8 years ago
  50. b5fa72c Merge pull request #7451 from y-zeng/seperate_generated_files by kpayson64 · 8 years ago
  51. 29ca79b Command processing, validation by Yuchen Zeng · 8 years ago
  52. b8208ff Merge pull request #7269 from y-zeng/cli_call by kpayson64 · 8 years ago
  53. 9cb9445 Addressed review comments by Yuchen Zeng · 8 years ago
  54. 6b88b22 Add comments for GRPC_NO_GENERATED_CODE by Yuchen Zeng · 8 years ago
  55. 1318479 Separate generated file and protobuf dependency by Yuchen Zeng · 8 years ago
  56. c68640f Read from stdin by Yuchen Zeng · 8 years ago
  57. a17c8d9 Fix typos by Yuchen Zeng · 8 years ago
  58. c24e0ee Update docs by Yuchen Zeng · 8 years ago
  59. 256cc7a Support server reflection in CLI by Yuchen Zeng · 8 years ago
  60. a324c4f Add API to get c slice from c++ Slice. by yang-g · 8 years ago
  61. 6b668cc Remove range-based for, comparisons to nullptr by Vijay Pai · 8 years ago
  62. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  63. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  64. 12bf380 Got carried away with grpc:: by Vijay Pai · 8 years ago
  65. efa8430 Enforce gcc-4.4 compatibility on test_credentials_provider by changing by Vijay Pai · 8 years ago
  66. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  67. 7ae31a8 Add more comments, fix format issues by Yuchen Zeng · 8 years ago
  68. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 8 years ago
  69. 1495cb5 Addressed reveiw comments about naming by Yuchen Zeng · 8 years ago
  70. 34b5861 Spliting filegroup. by yang-g · 8 years ago
  71. aaee544 merge and resolve conflicts by yang-g · 8 years ago
  72. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  73. c807452 Remove unnecessary headers by Yuchen Zeng · 8 years ago
  74. c92fe25 Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers check by Yuchen Zeng · 8 years ago
  75. 91c51a7 Add proto_server_reflection_test by Yuchen Zeng · 8 years ago
  76. fe3e8b7 remote unused member by yang-g · 8 years ago
  77. ace4986 Update reflection implementation along with API changes by Yuchen Zeng · 8 years ago
  78. df012d0 Add proto file support in grpc_cli by yang-g · 8 years ago
  79. 0333a49 Use stream rpc to ensure all related requests go to a single server. by Yuchen Zeng · 8 years ago
  80. c84ed68 Proto server reflection by Yuchen Zeng · 8 years ago
  81. 44b9cd7 Fix the sanity error reported by check_sources_and_headers.py by Sree Kuchibhotla · 8 years ago
  82. 8c065a7 clang format by Sree Kuchibhotla · 8 years ago
  83. 3714e30 Simplify QPS Metrics collection by Sree Kuchibhotla · 8 years ago
  84. 969ffaf Enable JSON reports for qps drivers by Jan Tattermusch · 8 years ago
  85. f2ba7fe integrate ScenarioResult proto into qps driver by Jan Tattermusch · 8 years ago
  86. 0bda0b3 Configure performance scenarios with json by Craig Tiller · 9 years ago
  87. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  88. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  89. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  90. 2e19036 Fix copyrights by Craig Tiller · 9 years ago
  91. f40df23 Auto-changes by Craig Tiller · 9 years ago
  92. f64befd Make a copy of ByteBuffer when writing by yang-g · 9 years ago
  93. 24e69bf Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs. by Aaron Isotton · 9 years ago
  94. f2f7d57 Allow use of alternative credential types. by Dan Born · 9 years ago
  95. 7fe08a2 clang-format by Craig Tiller · 9 years ago
  96. 8ba6a6b Merge pull request #5402 from sreecha/stress_test_scripts by Jan Tattermusch · 9 years ago
  97. 1b5a264 Allow new credential types to be added to tests. by Dan Born · 9 years ago
  98. 53a94ef Use standard include paths. by Dan Born · 9 years ago
  99. 7275f36 Initialize mutex to nullptr. by Dan Born · 9 years ago
  100. f30941c Injectable test credentials provider interface. by Dan Born · 9 years ago