aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* 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
|/
* Remove one pessimizing std::moveGravatar Vijay Pai2015-09-28
|
* Merge pull request #3474 from ctiller/clang_formatGravatar Nicolas Noble2015-09-25
|\ | | | | Add clang-format to sanity
* \ Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
|\ \ | | | | | | Annotate blocking points
| | * Merge github.com:grpc/grpc into clang_formatGravatar Craig Tiller2015-09-25
| | |\ | |_|/ |/| |
| * | Add a todo regarding a C++ block annotationGravatar vjpai2015-09-24
| | |
| | * Add clang-format to sanityGravatar Craig Tiller2015-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
| * | Add empty_stream test caseGravatar yang-g2015-09-21
| | |
| | * 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
| |
* | Fix mac buildGravatar Craig Tiller2015-09-10
| |
* | Merge pull request #3174 from vjpai/shutitdown2Gravatar Craig Tiller2015-09-10
|\ \ | | | | | | Put timeout on QPS test server shutdown
* \ \ Merge pull request #3218 from yang-g/interopGravatar David G. Quintas2015-09-08
|\ \ \ | | | | | | | | Interop test update
* \ \ \ Merge pull request #3186 from grpc/release-0_11Gravatar Craig Tiller2015-09-03
|\ \ \ \ | | | | | | | | | | Daily Release 0.11 upport to master
| | * \ \ Merge remote-tracking branch 'upstream/master' into interopGravatar yang-g2015-09-03
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | | | | | | | | | | | | | | | | | Pass #2.
| | * | | Merge remote-tracking branch 'upstream/master' into interopGravatar yang-g2015-09-02
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | more changesGravatar yang-g2015-09-02
| | | | |
| | * | | Fix auth testsGravatar yang-g2015-09-02
| | | | |
| * | | | 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
| | * | Put timeout on server shutdownGravatar vjpai2015-08-31
| | |/
* | / Hand-written changesGravatar Craig Tiller2015-08-31
| |/ |/|
| * 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
* | | | Fixing AuthContext tests.Gravatar Julien Boeuf2015-08-28
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \ \ \ | | |/ / | |/| |
* | | | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| * | | Merge pull request #3104 from yang-g/create_channelGravatar Craig Tiller2015-08-27
| |\ \ \ | | | | | | | | | | Create channel API change
| | | * | Addressing comments, round 2.Gravatar Julien Boeuf2015-08-27
| | | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
|\| | | |
| | | * | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
| | | |\ \ | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup
| | | * | | Addressing comments.Gravatar Julien Boeuf2015-08-27
| | |/ / / | |/| | |
| | * | | implementation fixGravatar yang-g2015-08-27
| | | | |
| | | | * IWYUGravatar Craig Tiller2015-08-27
| | | | |