aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util/json_util.h
Commit message (Collapse)AuthorAge
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2016-05-10
|\ | | | | | | credentials_refactoring
* | Fixing headers.Gravatar Julien Boeuf2016-05-10
| |
| * clang-formatGravatar Julien Boeuf2016-05-10
|/
* 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...