aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/context
Commit message (Collapse)AuthorAge
* s/NULL/nullptrGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* More pointer conversions, deprecated string to char *, goto crossing ↵Gravatar Yash Tibrewal2017-10-02
| | | | initializations
* more pointer conversions and goto jump warningsGravatar Yash Tibrewal2017-10-02
|
* More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
|
* Tracers know their nameGravatar ncteisen2017-07-13
|
* Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-12
|\
* | clang fmtGravatar ncteisen2017-06-09
| |
| * Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
| |
* | Add metadata, secendp, sec conn tracersGravatar ncteisen2017-06-08
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
|
* Convert more users of grpc_slice_unref --> grpc_slice_unref_internalGravatar Craig Tiller2016-10-31
|
* Addressing feedback.Gravatar Julien Boeuf2016-08-25
|
* Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
|
* Make another .h file accessible from C++.Gravatar Mark D. Roth2016-06-20
|
* 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...