28 Commits (1465313684f1046c10379a118de1ffac0041b0a7)

Author SHA1 Message Date
Craig Tiller 67f364e23e
[cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2 years ago
cut4th aa2956b05b
Change ProtoReflectionDescriptorDatabase to take grpc::ChannelInterface. (#31858) 2 years ago
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Esun Kim a41a206b8c
Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
yang-g 8f77928e04 Log error to stderr 6 years ago
Noah Eisen 58e0cbf9fb Enable the performance-* clang-tidy checks 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Carl Mastrangelo 16cca9f4c1 Check return values from ServiceReflection calls, and print a more helpful message 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 7 years ago
Craig Tiller baa14a975e Update clang-format to 5.0 7 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
David Garcia Quintas f042481403 s/std::string/grpc::string 8 years ago
Yuchen Zeng 15bc4627de Rename variables ... again 8 years ago
Yuchen Zeng e529ea3928 Rename variables 8 years ago
Yuchen Zeng 27170357ab Improve ProtoReflectionDescriptorDatabase 8 years ago
Yuchen Zeng 02139a05dc Add CliCredentials, config_grpc_cli.h 8 years ago
Yuchen Zeng 9cb9445155 Addressed review comments 8 years ago
Yuchen Zeng 1318479011 Separate generated file and protobuf dependency 8 years ago
Yuchen Zeng 256cc7aa03 Support server reflection in CLI 9 years ago
Vijay Pai 6b668cc93f Remove range-based for, comparisons to nullptr 9 years ago
Yuchen Zeng 1495cb5b24 Addressed reveiw comments about naming 9 years ago
Yuchen Zeng c92fe25af5 Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers check 9 years ago
Yuchen Zeng ace4986e65 Update reflection implementation along with API changes 9 years ago
Yuchen Zeng 0333a49afa Use stream rpc to ensure all related requests go to a single server. 9 years ago
Yuchen Zeng c84ed6813e Proto server reflection 9 years ago