aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Expand)AuthorAge
* Fix mac buildGravatar Craig Tiller2015-09-10
* Merge pull request #3174 from vjpai/shutitdown2Gravatar Craig Tiller2015-09-10
|\
* | Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| * Put timeout on server shutdownGravatar vjpai2015-08-31
* | Hand-written changesGravatar Craig Tiller2015-08-31
|/
* 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
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
* clang-formatGravatar Vijay Pai2015-08-11
* Address concerns from reviewGravatar vjpai2015-08-11
* Stop using a variable-sized array since that's not standards-compliantGravatar Vijay Pai2015-08-07
* clang-format plus helpful commentsGravatar Vijay Pai2015-08-05
* Remaining changes needed to get QPS test working on old compilers.Gravatar Vijay Pai2015-08-05
* Eliminate use of this_thread::sleep_untilGravatar Vijay Pai2015-07-31
* Eliminate lambda used as CV predicateGravatar Vijay Pai2015-07-31
* Eliminate user of lambda in server definitionGravatar Vijay Pai2015-07-31
* Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
* clang-formatGravatar Vijay Pai2015-07-31
* Remove lambdas from state machine functionsGravatar vjpai2015-07-31
* Switch a push_back to emplace_back to avoid being interpretedGravatar vjpai2015-07-31
* Remove lambda from client definitionGravatar vjpai2015-07-31
* Merge branch 'master' into asklipionGravatar vjpai2015-07-31
|\
| * Tune down number of channels for qps_testGravatar Craig Tiller2015-07-30
* | Remove use of C++11 randomization enginesGravatar vjpai2015-07-27
|/
* Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\
* | Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|/
* User agent string supportGravatar Craig Tiller2015-07-18
* Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| | * Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar 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
| | * Adjust oustanding request count to meet new server algorithmGravatar Craig Tiller2015-07-15
| |/
* / Update C++ implGravatar Craig Tiller2015-07-13
|/
* Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
|\
* | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| |\ | |/ |/|
* | Merge pull request #2279 from vjpai/openleaksGravatar Yang Gao2015-07-06
|\ \
| | * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-06
| | |\ | |_|/ |/| |
| | * Fixup C++Gravatar Craig Tiller2015-07-06
* | | Merge pull request #2151 from sidrakesh93/masterGravatar Vijay Pai2015-07-06
|\ \ \ | |_|/ |/| |
* | | Pluck some low hanging concurrency fruitGravatar Craig Tiller2015-07-01
| | * if->whileGravatar Vijay Pai2015-07-01
| | * Delete spare contexts lying around at the end of the test to avoidGravatar Vijay Pai2015-07-01
| |/ |/|
* | Eliminate data-race caused by specialization in vector<bool>Gravatar Vijay Pai2015-07-01