aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/proto_reflection_descriptor_database.cc
Commit message (Collapse)AuthorAge
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Check return values from ServiceReflection calls, and print a more helpful ↵Gravatar Carl Mastrangelo2018-02-06
| | | | message
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #8190 from y-zeng/proto_dbGravatar Yuchen Zeng2016-10-05
|\ | | | | Improve ProtoReflectionDescriptorDatabase
* | s/std::string/grpc::stringGravatar David Garcia Quintas2016-10-04
| |
| * Rename variables ... againGravatar Yuchen Zeng2016-09-27
| |
| * Rename variablesGravatar Yuchen Zeng2016-09-27
| |
| * Improve ProtoReflectionDescriptorDatabaseGravatar Yuchen Zeng2016-09-23
|/
* Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
|
* Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
* | Addressed review commentsGravatar Yuchen Zeng2016-07-20
| |
| * Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| |
* | Support server reflection in CLIGravatar Yuchen Zeng2016-07-07
|/
* Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
|
* Addressed reveiw comments about namingGravatar Yuchen Zeng2016-06-06
|
* Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers checkGravatar Yuchen Zeng2016-05-25
|
* Update reflection implementation along with API changesGravatar Yuchen Zeng2016-05-19
|
* Use stream rpc to ensure all related requests go to a single server.Gravatar Yuchen Zeng2016-05-05
|
* Proto server reflectionGravatar Yuchen Zeng2016-05-04