index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
qps
/
client_async.cc
Commit message (
Expand
)
Author
Age
*
if->while
Vijay Pai
2015-07-01
*
Delete spare contexts lying around at the end of the test to avoid
Vijay Pai
2015-07-01
*
Eliminate data-race caused by specialization in vector<bool>
Vijay Pai
2015-07-01
*
Remove spammy line (this is obfuscating testing logs)
Craig Tiller
2015-06-22
*
add missed explicit
Yang Gao
2015-06-09
*
Stop worrying about 1 second deadline as a fatal problem
Vijay Pai
2015-06-08
*
Revert "Revert "Open loop sync/async multithreaded testing""
Vijay Pai
2015-06-08
*
Revert "Open loop sync/async multithreaded testing"
Craig Tiller
2015-06-08
*
Address reviewer comment by not having non-const reference
vjpai
2015-06-05
*
clang-format
Vijay Pai
2015-06-05
*
Better management of channel attempts and channel coverage
Vijay Pai
2015-06-05
*
Omit redundant record-keeping
Vijay Pai
2015-06-05
*
Take some code out from under a lock_guard and try to
Vijay Pai
2015-06-05
*
Get the code to stop crashing by fixing bugs
Vijay Pai
2015-06-05
*
Init a variable
vjpai
2015-06-04
*
Minor fixes
vjpai
2015-06-04
*
Context activation for async
Vijay Pai
2015-06-03
*
Account for time difference in mac and linux
Vijay Pai
2015-06-03
*
Bug fix
Vijay Pai
2015-06-03
*
Invoke LoadTest setup
vjpai
2015-06-03
*
Fix timer issues
vjpai
2015-06-02
*
Merge branch 'master' into poisson
vjpai
2015-05-28
|
\
|
*
clang-format qps code - it was getting out of hand
Craig Tiller
2015-05-21
*
|
WIP
vjpai
2015-05-18
*
|
WIP
vjpai
2015-05-12
|
/
*
Lose redundant tag on unary calls
Craig Tiller
2015-05-06
*
Change function-pointer to std::function
vjpai
2015-05-04
*
Keep code that is common between both async client versions in a new async su...
Vijay Pai
2015-04-30
*
Merge github.com:google/grpc into qps
Craig Tiller
2015-04-10
|
\
*
|
s/11/1
Craig Tiller
2015-04-10
|
*
Splitting gRPC service class codegen into its own set of files.
Nicolas "Pixel" Noble
2015-04-09
*
|
Indentation fixes, s/11/1/g
Craig Tiller
2015-04-09
*
|
Dont sleep forever on async cq
Craig Tiller
2015-04-09
*
|
Handle errors better on client
Craig Tiller
2015-04-09
*
|
Remove asserts
Craig Tiller
2015-04-09
|
/
*
Remove unused header file for profiler
Vijay Pai
2015-03-31
*
Eliminate range-based fors
Vijay Pai
2015-03-26
*
Fix conflicts
Vijay Pai
2015-03-26
|
\
*
|
Elminate range-based fors and work around some other limitations in older com...
Vijay Pai
2015-03-24
|
*
Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream
Vijay Pai
2015-03-23
|
/
|
|
*
Added streaming C++ tests for sync and sync cases
vjpai
2015-03-23
*
|
clang-format c++ code
Yang Gao
2015-03-17
|
/
*
Add missing GRPC_OVERRIDE, NFC
Chilledheart
2015-03-10
*
clang-format
Craig Tiller
2015-03-04
*
Async client works
Craig Tiller
2015-03-04
*
Async client progress
Craig Tiller
2015-03-04
*
Async client progress
Craig Tiller
2015-03-04
*
Revert "Use typedefs to avoid triply-nested function templates"
vjpai
2015-02-27
*
Use typedefs to avoid triply-nested function templates
vjpai
2015-02-27
*
Stop abusing operator() overloading
vjpai
2015-02-27
[next]