aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
Commit message (Collapse)AuthorAge
* Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
|
* Update link in credentials.h to point to grpc.ioGravatar sammcveety2016-01-03
|
* Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * Improving documentation.Gravatar Julien Boeuf2015-11-25
| |
| * Fixing typo.Gravatar Julien Boeuf2015-11-25
| |
| * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| |
* | clang-formatGravatar Craig Tiller2015-11-18
|/
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-09-22
| | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee.
* Credentials plugin fixes (after the branch was merged).Gravatar Julien Boeuf2015-09-21
|
* Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
|\
| * Removed grpc_security.h from auth_context.hGravatar David Garcia Quintas2015-09-03
| |
| * Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | Original PR #3074 by @dgquintas
* | 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