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
*
Fix QPS Async Client Next loop
Ken Payson
2017-10-27
*
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
Ken Payson
2017-10-25
*
Wait until all clients connected before starting streams
Craig Tiller
2017-10-09
*
Cancel outstanding streams when shutting down the client
Vijay Pai
2017-09-19
*
Construction of streams shouldn't require triggering async ops
Vijay Pai
2017-09-14
*
Decouple alarm construction from setting to avoid races in MT code
Vijay Pai
2017-09-07
*
Move some internal includes to the right places
Vijay Pai
2017-08-24
*
Eliminate copy in QPS Driver
ncteisen
2017-08-02
*
Merge remote-tracking branch 'origin/master' into HEAD
Ken Payson
2017-06-13
|
\
|
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
|
Support multiple threads per cq sharing, add tests
Vijay Pai
2017-05-23
|
/
*
merge master, resolve conflict
Yuxuan Li
2017-05-15
|
\
*
\
Merge branch 'poll_stat' of github.com:lyuxuan/grpc into poll_stat
Yuxuan Li
2017-05-08
|
\
\
*
\
\
Merge branch 'master' into poll_stat
Yuxuan Li
2017-05-08
|
\
\
\
|
|
*
|
change gpr_atm to int
Yuxuan Li
2017-05-08
|
|
/
/
|
/
|
|
|
|
*
Merge github.com:grpc/grpc into uberpoll
Craig Tiller
2017-05-07
|
|
|
\
|
|
|
/
|
|
/
|
*
|
|
use lock instand of atomics, fix include position
Yuxuan Li
2017-05-05
*
|
|
add override to GetPollCount() function
Yuxuan Li
2017-05-05
*
|
|
clean up, fix minor issue
Yuxuan Li
2017-05-03
*
|
|
clang-format
Yuxuan Li
2017-05-03
*
|
|
initial implementation.
Yuxuan Li
2017-05-03
|
|
*
Isolate timer checking in its own thread
Craig Tiller
2017-05-02
|
|
/
|
/
|
|
*
Add QPS tests for one-sided streaming
Vijay Pai
2017-05-02
|
/
*
Add option to limit # of messages per stream with tests
Vijay Pai
2017-04-03
*
Finish streams that error. Don't histogram failed ops.
Vijay Pai
2017-02-28
*
Cleanup unneeded namespace
Vijay Pai
2016-11-04
*
clang-format
Vijay Pai
2016-11-01
*
Use C++11 final and override
Vijay Pai
2016-11-01
*
Merge branch 'direct-calls' into buffer_pools_for_realsies
Craig Tiller
2016-10-10
|
\
|
*
Add missing delete
Craig Tiller
2016-10-06
*
|
Start to log errors from benchmark
Craig Tiller
2016-09-29
|
/
*
Fix compile error
Craig Tiller
2016-07-15
*
Merge branch 'histo' of github.com:vjpai/grpc into delayed-write
Craig Tiller
2016-07-15
|
\
*
|
Cleanup from code review
Craig Tiller
2016-07-14
|
*
clang-format
Vijay Pai
2016-07-13
|
*
Resolve pernicious race between destructor and thread functions by insisting ...
Vijay Pai
2016-07-13
|
*
Unify and make consistent the per-thread shutdown process
Vijay Pai
2016-07-13
*
|
Ensure timely response to marks
Craig Tiller
2016-07-12
|
*
Fix some shutdown errors related to CQ/join ordering
Vijay Pai
2016-07-08
|
*
Merge branch 'verbose_errors' into histo
Vijay Pai
2016-07-08
|
|
\
|
*
|
Stop holding histogram for a long time
Vijay Pai
2016-07-08
|
/
/
|
*
Reduce assertions, use status codes, increase verbosity on errors
vjpai
2016-07-06
|
/
*
Colocate calls for the same channel on the same CQ
Craig Tiller
2016-06-27
*
Specify template parent explicitly
Vijay Pai
2016-06-15
*
Remove unused gflags and gtest includes
vjpai
2016-05-31
*
fix formatting
Jan Tattermusch
2016-05-11
*
Update copyrights
Craig Tiller
2016-03-31
*
Auto-changes
Craig Tiller
2016-03-25
*
Timer->UsageTimer consistently
vjpai
2016-02-24
*
clang-fmt
Craig Tiller
2016-02-22
[next]