index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
performance
/
writes_per_rpc_test.cc
Commit message (
Expand
)
Author
Age
*
Create interfaces and initial plumbing for interception API
Yash Tibrewal
2018-09-26
*
Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)
Vijay Pai
2018-03-20
*
Change grpc++ references in names to grpcpp
Vijay Pai
2018-03-08
*
Run clang fmt
Noah Eisen
2018-02-09
*
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
*
calling create in default param is against code style
Jan Tattermusch
2018-01-31
*
avoid touching stats_ instance field before base constructor
Jan Tattermusch
2018-01-31
*
make grpc_passthru_endpoint_stats refcounted
Jan Tattermusch
2018-01-30
*
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
*
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
Merge master into execctx
Yash Tibrewal
2017-12-05
|
\
*
|
Remove _ prefixed variable names
Yash Tibrewal
2017-11-29
*
|
Merge master
Yash Tibrewal
2017-11-16
|
\
\
|
|
*
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
Mark D. Roth
2017-11-15
|
|
|
\
|
|
|
/
|
|
/
|
*
|
|
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...
Yash Tibrewal
2017-11-14
*
|
|
Address some PR comments
Yash Tibrewal
2017-11-14
|
*
|
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
*
|
|
Removing more exec_ctx instances
Yash Tibrewal
2017-11-09
*
|
|
Merge with master
Yash Tibrewal
2017-11-09
|
\
|
|
|
|
*
Add notify_on_receive_settings closure to chttp2 transport.
Mark D. Roth
2017-11-09
|
|
*
Bool-ify is_client param.
Mark D. Roth
2017-11-09
|
|
/
|
*
Remove unnecessary extern Cs
Yash Tibrewal
2017-10-25
*
|
Removing instances of exec_ctx being passed around in functions in
Yash Tibrewal
2017-10-18
|
/
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Increase error threshold for too many writes
Craig Tiller
2017-05-10
*
Add a test verifying number of writes per RPC is reasonable
Craig Tiller
2017-01-30