aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
Commit message (Expand)AuthorAge
* clang-formatGravatar Vijay Pai2016-11-04
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* clang-formatGravatar Craig Tiller2016-09-08
* Cleanup, debug supportGravatar Craig Tiller2016-09-07
* clang-format changesGravatar Vijay Pai2016-06-17
* Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* Merge pull request #6041 from vjpai/i_know_virtual_destructorsGravatar Jan Tattermusch2016-03-31
|\
| * Add virtual destructor to satisfy a requirement of some compilersGravatar vjpai2016-03-31
* | Update copyrightsGravatar Craig Tiller2016-03-31
|/
* Used TYPED_TEST to parametrizeGravatar Vijay Pai2016-03-29
* clang-formatGravatar Vijay Pai2016-03-29
* Add a concurrent test for sync client, async server caseGravatar Vijay Pai2016-03-29
* Fix includesGravatar Craig Tiller2016-03-25
* Auto-changesGravatar Craig Tiller2016-03-25
* Fix sanityGravatar Craig Tiller2016-02-08
* Modify the test to have large number of threads receiving the RPCs and aGravatar Sree Kuchibhotla2016-02-08
* Give tsan a chanceGravatar Vijay Pai2016-02-04
* clang-formatGravatar Vijay Pai2016-02-03
* Remove the command-line flagsGravatar Vijay Pai2016-02-03
* Fix a typecast...Gravatar Vijay Pai2016-02-03
* Remove some std:: so that grpc:: will be used by default when availableGravatar Vijay Pai2016-02-03
* Generalize namespace for ParseCommandLineFlagsGravatar Vijay Pai2016-02-03
* Refactor to favor composition over inheritanceGravatar Vijay Pai2016-02-03
* 100->1000Gravatar vjpai2016-01-26
* Make async message match syncGravatar vjpai2016-01-26
* Make TearDown follow typical gtest fixture formatGravatar Vijay Pai2016-01-22
* 100->1000Gravatar Vijay Pai2016-01-22
* Merge async client thread stress test into main thread stress test so as toGravatar Vijay Pai2016-01-22
* 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
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
* implementation fixGravatar yang-g2015-08-27
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
* | headers reorgGravatar yang-g2015-08-21
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15