index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
end2end
/
async_end2end_test.cc
Commit message (
Expand
)
Author
Age
*
Don't capture unnecessary or unused variables
David Garcia Quintas
2018-03-21
*
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
*
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Merge pull request #14150 from ncteisen/more-clang-tidy
Noah Eisen
2018-02-10
|
\
*
|
Remove spinning version
Vijay Pai
2018-02-09
*
|
Remove uneeded headers
Noah Eisen
2018-02-09
*
|
Stop overriding poll function in async_end2end
ncteisen
2018-02-09
|
*
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
|
/
*
Privatize thread-local storage headers
Vijay Pai
2018-01-25
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
*
Lower backup poll interval in async_end2end_test
Yuchen Zeng
2017-11-03
*
Add comments for setting the env variable
Yuchen Zeng
2017-11-01
*
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
Yuchen Zeng
2017-10-31
*
Change the default interval to 5 seconds
Yuchen Zeng
2017-10-30
*
Fix timeouts
Yuchen Zeng
2017-10-30
*
Use backup pollser instead of connectivity watcher
Yuchen Zeng
2017-10-30
*
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
Ken Payson
2017-10-25
*
Add flow control to inproc transport so send needs a matching recv; fix
Vijay Pai
2017-10-11
*
Make sure to accept expected tags exactly once
Vijay Pai
2017-10-09
*
Merge github.com:grpc/grpc into flowctl+millis
Craig Tiller
2017-10-06
|
\
|
*
Merge pull request #12852 from vjpai/rent
Vijay Pai
2017-10-05
|
|
\
|
*
\
Merge pull request #12855 from vjpai/new_const
Vijay Pai
2017-10-05
|
|
\
\
|
|
*
|
Add some const that is now allowed
Vijay Pai
2017-10-05
|
*
|
|
Eliminate magic #s, follow API
Vijay Pai
2017-10-05
|
|
/
/
|
|
*
Reduce # of message sizes used in each scenario
Vijay Pai
2017-10-05
|
|
/
*
/
Bug fixes, remove async e2e dependence on flow control size
Craig Tiller
2017-09-20
|
/
*
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-09-07
|
\
|
*
Increase the grace period in ReconnectChannel tests
Yuchen Zeng
2017-09-06
|
*
Increase the grace period in ReconnectChannel tests
Yuchen Zeng
2017-08-28
|
*
Add ChannelConnectivityWatcher::Ref()/Unref()
Yuchen Zeng
2017-08-25
|
*
Avoid using timers
Yuchen Zeng
2017-08-22
|
*
Add reconnect channel tests
Yuchen Zeng
2017-08-22
*
|
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-07-17
|
\
|
|
*
Disbable a specific check on async_end2end_test and revisit later if that exp...
Vijay Pai
2017-07-14
|
*
Create inproc transport, add relevant tests, exclude irrelevant tests
Vijay Pai
2017-07-14
*
|
Fixes for async_end2end_test: Shutdown() can block
Craig Tiller
2017-07-14
|
/
*
Disable health check service in async end2end tests as it is causing flakes i...
Sree Kuchibhotla
2017-07-11
*
Merge pull request #9823 from mjkim/fix_unkown
Mehrdad Afshari
2017-06-12
|
\
*
|
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
|
Merge branch 'master' of https://github.com/grpc/grpc into import
Nicolas "Pixel" Noble
2017-05-11
|
\
\
*
|
|
Moving gtest include down.
Nicolas "Pixel" Noble
2017-05-10
|
*
|
Finish hybrid server stuff, ensure it gets tested
Craig Tiller
2017-04-11
|
/
/
*
|
bug fix
Yuxuan Li
2017-03-08
*
|
Implemented stream coalescing design
Yuxuan Li
2017-03-08
|
*
Fix typos
Myungjun Kim
2017-02-23
|
/
*
windows compilation fixes
Jan Tattermusch
2017-02-02
*
Revert "Revert "Metadata handling rewrite""
Craig Tiller
2017-01-23
[next]