aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool_test.cc
Commit message (Collapse)AuthorAge
* Fix another problem in grpc_tool_testGravatar Hope Casey-Allen2018-12-04
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* 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
|
* grpc_cli json supportGravatar Feso2018-10-03
|
* Clang format.Gravatar Nathan Herring2018-08-01
|
* Create a --channel_creds_type flag for grpc_cli.Gravatar Nathan Herring2018-08-01
| | | | | | | | This replaces several mutually-exclusive flags for a single selector flag which defines the base channel type. It also allows child classes to selectively override the defaults and provide additional channel types (e.g., LOAS in the mono repo). Fixes issue #16060.
* clang formatGravatar Nathan Herring2018-07-19
|
* Add simple test for --ssl_target.Gravatar Nathan Herring2018-07-19
| | | | This cribs from test_credentials_provider.cc, but without using `grpc::ChannelArguments`, as the grpc CLI is responsible for setting that according to the flag.
* Fix a memory leakGravatar Adele Zhou2018-04-10
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Fix echo.proto path under bazelGravatar Adele Zhou2018-02-01
|
* Fix tsan issueGravatar Yuchen Zeng2017-12-12
|
* Add escape sequences for the grpc_cli metadata flagGravatar Yuchen Zeng2017-12-11
|
* clang-format after nullptr changesGravatar Craig Tiller2017-11-10
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* gRPC CLI batch modeGravatar Yuchen Zeng2017-09-29
|
* Make stream responses togglable via contextGravatar ncteisen2017-07-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
* Add parse, tobinary, totext commandsGravatar Yuchen Zeng2016-12-14
|
* Fix symbol conflictGravatar Yuchen Zeng2016-11-15
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Merge remote-tracking branch 'upstream/master' into cli_listGravatar Yuchen Zeng2016-09-21
|\
| * Fix CliCredentials referenceGravatar Yuchen Zeng2016-09-16
| |
* | Clang-formatGravatar Yuchen Zeng2016-09-15
| |
| * Add type commandGravatar Yuchen Zeng2016-08-26
| |
* | Add list commandGravatar Yuchen Zeng2016-08-26
|/
* Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
|
* Fix sanity issuesGravatar Yuchen Zeng2016-07-26
|
* Fix thread leakGravatar Yuchen Zeng2016-07-26
|
* Command processing, validationGravatar Yuchen Zeng2016-07-25