Yuchen Zeng
734fd71ef8
Fix CliCredentials reference
9 years ago
Yuchen Zeng
2579bf3941
Fix ListServices args
9 years ago
Yuchen Zeng
8d5f5e080b
Fix portability issues
9 years ago
Yuchen Zeng
75e3ce645c
Fix portability issues
9 years ago
Yuchen Zeng
7176a828c5
Use --protofiles
9 years ago
Yuchen Zeng
20d6a10483
Use grpc::protobuf
9 years ago
Yuchen Zeng
94d786fd4c
Add type command
9 years ago
Yuchen Zeng
387afd70d3
Add list command
9 years ago
Yuchen Zeng
2bf9913323
Fix wrongly included header
9 years ago
Yuchen Zeng
02139a05dc
Add CliCredentials, config_grpc_cli.h
9 years ago
Yuchen Zeng
4272cac7ae
Rewrite ProtoFileParser
9 years ago
Yuchen Zeng
e7068c836e
Remove references to string_ref_helper
9 years ago
Yuchen Zeng
28263275f0
Remove unnecessary dependencies
9 years ago
Yuchen Zeng
29ca79be89
Command processing, validation
9 years ago
Yuchen Zeng
9cb9445155
Addressed review comments
9 years ago
Yuchen Zeng
c68640f05c
Read from stdin
...
Read from stdin if the request text and binary file are not provided
9 years ago
Yuchen Zeng
a17c8d993d
Fix typos
9 years ago
Yuchen Zeng
c24e0ee4f0
Update docs
9 years ago
Yuchen Zeng
256cc7aa03
Support server reflection in CLI
9 years ago
yang-g
df012d048a
Add proto file support in grpc_cli
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
Julien Boeuf
e5adc0eb67
Fixing Cpp tests.
10 years ago
Julien Boeuf
5be92a316d
Shuffling headers around.
10 years ago
yang-g
730055d962
implementation fix
10 years ago
yang-g
e21908fcee
impl
10 years ago
yang-g
9e2f90cd06
headers reorg
10 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
10 years ago
Craig Tiller
aeedff1ef8
Use a character literal instead of grpc::string
10 years ago
Yang Gao
102eccb632
Support sending and showing received metadata in grpc_cli
10 years ago
Yang Gao
a89389283f
support per call credentials in c++
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Yang Gao
c4b6ffb1b6
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
10 years ago
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
10 years ago
Yang Gao
b946b5ea74
Refactor and add a unit test
10 years ago
Yang Gao
166f9d00ce
add back mis-deleted method string
10 years ago
Yang Gao
ced2b89f55
Finish grpc_cli
10 years ago
Yang Gao
a5e20d35c9
a stub of the cli tool
10 years ago
Vijay Pai
55bb5bdf80
No need to do an extra read
10 years ago
vjpai
46f65239cf
Added streaming C++ tests for sync and sync cases
10 years ago
Craig Tiller
a182bf12b0
clang-format
10 years ago
Craig Tiller
a8dc37a2dd
Rename some files
10 years ago
Craig Tiller
8856875900
Async client progress
10 years ago
Craig Tiller
76877c3f66
Generate latencies in driver
10 years ago
Craig Tiller
10923c2fb5
Formatting
10 years ago
Craig Tiller
6af9ed0bf7
Rework QPS client/server
...
Now setup as a driver and N anonymous workers that may become clients or servers.
Will convert async soon.
10 years ago
Craig Tiller
8ecb170151
Fix that race better
10 years ago
Craig Tiller
2d0f36c84b
Driver to client/server kind of works
10 years ago