Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make stream responses togglable via context | ncteisen | 2017-07-05 |
| | |||
* | Still create channel if remotedb is false. Just do not use it in the file ↵ | yang-g | 2017-06-19 |
| | | | | parsing | ||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge failure - missing grpc_cc_binary. | Nicolas "Pixel" Noble | 2017-05-12 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
* | | Fixing test_util... | Nicolas "Pixel" Noble | 2017-05-11 |
| | | |||
* | | Making test_util & co public. | Nicolas "Pixel" Noble | 2017-05-09 |
| | | |||
* | | Adding metrics_server. | Nicolas "Pixel" Noble | 2017-05-09 |
| | | |||
* | | Fixing test_util target. | Nicolas "Pixel" Noble | 2017-05-09 |
| | | |||
* | | Fixing grpc_cli_libs. | Nicolas "Pixel" Noble | 2017-05-08 |
| | | |||
* | | Adding "grpc_cli_libs" back. | Nicolas "Pixel" Noble | 2017-05-05 |
| | | |||
| * | fix truncate bug in grpc_cli | zhimingxie | 2017-05-02 |
| | | |||
| * | Bazel rule for building grpc_cli. | Ivan Vučica | 2017-04-27 |
| | | |||
| * | Fix build rules for grpc++_unsecure, test that it builds properly | Vijay Pai | 2017-04-20 |
| | | |||
* | | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
| | | |||
| * | Fix BUILD dependency, copyright and cmake | yang-g | 2017-04-12 |
| | | |||
| * | Add helper function to supply and parse error_details from Status. | yang-g | 2017-04-11 |
| | | |||
| * | Print out some cli error message for getservices | Alena Varkockova | 2017-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. | ||
* | Fixing qps & benchmark. | Nicolas "Pixel" Noble | 2017-03-24 |
| | |||
* | Add BUILD file for end2end tests too | Sree Kuchibhotla | 2017-02-22 |
| | |||
* | Added gflags dependency to test_config | David Garcia Quintas | 2017-02-21 |
| | |||
* | Initial test/cpp/util/BUILD file. | Nicolas "Pixel" Noble | 2017-02-17 |
| | |||
* | Merge pull request #9456 from jtattermusch/cmake_convenience_targets | Jan Tattermusch | 2017-02-02 |
|\ | | | | | Big improvements to CMake build | ||
| * | windows compilation fixes | Jan Tattermusch | 2017-02-02 |
| | | |||
* | | Minor fixes | yang-g | 2017-02-01 |
|/ | |||
* | Merge pull request #8066 from y-zeng/cli_main_fork | Yuchen Zeng | 2017-01-31 |
|\ | | | | | gRPC CLI stream RPC support | ||
| * | Support bidirectional stream RPC | Yuchen Zeng | 2017-01-30 |
| | | | | | | | | | | | | | | | | Add bidistream test Add bad request tests Replace deprecated DynamicMessageFactory constructor | ||
* | | manual revert of #8901 | yang-g | 2017-01-11 |
| | | |||
| * | Support server streaming | Yuchen Zeng | 2016-12-15 |
| | | | | | | | | | | | | | | | | Skip unparsable input Add tests for uni-directional stream calls Simplify client stream handling | ||
| * | Support client streaming | Yuchen Zeng | 2016-12-15 |
|/ | |||
* | Add parse, tobinary, totext commands | Yuchen Zeng | 2016-12-14 |
| | |||
* | Use user provided method name when using binary files in cli | yang-g | 2016-12-08 |
| | |||
* | Revert "Test credentials provider update" | Craig Tiller | 2016-11-29 |
| | |||
* | Support custom credential type in interop | yang-g | 2016-11-23 |
| | |||
* | Test credentials provider update | yang-g | 2016-11-22 |
| | |||
* | Merge pull request #8761 from y-zeng/fix_conflict | Yuchen Zeng | 2016-11-15 |
|\ | | | | | Fix symbol conflicts in grpc_tool_test | ||
| * | Fix symbol conflict | Yuchen Zeng | 2016-11-15 |
| | | |||
* | | Merge pull request #8638 from vjpai/conform | Vijay Pai | 2016-11-10 |
|\ \ | |/ |/| | Improve C++11 conformance | ||
* | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-04 |
|\ \ | |||
| | * | Fix a comment | Vijay Pai | 2016-11-04 |
| |/ | |||
| * | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | | |||
| * | clang-format | Vijay Pai | 2016-11-01 |
| | | |||
| * | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | | |||
* | | clang-format | Craig Tiller | 2016-10-26 |
| | | |||
* | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | |||
* | | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | | |||
* | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | |||
| * | Remove generated pb files | Yuchen Zeng | 2016-10-14 |
|/ | |||
* | Merge pull request #8190 from y-zeng/proto_db | Yuchen Zeng | 2016-10-05 |
|\ | | | | | Improve ProtoReflectionDescriptorDatabase |