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
*
Revert unnecessary deletions
Yuchen Zeng
2016-07-19
*
Separate generated file and protobuf dependency
Yuchen Zeng
2016-07-18
*
prevent spurious wake up and unstarted/already shutdown server
yang-g
2016-07-14
*
Make Server::Wait work for async only server.
yang-g
2016-07-11
*
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
Vijay Pai
2016-06-16
*
Merge branch 'master' into wheezy
Vijay Pai
2016-06-15
|
\
*
|
Deal with issues surrounding const members of classes used in
Vijay Pai
2016-06-15
*
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
Vijay Pai
2016-06-15
*
|
Manual clang-format
vjpai
2016-06-13
|
*
Fix type mismatch for type_size
Yuchen Zeng
2016-06-10
|
*
Fix gpr_log format mismatches in c++ tests
Yuchen Zeng
2016-06-10
*
|
Switch server builder plugin API to something that will work with gcc4.4
Vijay Pai
2016-06-10
|
/
*
Let Next set ok=true when receiving error status
yang-g
2016-06-01
*
Add calls to grpc_recycle_unused_port to two of the tests which call
David Klempner
2016-05-13
*
Resolve conflicts
Yuchen Zeng
2016-05-06
|
\
|
*
Fix async_end2end_test flow control
Craig Tiller
2016-05-03
|
*
Cover large message sent securely or insecurely over async
Vijay Pai
2016-05-02
|
*
Add coverage for secure async end2end testing
Vijay Pai
2016-05-02
*
|
Server builder plugin
Yuchen Zeng
2016-04-29
|
/
*
Merge github.com:grpc/grpc into cleaner-posix2
Craig Tiller
2016-03-31
|
\
|
*
Update copyrights
Craig Tiller
2016-03-31
*
|
Fix include path
Craig Tiller
2016-03-30
|
*
Fix includes
Craig Tiller
2016-03-25
*
|
Merge github.com:grpc/grpc into cleaner-posix2
Craig Tiller
2016-03-16
|
\
|
|
*
Revert "Revert "Properly integrate async API with server-side cancellations.""
Sree Kuchibhotla
2016-03-07
|
*
Revert "Properly integrate async API with server-side cancellations."
Sree Kuchibhotla
2016-03-04
|
*
Better comments.
Vijay Pai
2016-03-03
|
*
clang-format
Vijay Pai
2016-03-03
|
*
Properly integrate async API with server-side cancellations.
Vijay Pai
2016-03-03
*
|
Fix async e2e
Craig Tiller
2016-02-25
|
/
*
Discard the read buffer on stream error
yang-g
2016-02-22
*
Make the poll override function assert on non-zero timeout if invoked
Vijay Pai
2016-02-16
*
Set up poll overrides
Vijay Pai
2016-02-16
*
Comment the requirements for changing grpc_poll_function and do
vjpai
2016-02-15
*
Properly handle "." in metadata
Craig Tiller
2016-02-03
*
Address code review comments
Sree Kuchibhotla
2016-02-01
*
Comments and a minor fix
Sree Kuchibhotla
2016-01-29
*
Use the same completion queue for both client and server
Sree Kuchibhotla
2016-01-29
*
Sync server end2end and async_end2end tests
Sree Kuchibhotla
2016-01-28
*
merge with head
yang-g
2016-01-14
|
\
|
*
FormatCode
Sree Kuchibhotla
2016-01-13
|
*
Rename TestService to EchoTestService to prevent name-conflict with
Sree Kuchibhotla
2016-01-13
*
|
merge with head
yang-g
2016-01-13
|
\
|
|
*
Updated copyrights
murgatroid99
2016-01-12
*
|
Exploratory refactoring for mixed sync/async methods on the same C++ service
Craig Tiller
2016-01-07
|
*
Merge github.com:grpc/grpc into proto_names
Craig Tiller
2016-01-06
|
|
\
|
|
/
|
/
|
*
|
Eliminate gpr_ int types - and insist on C99 variants instead
Craig Tiller
2015-12-22
|
*
Consolidate C++ proto files under src/proto
Craig Tiller
2015-12-17
|
/
*
clang-format after last weeks test-fest
Craig Tiller
2015-12-14
*
Cover an unsupported case of mixing sync and async service in same server
vjpai
2015-12-09
[next]