aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
Commit message (Expand)AuthorAge
...
* Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
* Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
* Address reviewer comment by not having non-const referenceGravatar vjpai2015-06-05
* clang-formatGravatar Vijay Pai2015-06-05
* Better management of channel attempts and channel coverageGravatar Vijay Pai2015-06-05
* Omit redundant record-keepingGravatar Vijay Pai2015-06-05
* Take some code out from under a lock_guard and try toGravatar Vijay Pai2015-06-05
* Get the code to stop crashing by fixing bugsGravatar Vijay Pai2015-06-05
* Init a variableGravatar vjpai2015-06-04
* Minor fixesGravatar vjpai2015-06-04
* Context activation for asyncGravatar Vijay Pai2015-06-03
* Account for time difference in mac and linuxGravatar Vijay Pai2015-06-03
* Bug fixGravatar Vijay Pai2015-06-03
* Invoke LoadTest setupGravatar vjpai2015-06-03
* Fix timer issuesGravatar vjpai2015-06-02
* Merge branch 'master' into poissonGravatar vjpai2015-05-28
|\
| * clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
* | WIPGravatar vjpai2015-05-18
* | WIPGravatar vjpai2015-05-12
|/
* Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
* Change function-pointer to std::functionGravatar vjpai2015-05-04
* Keep code that is common between both async client versions in a new async su...Gravatar Vijay Pai2015-04-30
* Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
|\
* | s/11/1Gravatar Craig Tiller2015-04-10
| * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
* | Indentation fixes, s/11/1/gGravatar Craig Tiller2015-04-09
* | Dont sleep forever on async cqGravatar Craig Tiller2015-04-09
* | Handle errors better on clientGravatar Craig Tiller2015-04-09
* | Remove assertsGravatar Craig Tiller2015-04-09
|/
* Remove unused header file for profilerGravatar Vijay Pai2015-03-31
* Eliminate range-based forsGravatar Vijay Pai2015-03-26
* Fix conflictsGravatar Vijay Pai2015-03-26
|\
* | Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24
| * Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-streamGravatar Vijay Pai2015-03-23
|/|
| * Added streaming C++ tests for sync and sync casesGravatar vjpai2015-03-23
* | clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-10
* clang-formatGravatar Craig Tiller2015-03-04
* Async client worksGravatar Craig Tiller2015-03-04
* Async client progressGravatar Craig Tiller2015-03-04
* Async client progressGravatar Craig Tiller2015-03-04
* Revert "Use typedefs to avoid triply-nested function templates"Gravatar vjpai2015-02-27
* Use typedefs to avoid triply-nested function templatesGravatar vjpai2015-02-27
* Stop abusing operator() overloadingGravatar vjpai2015-02-27
* Move std::bind call out of main loop, change constructor appropriatelyGravatar vjpai2015-02-27
* <:: -> < ::Gravatar vjpai2015-02-27
* override->GRPC_OVERRIDEGravatar vjpai2015-02-27
* clang-format all these filesGravatar Vijay Pai2015-02-26
* Rename Async methods from generator to avoid naming conflicts toGravatar vjpai2015-02-26
* New multithreaded async C++ tests. The server is architected the wayGravatar vjpai2015-02-26