aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool.cc
Commit message (Collapse)AuthorAge
* Revert "Revert "grpc_cli json support""Gravatar Yang Gao2018-10-16
|
* Revert "grpc_cli json support"Gravatar David G. Quintas2018-10-16
|
* Reformatted code as per clang-formatGravatar Feso2018-10-16
|
* Refactored based on code reviewGravatar Feso2018-10-13
|
* grpc_cli json supportGravatar Feso2018-10-03
|
* clang tidyGravatar Nathan Herring2018-07-19
|
* Introduce --ssl_target flag to grpc_cli.Gravatar Nathan Herring2018-07-19
| | | | | This allows the client to specify the host name of the remote server for the purposes of TLS certificate validation, useful for test certificates and machines with ephemeral IP addresses with no associated DNS entries that have been assigned TLS certificates.
* Merge pull request #13796 from y-zeng/cli_tokenGravatar Yang Gao2018-06-08
|\ | | | | Report more error messages in grpc_cli
* | Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
| |
* | Print trailing metadata in the "grpc_cli call" command.Gravatar Carlos Valera2018-02-21
| | | | | | | | | | This often includes important debugging information when the RPC returns a non-OK status.
| * clang_formatGravatar Yuchen Zeng2017-12-15
| |
| * Report more error messages in grpc_cliGravatar Yuchen Zeng2017-12-14
|/
* Add escape sequences for the grpc_cli metadata flagGravatar Yuchen Zeng2017-12-11
|
* Fix after mergeGravatar Craig Tiller2017-11-13
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Fix windows buildGravatar Yuchen Zeng2017-09-29
|
* gRPC CLI batch modeGravatar Yuchen Zeng2017-09-29
|
* Still create channel if remotedb is false. Just do not use it in the file ↵Gravatar yang-g2017-06-19
| | | | parsing
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Print out some cli error message for getservicesGravatar Alena Varkockova2017-04-02
| | | | | Currently, when you cann grpc_cli ls on an endpoint that does not have service reflection, the cli just silently ends without printing out any error or message. This PR should fix that.
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* Support bidirectional stream RPCGravatar Yuchen Zeng2017-01-30
| | | | | | | | Add bidistream test Add bad request tests Replace deprecated DynamicMessageFactory constructor
* Support server streamingGravatar Yuchen Zeng2016-12-15
| | | | | | | | Skip unparsable input Add tests for uni-directional stream calls Simplify client stream handling
* Support client streamingGravatar Yuchen Zeng2016-12-15
|
* Add parse, tobinary, totext commandsGravatar Yuchen Zeng2016-12-14
|
* Use user provided method name when using binary files in cliGravatar yang-g2016-12-08
|
* Remove unused inclusionGravatar Yuchen Zeng2016-09-28
|
* clang-formatGravatar Yuchen Zeng2016-09-21
|
* Merge remote-tracking branch 'upstream/master' into cli_listGravatar Yuchen Zeng2016-09-21
|\
| * Fix CliCredentials referenceGravatar Yuchen Zeng2016-09-16
| |
| * Merge remote-tracking branch 'upstream/master' into cli_type_forkGravatar Yuchen Zeng2016-09-16
| |\
* | | Fix ListServices argsGravatar Yuchen Zeng2016-09-16
| | |
* | | Fix portability issuesGravatar Yuchen Zeng2016-09-12
| | |
* | | Merge remote-tracking branch 'upstream/master' into cli_listGravatar Yuchen Zeng2016-09-12
|\ \ \ | | |/ | |/|
* | | Fix portability issuesGravatar Yuchen Zeng2016-09-12
| | |
| * | Use --protofilesGravatar Yuchen Zeng2016-08-29
| | |
* | | Use grpc::protobufGravatar Yuchen Zeng2016-08-29
| | |
| | * Add type commandGravatar Yuchen Zeng2016-08-26
| |/
* / Add list commandGravatar Yuchen Zeng2016-08-26
|/
* Fix wrongly included headerGravatar Yuchen Zeng2016-08-15
|
* Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
|
* Rewrite ProtoFileParserGravatar Yuchen Zeng2016-08-12
|
* Remove references to string_ref_helperGravatar Yuchen Zeng2016-07-25
|
* Remove unnecessary dependenciesGravatar Yuchen Zeng2016-07-25
|
* Command processing, validationGravatar Yuchen Zeng2016-07-25