aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
Commit message (Collapse)AuthorAge
...
* | | Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | | | | | | | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
| * | Finish hybrid server stuff, ensure it gets testedGravatar Craig Tiller2017-04-11
|/ /
* | bug fixGravatar Yuxuan Li2017-03-08
| |
* | Implemented stream coalescing designGravatar Yuxuan Li2017-03-08
| | | | | | | | | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*.
| * Fix typosGravatar Myungjun Kim2017-02-23
|/ | | | | unkown -> unknown fix unnecessary spacing
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-12
|\
| * manual revert of #8901Gravatar yang-g2017-01-11
| |
* | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
| |
| * 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
| | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* 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
| | | | | | | | containers
* | 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
| | | | grpc_pick_unused_port a lot.
* Resolve conflictsGravatar Yuchen Zeng2016-05-06
|\
| * Fix async_end2end_test flow controlGravatar Craig Tiller2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402
| * 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
| |