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
*
clang-format qps code - it was getting out of hand
Craig Tiller
2015-05-21
*
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
*
Move std::bind call out of main loop, change constructor appropriately
vjpai
2015-02-27
*
<:: -> < ::
vjpai
2015-02-27
*
override->GRPC_OVERRIDE
vjpai
2015-02-27
*
clang-format all these files
Vijay Pai
2015-02-26
*
Rename Async methods from generator to avoid naming conflicts to
vjpai
2015-02-26
*
New multithreaded async C++ tests. The server is architected the way
vjpai
2015-02-26