Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add list command | Yuchen Zeng | 2016-08-26 |
| | |||
* | Address review comments | Yuchen Zeng | 2016-08-16 |
| | |||
* | Fix wrongly included header | Yuchen Zeng | 2016-08-15 |
| | |||
* | Clang-format | Yuchen Zeng | 2016-08-15 |
| | |||
* | Address review comments | Yuchen Zeng | 2016-08-15 |
| | |||
* | Add CliCredentials, config_grpc_cli.h | Yuchen Zeng | 2016-08-15 |
| | |||
* | Rewrite ProtoFileParser | Yuchen Zeng | 2016-08-12 |
| | |||
* | Fix sanity issues | Yuchen Zeng | 2016-07-26 |
| | |||
* | Fix thread leak | Yuchen Zeng | 2016-07-26 |
| | |||
* | Remove references to string_ref_helper | Yuchen Zeng | 2016-07-25 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into cli_main | Yuchen Zeng | 2016-07-25 |
|\ | |||
* | | Add header guard | Yuchen Zeng | 2016-07-25 |
| | | |||
* | | Remove unnecessary dependencies | Yuchen Zeng | 2016-07-25 |
| | | |||
| * | Merge pull request #7451 from y-zeng/seperate_generated_files | kpayson64 | 2016-07-25 |
| |\ | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf | ||
* | | | Command processing, validation | Yuchen Zeng | 2016-07-25 |
|/ / | |||
* | | Merge pull request #7269 from y-zeng/cli_call | kpayson64 | 2016-07-21 |
|\ \ | | | | | | | Support server reflection in CLI | ||
| * | | Addressed review comments | Yuchen Zeng | 2016-07-20 |
| | | | |||
| | * | Add comments for GRPC_NO_GENERATED_CODE | Yuchen Zeng | 2016-07-19 |
| | | | |||
| | * | Separate generated file and protobuf dependency | Yuchen Zeng | 2016-07-18 |
| |/ |/| | |||
| * | Read from stdin | Yuchen Zeng | 2016-07-07 |
| | | | | | | | | Read from stdin if the request text and binary file are not provided | ||
| * | Fix typos | Yuchen Zeng | 2016-07-07 |
| | | |||
| * | Update docs | Yuchen Zeng | 2016-07-07 |
| | | |||
| * | Support server reflection in CLI | Yuchen Zeng | 2016-07-07 |
| | | |||
* | | Add API to get c slice from c++ Slice. | yang-g | 2016-06-24 |
|/ | |||
* | Remove range-based for, comparisons to nullptr | Vijay Pai | 2016-06-16 |
| | |||
* | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ | |||
* | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | |||
* | | Got carried away with grpc:: | Vijay Pai | 2016-06-15 |
| | | |||
* | | Enforce gcc-4.4 compatibility on test_credentials_provider by changing | Vijay Pai | 2016-06-15 |
| | | | | | | | | | | a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE, nullptr->grpc::nullptr) | ||
| * | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| |\ | |/ |/| | |||
| * | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | |||
| * | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | |||
| * | Addressed reveiw comments about naming | Yuchen Zeng | 2016-06-06 |
| | | |||
* | | Spliting filegroup. | yang-g | 2016-06-03 |
| | | |||
* | | merge and resolve conflicts | yang-g | 2016-06-03 |
|\ \ | |||
* | | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | | |||
| | * | Remove unnecessary headers | Yuchen Zeng | 2016-06-03 |
| | | | |||
| | * | Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers check | Yuchen Zeng | 2016-05-25 |
| | | | |||
| | * | Add proto_server_reflection_test | Yuchen Zeng | 2016-05-20 |
| | | | |||
| * | | remote unused member | yang-g | 2016-05-19 |
| | | | |||
| | * | Update reflection implementation along with API changes | Yuchen Zeng | 2016-05-19 |
| | | | |||
| * | | Add proto file support in grpc_cli | yang-g | 2016-05-18 |
|/ / | |||
| * | Use stream rpc to ensure all related requests go to a single server. | Yuchen Zeng | 2016-05-05 |
| | | |||
| * | Proto server reflection | Yuchen Zeng | 2016-05-04 |
|/ | |||
* | Fix the sanity error reported by check_sources_and_headers.py | Sree Kuchibhotla | 2016-04-26 |
| | |||
* | clang format | Sree Kuchibhotla | 2016-04-26 |
| | |||
* | Simplify QPS Metrics collection | Sree Kuchibhotla | 2016-04-22 |
| | |||
* | Enable JSON reports for qps drivers | Jan Tattermusch | 2016-04-14 |
| | |||
* | integrate ScenarioResult proto into qps driver | Jan Tattermusch | 2016-04-14 |
| | |||
* | Configure performance scenarios with json | Craig Tiller | 2016-04-06 |
| | | | | Run those json configurations as part of presubmits |