aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/end2end_test.cc
Commit message (Collapse)AuthorAge
* remove anonymous namespace in anonymous namespaceGravatar yang-g2015-09-29
|
* add tls and proxy as dimensions of end2end testGravatar yang-g2015-09-29
|
* 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
| |
* | 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.
* 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
|\ \ \ | | |/ | |/|
* | | 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 branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
| |/| |/| | | | | | | | credentials_naming_and_cleanup
| * | implementation fixGravatar yang-g2015-08-27
|/ /
| * Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| | | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* | auth context api change for string_refGravatar yang-g2015-08-25
| |
* | implGravatar yang-g2015-08-25
|/
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-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
|
* Let lame_client accept error statusGravatar yang-g2015-08-17
|
* Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
|\ | | | | Use a sync service to handle requests to unknown services
| * Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| |
* | Removed "<:" bigram confusing gcc 4.4Gravatar David G. Quintas2015-08-11
|/ | | | | | | | Resulted in error: ```test/cpp/end2end/end2end_test.cc:120: error: ‘<::’ cannot begin a template-argument list test/cpp/end2end/end2end_test.cc:120: note: ‘<:’ is an alternate spelling for ‘[’. Insert whitespace between ‘<’ and ‘::’ test/cpp/end2end/end2end_test.cc:120: note: (if you use ‘-fpermissive’ G++ will accept your code) make: *** [objs/opt/test/cpp/end2end/end2end_test.o] Error 1```
* Fix buildGravatar yang-g2015-08-06
|
* merge with headGravatar yang-g2015-08-06
|\
* | Resolve commentsGravatar yang-g2015-08-06
| |
| * Add tests for C++ propagationGravatar Craig Tiller2015-08-05
| |
* | Add WaitForStateGravatar yang-g2015-08-05
| |
* | clean up and add a testGravatar yang-g2015-08-05
|/
* Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
|\
* | Re-enable all the testsGravatar Craig Tiller2015-08-03
| |
* | Line up starting timesGravatar Craig Tiller2015-07-31
| |
* | add a test where a read and a writesdone happen at the same timeGravatar yang-g2015-07-31
| |
| * merge with headGravatar yang-g2015-07-30
| |\ | |/ |/|
| * Add a testGravatar yang-g2015-07-30
| |
* | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
|\| | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
| * Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
| |\ | | | | | | Dynamic-sized thread pool
| * \ Merge pull request #2655 from vjpai/expecteqGravatar Yang Gao2015-07-24
| |\ \ | | | | | | | | Switch an int to size_t or else it fails on Mac
| * \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ \ \ | | | | | | | | | | Fake transport security to private
| | | * | Switch an int to size_t or else it fails on MacGravatar vjpai2015-07-24
| | |/ / | |/| |
| | | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ | | |_|/ | |/| |
| | | * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | | |