aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/cli_call.cc
Commit message (Collapse)AuthorAge
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* More uses of 1-phase CallGravatar Vijay Pai2018-02-05
|
* Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition ↵Gravatar Sree Kuchibhotla2017-12-04
| | | | varialbes in linux support MONOTONIC clock type)
* Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | | | require using grpc_slice
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix truncate bug in grpc_cliGravatar zhimingxie2017-05-02
|
* Minor fixesGravatar yang-g2017-02-01
|
* 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
* Support client streamingGravatar Yuchen Zeng2016-12-15
|
* clang-formatGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Prevent some compilers compaining unused return valueGravatar yang-g2016-08-30
|
* Add proto file support in grpc_cliGravatar yang-g2016-05-18
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
|
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
|
* Fix copyrights againGravatar murgatroid992016-01-14
|
* FormatCodeGravatar Sree Kuchibhotla2016-01-13
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* implGravatar yang-g2015-08-25
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* merge with upstreamGravatar Yang Gao2015-06-16
|\
| * Update the Status APIGravatar Yang Gao2015-06-16
| |
* | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
|/
* Refactor and add a unit testGravatar Yang Gao2015-03-27