aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Collapse)AuthorAge
* 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 server
| * 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
|\ | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * 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
|\ \ | |/ |/| Core transport & call cleanup
* | 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
|\ | | | | Deflake end2end_test
| * 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
|\ \ | |/ |/| Fix clang-format script
* | 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
|\ \ | | | | | | Add more test cases to end2end test.
* | | For compatibility with gcc-4.4, eliminate use of sleep_for andGravatar Vijay Pai2015-09-29
| | | | | | | | | | | | std::atomic
| * | remove anonymous namespace in anonymous namespaceGravatar yang-g2015-09-29
| | |
| * | add tls and proxy as dimensions of end2end testGravatar yang-g2015-09-29
|/ /
| * Fix clang-format scriptGravatar Craig Tiller2015-09-28
| |
* | Remove one pessimizing std::moveGravatar Vijay Pai2015-09-28
|/
* Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
|\ | | | | Annotate blocking points
| * Add a todo regarding a C++ block annotationGravatar vjpai2015-09-24
| |
* | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|\| | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c
| * It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-09-22
| | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee.
* | Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\|
| * Merge pull request #3378 from yang-g/connection_failure_detectionGravatar Craig Tiller2015-09-22
| |\ | | | | | | remove connectivity watcher from interested party early
| | * use secondsGravatar yang-g2015-09-18
| | |
| | * add a testGravatar yang-g2015-09-18
| |/ |/|
| * Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
| |\ | |/ |/|
| * Adding C++ tests and fixing a few things.Gravatar Julien Boeuf2015-09-15
| |
* | Merge pull request #3186 from grpc/release-0_11Gravatar Craig Tiller2015-09-03
|\ \ | | | | | | Daily Release 0.11 upport to master
* | | Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | | | | | | | | | Pass #2.
| * | Fix compilationGravatar Craig Tiller2015-09-02
| | |
* | | 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.
| * Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-09-01
| |\ | |/ |/| | | | | | | Conflicts: build.json vsprojects/Grpc.mak
| * Remove C++11ismsGravatar Craig Tiller2015-08-31
| |
| * Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-08-31
| |\
* | | Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
| | |
* | | Addressing comments.Gravatar Julien Boeuf2015-08-28
| | |
* | | Shuffling headers around.Gravatar Julien Boeuf2015-08-28
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-28
| |\ \ | | | | | | | | | | | | credentials_naming_and_cleanup
* | \ \ Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \ \ \ | | |/ / | |/| |