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