aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/streaming_throughput_test.cc
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
|
* Fix copyrights againGravatar murgatroid992016-01-14
|
* FormatCodeGravatar Sree Kuchibhotla2016-01-13
|
* Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | 'TestService' in test.proto
* 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
|
* Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
|\
| * For compatibility with gcc-4.4, eliminate use of sleep_for andGravatar Vijay Pai2015-09-29
| | | | | | | | std::atomic
* | Fix clang-format scriptGravatar Craig Tiller2015-09-28
| |
| * Remove one pessimizing std::moveGravatar Vijay Pai2015-09-28
|/
* Add a todo regarding a C++ block annotationGravatar vjpai2015-09-24
|
* Fix compilationGravatar Craig Tiller2015-09-02
|
* Remove C++11ismsGravatar Craig Tiller2015-08-31
|
* IWYUGravatar Craig Tiller2015-08-27
|
* Friends dont let friends use volatile for synchronizationGravatar Craig Tiller2015-08-27
|
* Repro case for flow control bug.Gravatar Rakesh Iyer2015-08-26
This is a repro case for a bug where if the client is sending full throttle and the receiver is not able to keep up, the client reaches a case where it doesn't make forward progress anymore. Signed-off-by: Craig Tiller <craig.tiller@gmail.com>