aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
Commit message (Collapse)AuthorAge
...
| * Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
| | | | | | | | There is a comment above IsCancelled that says when it is ok to use this.
* | 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
| | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format
* Set up poll overridesGravatar Vijay Pai2016-02-16
|
* Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
| | | | poll overrides in such a way as to avoid polling races
* Properly handle "." in metadataGravatar Craig Tiller2016-02-03
|
* Address code review commentsGravatar Sree Kuchibhotla2016-02-01
|
* Comments and a minor fixGravatar Sree Kuchibhotla2016-01-29
|
* Use the same completion queue for both client and serverGravatar Sree Kuchibhotla2016-01-29
|
* Sync server end2end and async_end2end testsGravatar Sree Kuchibhotla2016-01-28
|
* merge with headGravatar yang-g2016-01-14
|\
| * FormatCodeGravatar Sree Kuchibhotla2016-01-13
| |
| * Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | | | | | 'TestService' in test.proto
* | merge with headGravatar yang-g2016-01-13
|\|
| * Updated copyrightsGravatar murgatroid992016-01-12
| |
* | Exploratory refactoring for mixed sync/async methods on the same C++ serviceGravatar Craig Tiller2016-01-07
| |
| * Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
| |\ | |/ |/|
* | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |
| * Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Cover an unsupported case of mixing sync and async service in same serverGravatar vjpai2015-12-09
|
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-02
| | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* implGravatar yang-g2015-08-25
|
* merge with headGravatar yang-g2015-08-24
|\
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| |
* | clang-format all sourceGravatar Craig Tiller2015-08-18
| |
| * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
| |\ | |/ |/|
* | Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| |
| * Add a test of non-blocking API behaviorGravatar Craig Tiller2015-08-06
| | | | | | | | ... also fix things that were broken :)
| * Working towards a non-blocking API testGravatar Craig Tiller2015-08-06
|/
* Add AsyncNotifyWhenDoneGravatar yang-g2015-08-04
|
* Make tests a little more robustGravatar Craig Tiller2015-07-18
|
* Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\
| * Update the Status APIGravatar Yang Gao2015-06-16
| |
* | Fix async end2end to poll all fds from the main threadGravatar Craig Tiller2015-05-13
|/
* Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
|\ | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* \ Merge pull request #1494 from ctiller/the-churneningGravatar Yang Gao2015-05-11
|\ \ | | | | | | Lose redundant tag on unary calls
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | |_|/ |/| | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
* | | Increase test timeoutGravatar Craig Tiller2015-05-08
| | |
| * | Fix testGravatar Craig Tiller2015-05-06
| | |
| * | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
|/ /
| * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
|/ | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.