aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
...
| | | * | Merge pull request #3065 from yang-g/string_refGravatar Craig Tiller2015-08-26
| | | |\ \ | | | | | | | | | | | | Use string_ref for incoming metadata
| | | * \ \ Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
| | | |\ \ \ | | | | | | | | | | | | | | Refactor default host name resolution
| | | | | | * 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
| | | |_|/ | | |/| |
| | | * | Added missing payloads to streaming compressed testGravatar David Garcia Quintas2015-08-25
| | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | |\ | | |_|/ | |/| |
| | * | implGravatar yang-g2015-08-25
| |/ /
| * | Make certain constants unsigned to please compiler on MacGravatar vjpai2015-08-25
| | |
| * | Fixing tests.Gravatar Julien Boeuf2015-08-25
| | |
| | * Loosen test requirements to better fit specGravatar Craig Tiller2015-08-25
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
| |\|
| * | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.
| | * merge with headGravatar yang-g2015-08-24
| | |\
| | | * Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| | | |\
| | | * | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| | | | |
| | | | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-21
| | | | |\ | | | | |/ | | | |/|
| | * | | headers reorgGravatar yang-g2015-08-21
| | | | |
| | * | | fix shutdown_testGravatar yang-g2015-08-20
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | |\| |
| | | * | Merge pull request #2977 from ctiller/shutdown-c++Gravatar Yang Gao2015-08-19
| | | |\ \ | | | | | | | | | | | | Add a deadline to Server::Shutdown
| | * | | | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| | | | | |
| | | * | | Moved methods' impl to header for simplicityGravatar David Garcia Quintas2015-08-19
| | |/ / /
| | | | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-19
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge pull request #2975 from dgquintas/no_foreach_44Gravatar Vijay Pai2015-08-19
| | |\ \ \ | | | | | | | | | | | | removed foreach loops for gcc 4.4
| | | | | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-19
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Removed function introducing dependency on proto in .hGravatar David Garcia Quintas2015-08-18
| | | | | |
| | | | | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-18
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | | * | Merge github.com:grpc/grpc into shutdown-c++Gravatar Craig Tiller2015-08-18
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | * | Add a timeout to shutdown to forcefully end callsGravatar Craig Tiller2015-08-18
| | | | | |
| | | * | | removed foreach loops for gcc 4.4Gravatar David Garcia Quintas2015-08-18
| | |/ / /
| | * / / clang-format all sourceGravatar Craig Tiller2015-08-18
| | |/ /
| | * | Merge pull request #2965 from yang-g/lame_client_error_messageGravatar Craig Tiller2015-08-18
| | |\ \ | | | | | | | | | | Let lame_client accept error status
| | * \ \ Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Let lame_client accept error statusGravatar yang-g2015-08-17
| | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #2549 from hongweiwang/zookeeperGravatar David G. Quintas2015-08-14
| |\ \ \ | | | | | | | | | | Zookeeper name resolver
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-13
|\| | | |
* | | | | Adding C++ auth metadata processor.Gravatar Julien Boeuf2015-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests.
| | * | | Minor fix on commentsGravatar Hongwei Wang2015-08-13
| | | | |
| | * | | Address comments and update grpc pluginsGravatar Hongwei Wang2015-08-13
| | | | |
| * | | | Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
| |\ \ \ \ | | | | | | | | | | | | Use a sync service to handle requests to unknown services
| | | | * | proto3 required changesGravatar David Garcia Quintas2015-08-13
| | | | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2922 from yang-g/proto3_cppGravatar Vijay Pai2015-08-13
|/| | | | | | | | | | | | | | | | | use proto3 syntax in c++ test protos
| * | | | | update the interop test protos and code to proto3Gravatar yang-g2015-08-13
| | | | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| * | | | | use proto3 syntax in c++ test protosGravatar yang-g2015-08-13
| | | | | |
| | | | * | Make sure COMPRESSABLE is the default for LargeUnaryGravatar David Garcia Quintas2015-08-13
| | | | | |
| | * | | | Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| | | | | |
| | | | * | Removed spurious line that forced COMPRESSABLE for large unariesGravatar David Garcia Quintas2015-08-13
| | | | | |