1. 045e4f9 Merge pull request #13796 from y-zeng/cli_token by Yang Gao · 6 years ago
  2. 8d06d09 Fix broken ByteBuffer copy ctor by Ara Ayvazyan · 6 years ago
  3. 0dcbb83 add alts to interop tests by Yihua Zhang · 6 years ago
  4. c223378 Merge pull request #15008 from yang-g/secure_is_not_unsecure by Yang Gao · 6 years ago
  5. 3f322e1 Fix a memory leak by Adele Zhou · 6 years ago
  6. ed89d71 Depend on unsecure target by yang-g · 6 years ago
  7. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  8. 6e22d21 Fix small build issues by ncteisen · 6 years ago
  9. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  10. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  11. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  12. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  13. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  14. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  15. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  16. 09703ea Add severity by ncteisen · 6 years ago
  17. 97a3dbe Move C++ to util, call it from core test by ncteisen · 6 years ago
  18. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  19. efce74b Print trailing metadata in the "grpc_cli call" command. by Carlos Valera · 6 years ago
  20. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  21. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  22. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  23. 16cca9f Check return values from ServiceReflection calls, and print a more helpful message by Carl Mastrangelo · 6 years ago
  24. 3b7ae55 More uses of 1-phase Call by Vijay Pai · 6 years ago
  25. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  26. 2294031 Fix echo.proto path under bazel by Adele Zhou · 7 years ago
  27. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  28. 33aaffa clang_format by Yuchen Zeng · 7 years ago
  29. 6ac6211 Report more error messages in grpc_cli by Yuchen Zeng · 7 years ago
  30. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  31. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  32. 5bd81fe Merge pull request #13721 from y-zeng/cli_metadata by Yuchen Zeng · 7 years ago
  33. 2455b3d Fix tsan issue by Yuchen Zeng · 7 years ago
  34. 19889d7 Add escape sequences for the grpc_cli metadata flag by Yuchen Zeng · 7 years ago
  35. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  36. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  37. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  38. 54961bb Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type) by Sree Kuchibhotla · 7 years ago
  39. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  40. 1fece54 Add all tests to test/cpp/util bazel BUILD file by Vijay Pai · 7 years ago
  41. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  42. e31e200 Fix after merge by Craig Tiller · 7 years ago
  43. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  44. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  45. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  46. 903981a Catch out of order error code by yang-g · 7 years ago
  47. 8c96701 Ensure that we respect requested channel args in all cases by Craig Tiller · 7 years ago
  48. 5dd2f48 Fix windows build by Yuchen Zeng · 7 years ago
  49. b5eaf77 gRPC CLI batch mode by Yuchen Zeng · 8 years ago
  50. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  51. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  52. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  53. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  54. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 7 years ago
  55. 81522c8 Add unsecure libraries to bazel build targets by Vijay Pai · 7 years ago
  56. 4280725 Clean up grpc++_unsecure so that it doesn't require secure content anymore by Vijay Pai · 7 years ago
  57. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  58. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  59. e72b5d6 Merge remote-tracking branch 'upstream/master' into qps_driver to resolve conflicts. by Guantao Liu · 7 years ago
  60. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  61. abe3cf5 Add a new metric 'Queries/CPU-sec'. Enable internal credential types. by Guantao Liu · 7 years ago
  62. 9bee308 Make stream responses togglable via context by ncteisen · 7 years ago
  63. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  64. 32e1678 Still create channel if remotedb is false. Just do not use it in the file parsing by yang-g · 7 years ago
  65. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  66. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  67. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  68. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  69. a753371 Rework well_known_protos attr, and some other fixes by Craig Tiller · 7 years ago
  70. 88b1d82 Merge failure - missing grpc_cc_binary. by Nicolas "Pixel" Noble · 7 years ago
  71. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  72. f4f1679 Fixing test_util... by Nicolas "Pixel" Noble · 7 years ago
  73. d70dbca Making test_util & co public. by Nicolas "Pixel" Noble · 7 years ago
  74. fec014b Adding metrics_server. by Nicolas "Pixel" Noble · 7 years ago
  75. 1c7cdd5 Fixing test_util target. by Nicolas "Pixel" Noble · 7 years ago
  76. 987267f Fixing grpc_cli_libs. by Nicolas "Pixel" Noble · 7 years ago
  77. 684fe37 Adding "grpc_cli_libs" back. by Nicolas "Pixel" Noble · 7 years ago
  78. 60f3572 fix truncate bug in grpc_cli by zhimingxie · 7 years ago
  79. 38279ea Bazel rule for building grpc_cli. by Ivan Vučica · 8 years ago
  80. a935ae1 Fix build rules for grpc++_unsecure, test that it builds properly by Vijay Pai · 7 years ago
  81. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  82. 66d40c6 Fix BUILD dependency, copyright and cmake by yang-g · 7 years ago
  83. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  84. 7b9cb83 Print out some cli error message for getservices by Alena Varkockova · 7 years ago
  85. b02dd01 Fixing qps & benchmark. by Nicolas "Pixel" Noble · 7 years ago
  86. 43bca1b Add BUILD file for end2end tests too by Sree Kuchibhotla · 7 years ago
  87. 388b24d Added gflags dependency to test_config by David Garcia Quintas · 7 years ago
  88. abd8870 Initial test/cpp/util/BUILD file. by Nicolas "Pixel" Noble · 7 years ago
  89. 26623b3 Merge pull request #9456 from jtattermusch/cmake_convenience_targets by Jan Tattermusch · 8 years ago
  90. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  91. ded7f82 Minor fixes by yang-g · 8 years ago
  92. 08a215f Merge pull request #8066 from y-zeng/cli_main_fork by Yuchen Zeng · 8 years ago
  93. 8d2d70c Support bidirectional stream RPC by Yuchen Zeng · 8 years ago
  94. cc59102 manual revert of #8901 by yang-g · 8 years ago
  95. d37f642 Support server streaming by Yuchen Zeng · 8 years ago
  96. f932921 Support client streaming by Yuchen Zeng · 8 years ago
  97. a84cdb8 Add parse, tobinary, totext commands by Yuchen Zeng · 8 years ago
  98. 6c8de36 Use user provided method name when using binary files in cli by yang-g · 8 years ago
  99. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  100. a7ef49b Support custom credential type in interop by yang-g · 8 years ago