aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/secure_credentials.cc
Commit message (Expand)AuthorAge
* Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
* Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
* Don't use default captureGravatar Yash Tibrewal2018-11-05
* Prefer lambda expressions over std::bindGravatar Yash Tibrewal2018-11-02
* Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
* Add C++ wrapper for local credentialsGravatar Yihua Zhang2018-07-24
* Create verify_peer_options when creating ssl credentials in order to expose a...Gravatar Ian Haken2018-06-12
* Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Merge pull request #12374 from markdroth/plugin_credentials_api_fixGravatar Mark D. Roth2017-09-29
|\
* | Add CompositeCallCredentialsGravatar yang-g2017-09-28
| * Code review changes.Gravatar Mark D. Roth2017-09-28
| * clang-formatGravatar Mark D. Roth2017-09-06
| * Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* 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