aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/oauth2/oauth2_credentials.h
Commit message (Collapse)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09
|
* Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Convert more users of grpc_slice_unref --> grpc_slice_unref_internalGravatar Craig Tiller2016-10-31
|
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\
| * 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
| |
* | Fix sanityGravatar Craig Tiller2016-05-24
| |
* | SanityGravatar Craig Tiller2016-05-18
| |
| * 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
| |/
* / Progress converting to new error systemGravatar Craig Tiller2016-05-05
|/
* 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...