aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util
Commit message (Collapse)AuthorAge
* Fix fuzzer errorGravatar ncteisen2018-06-06
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* clang fmtGravatar ncteisen2017-11-17
|
* Remove all extern CGravatar ncteisen2017-11-17
|
* s/NULL/nullptrGravatar Craig Tiller2017-11-10
|
* 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
| | | | Also converting to .cc
* 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
|
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
|
* review feedback and one bugfixGravatar Makarand Dharmapurikar2017-03-24
| | | | | | | added a needed unref_internal changed k_query_separator to a char from string review feedback addressed. added todo for changing flags to bool from int
* removed multiple allocs, refactored b64 encoderGravatar Makarand Dharmapurikar2017-03-20
| | | | | | Added new api to b64.h for directly encoding to memory. Using slice_sub instead of string operations for separating path from query.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-formatGravatar Craig Tiller2016-10-26
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* 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...