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
*
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
*
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
*
Revert "Metadata handling rewrite"
Craig Tiller
2017-01-20
*
Merge github.com:grpc/grpc into metadata_filter
Craig Tiller
2017-01-12
|
\
|
*
manual revert of #8901
yang-g
2017-01-11
*
|
Start resolving memory issues in C++ metadata
Craig Tiller
2016-12-08
|
*
Revert "Test credentials provider update"
Craig Tiller
2016-11-29
|
*
Test credentials provider update
yang-g
2016-11-22
|
/
*
One more NULL->nullptr
Vijay Pai
2016-11-04
*
Remove some unnecessary new/delete patterns
Vijay Pai
2016-11-04
*
Eliminate unnecessary uses of new[]/delete[] that can be replaced
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 'master' into uv_core_transport
murgatroid99
2016-09-16
|
\
|
*
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
Nicolas "Pixel" Noble
2016-09-08
|
|
\
|
|
*
Change UnimplementedService to UnimplementedEchoService in echo.proto
murgatroid99
2016-09-01
*
|
|
Renamed GPR_ constants to GRPC_ in iomgr/port.h
murgatroid99
2016-08-08
*
|
|
Separate out iomgr-specific constants into a separate header
murgatroid99
2016-08-08
|
/
/
*
|
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
*
|
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-13
*
|
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
|
/
[next]