aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/secure_credentials.cc
Commit message (Expand)AuthorAge
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Fix memory leakGravatar Craig Tiller2017-01-17
* Fix memory corruptionGravatar Craig Tiller2017-01-13
* Start moving C++ to slice interfacesGravatar Craig Tiller2016-11-21
* Update copyrightsGravatar Craig Tiller2016-03-31
* Auto-changesGravatar Craig Tiller2016-03-25
* fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
* docstringsGravatar David Garcia Quintas2016-03-08
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
* copyrightsGravatar David Garcia Quintas2016-01-27
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
* merge with head and resolve conflictGravatar yang-g2015-12-02
|\
| * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| * Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
|/
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
* Fix an assertGravatar Vijay Pai2015-09-29
* C++ changes required to maintain gcc4.4 compatibility - reduce useGravatar Vijay Pai2015-09-29
* It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-09-22
* Credentials plugin fixes (after the branch was merged).Gravatar Julien Boeuf2015-09-21
* Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-08-31
* Credentials cleanup:Gravatar Julien Boeuf2015-08-25
* Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
* headers reorgGravatar yang-g2015-08-21
* Make Channel ctor privateGravatar yang-g2015-08-20
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
* Add to all secure credentialsGravatar yang-g2015-08-10
* call grpc_init for defaultcredentialsGravatar yang-g2015-08-10
* Pass NULL as host by default. Use context.authority() or channel.SslNameOverr...Gravatar yang-g2015-07-31
* Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
* Update C++ implGravatar Craig Tiller2015-07-13
* Adding support for raw access token credentials.Gravatar Julien Boeuf2015-07-01
* support per call credentials in c++Gravatar Yang Gao2015-05-14
* Adressing comments.Gravatar Nicolas "Pixel" Noble2015-04-24
* Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
|\
| * Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
* wrap refresh token credentials in c++Gravatar Yang Gao2015-03-17
* Merge pull request #1011 from yang-g/jwtGravatar jboeuf2015-03-16
|\
| * copy and paste does not workGravatar Yang Gao2015-03-13
| * Add error logs when credentials are created with non-positive lifetimesGravatar Yang Gao2015-03-13
| * Early return when duration is non-positiveGravatar Yang Gao2015-03-12
* | Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-12
| * The Jwt code was dropped somewhere in a merge. Put it backGravatar Yang Gao2015-03-11
|/
* Use ssl name override if it's in the channel argumentGravatar Yang Gao2015-03-10
* De-C++11-ificationGravatar Craig Tiller2015-03-02
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
* Remove dynamic_castGravatar Craig Tiller2015-02-23