aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Expand)AuthorAge
* use huffman prefixGravatar yang-g2016-02-01
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
| * clang-format codeGravatar Craig Tiller2016-01-27
| * Small testing fixesGravatar Craig Tiller2016-01-27
* | clang-formatGravatar David Garcia Quintas2016-01-20
* | Add tests with a second serviceGravatar yang-g2016-01-15
* | remove outdated apiGravatar yang-g2016-01-15
* | Add a test with two methods genericGravatar yang-g2016-01-15
* | move utilities to a separate fileGravatar yang-g2016-01-15
* | clang-formatGravatar yang-g2016-01-15
* | add generic testGravatar yang-g2016-01-15
* | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
|\|
* | Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14
| * Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* | working testGravatar yang-g2016-01-14
* | merge with headGravatar yang-g2016-01-14
|\ \
| | * Fix copyrights againGravatar murgatroid992016-01-14
| |/
| * FormatCodeGravatar Sree Kuchibhotla2016-01-13
| * Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
* | 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
| |\ | |/ |/|
| * Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
| |\
* | | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |/ |/|
* | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| * Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/
* Fix double read at end of stream bugGravatar Craig Tiller2015-12-15
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
* Merge pull request #4362 from vjpai/coverage-serve2Gravatar Yang Gao2015-12-09
|\
| * Cover an unsupported case of mixing sync and async service in same serverGravatar vjpai2015-12-09
* | Add a case to cover multiple adds of generic serviceGravatar vjpai2015-12-09
|/
* Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\
| * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
* | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\ \ | |/ |/|
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \
* \ \ Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \
| | * | Handle cancel before start caseGravatar yang-g2015-11-17
| |/ /
| | * Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | |\ | | |/ | |/|
| * | Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| | * stream_op cleanup: test fixes and updatesGravatar Craig Tiller2015-11-02
| |/
* | Fixing zookeeper tests as well.Gravatar Julien Boeuf2015-10-12
* | Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* Merge pull request #3627 from yang-g/flake2Gravatar Craig Tiller2015-10-05
|\
| * The Writes may return false after the server cancels the streamGravatar yang-g2015-10-02
* | Merge pull request #3556 from ctiller/clangfGravatar Vijay Pai2015-10-01
|\ \ | |/ |/|
* | Maybe it is already ready when we call getstatusGravatar yang-g2015-10-01
| * Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
| |\ | |/ |/|
* | Merge pull request #3565 from yang-g/end2end_testGravatar Vijay Pai2015-09-30
|\ \
* | | For compatibility with gcc-4.4, eliminate use of sleep_for andGravatar Vijay Pai2015-09-29