aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/credentials.h
Commit message (Collapse)AuthorAge
* implementation fixGravatar yang-g2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
|
* Adding support for raw access token credentials.Gravatar Julien Boeuf2015-07-01
|
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.
* | Addressing github comments.Gravatar Nicolas "Pixel" Noble2015-04-11
| |
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* wrap refresh token credentials in c++Gravatar Yang Gao2015-03-17
|
* formattingGravatar Yang Gao2015-03-11
|
* The Jwt code was dropped somewhere in a merge. Put it backGravatar Yang Gao2015-03-11
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\|
| * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
* | Remove dynamic_castGravatar Craig Tiller2015-02-23
| |
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
| | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
| | | | | | | | failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
| | | | | | | | | The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921
* Initial import.Gravatar Nicolas Noble2014-11-26