aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/secure_credentials.h
Commit message (Collapse)AuthorAge
* Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Fix ClangTidyGravatar ncteisen2017-09-29
|
* 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
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Uncover the badnessGravatar Craig Tiller2017-01-12
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* copyrightsGravatar David Garcia Quintas2016-01-27
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| |
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
| |
* | clang-formatGravatar Craig Tiller2015-11-18
|/
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|
* Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-08-31
| | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet.
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* 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
|
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Addressing comments.Gravatar Julien Boeuf2015-04-10
|
* Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09