Yijie Ma
|
f99b8b5bc4
|
Convert c-style comments to C++-style comments (#31923)
* baseline
* fix clang-tidy
* manually revert these files
* manually fixup at eof
* revert 2 more files
* change check_deprecated_grpc++.py
* change end2end_defs.include template
* fix check_include_guards.py
* untrack tools/distrib/python/convert_cstyle_comments_to_cpp.py
not yet ready to be submitted
* fix
yapf check_include_guards.py
remove a space...
* fix version.cc.template
* fix version_info.h.template
|
2 years ago |
Craig Tiller
|
9c98d67d7a
|
[c++14] absl::make_unique --> std::make_unique (#31159)
* [c++14] absl::make_unique --> std::make_unique
* fix
* fix
|
2 years ago |
Yonathan Randolph
|
a985978d82
|
grpc_cli: allow multiple colon-separated paths in --proto_path (#24187)
Co-authored-by: Yash Tibrewal <yashkt@google.com>
Co-authored-by: AJ Heller <hork@google.com>
|
4 years ago |
Esun Kim
|
3fef4e7435
|
Fix by readability-redundant-smartptr-get
|
4 years ago |
Esun Kim
|
6ae8463500
|
Fix by modernize-make-unique
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Yang Gao
|
6bfb966271
|
Revert "Revert "grpc_cli json support""
|
6 years ago |
David G. Quintas
|
a464b4ce39
|
Revert "grpc_cli json support"
|
6 years ago |
Feso
|
00bb2a035e
|
Reformatted code as per clang-format
|
6 years ago |
Feso
|
29c131f790
|
Refactored based on code review
|
6 years ago |
Feso
|
44cecbb2f7
|
grpc_cli json support
|
6 years ago |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
7 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
yang-g
|
ded7f8250c
|
Minor fixes
|
8 years ago |
Yuchen Zeng
|
8d2d70ca99
|
Support bidirectional stream RPC
Add bidistream test
Add bad request tests
Replace deprecated DynamicMessageFactory constructor
|
8 years ago |
Yuchen Zeng
|
d37f642f35
|
Support server streaming
Skip unparsable input
Add tests for uni-directional stream calls
Simplify client stream handling
|
8 years ago |
Yuchen Zeng
|
f9329217b1
|
Support client streaming
|
8 years ago |
yang-g
|
6c8de363ca
|
Use user provided method name when using binary files in cli
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
David Garcia Quintas
|
f042481403
|
s/std::string/grpc::string
|
8 years ago |
Yuchen Zeng
|
7cd90c6816
|
Print more information about ambiguous method names
|
8 years ago |
Yuchen Zeng
|
6679d78997
|
Handle partially exposed reflection service
|
8 years ago |
Yuchen Zeng
|
02139a05dc
|
Add CliCredentials, config_grpc_cli.h
|
8 years ago |
Yuchen Zeng
|
4272cac7ae
|
Rewrite ProtoFileParser
|
8 years ago |
Yuchen Zeng
|
9cb9445155
|
Addressed review comments
|
8 years ago |
Yuchen Zeng
|
c24e0ee4f0
|
Update docs
|
9 years ago |
Yuchen Zeng
|
256cc7aa03
|
Support server reflection in CLI
|
9 years ago |
yang-g
|
34b5861e5c
|
Spliting filegroup.
|
9 years ago |
yang-g
|
df012d048a
|
Add proto file support in grpc_cli
|
9 years ago |