aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
Commit message (Expand)AuthorAge
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
* Test credentials provider updateGravatar yang-g2016-11-22
* One more NULL->nullptrGravatar Vijay Pai2016-11-04
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
|\
| * Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |\
| | * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
* | | Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
* | | Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
|/ /
* | Revert unnecessary deletionsGravatar Yuchen Zeng2016-07-19
* | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| * prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
* | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| * Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
* | Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
|/
* Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
* Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\
* | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
* | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* | Manual clang-formatGravatar vjpai2016-06-13
| * Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| * Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
* | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
|/
* Let Next set ok=true when receiving error statusGravatar yang-g2016-06-01
* Add calls to grpc_recycle_unused_port to two of the tests which callGravatar David Klempner2016-05-13
* Resolve conflictsGravatar Yuchen Zeng2016-05-06
|\
| * Fix async_end2end_test flow controlGravatar Craig Tiller2016-05-03
| * Cover large message sent securely or insecurely over asyncGravatar Vijay Pai2016-05-02
| * Add coverage for secure async end2end testingGravatar Vijay Pai2016-05-02
* | Server builder pluginGravatar Yuchen Zeng2016-04-29
|/
* Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
* | Fix include pathGravatar Craig Tiller2016-03-30
| * Fix includesGravatar Craig Tiller2016-03-25
* | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-16
|\|
| * Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| * Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| * Better comments.Gravatar Vijay Pai2016-03-03
| * clang-formatGravatar Vijay Pai2016-03-03
| * Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
* | Fix async e2eGravatar Craig Tiller2016-02-25
|/
* Discard the read buffer on stream errorGravatar yang-g2016-02-22
* Make the poll override function assert on non-zero timeout if invokedGravatar Vijay Pai2016-02-16
* Set up poll overridesGravatar Vijay Pai2016-02-16
* Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
* Properly handle "." in metadataGravatar Craig Tiller2016-02-03
* Address code review commentsGravatar Sree Kuchibhotla2016-02-01