aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_cli.cc
Commit message (Collapse)AuthorAge
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* implGravatar yang-g2015-08-25
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Use a character literal instead of grpc::stringGravatar Craig Tiller2015-06-22
|
* merge with upstreamGravatar Yang Gao2015-06-16
|\
* | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
|/
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | the tests to init/shutdown free.
* Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
|
* Refactor and add a unit testGravatar Yang Gao2015-03-27
|
* add back mis-deleted method stringGravatar Yang Gao2015-03-26
|
* Finish grpc_cliGravatar Yang Gao2015-03-26
|
* a stub of the cli toolGravatar Yang Gao2015-03-25