aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/credentials.c
Commit message (Collapse)AuthorAge
* Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ | | | | Fix #3803
* \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\ \
| | * Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
| | |
| * | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
| |/
* | Address some memory leaksGravatar Craig Tiller2016-05-18
| |
| * clang-formatGravatar Julien Boeuf2016-05-10
| |
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|/
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...