aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials
Commit message (Expand)AuthorAge
* Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
|\
| * Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
* | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
|/
* Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09
* Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
* Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
* Format the code.Gravatar allen clement2017-06-14
* Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into fixopen...Gravatar allen clement2017-06-14
|\
| * Create jwt_verifier.cGravatar agc-sec2017-06-14
| * Create jwt_verifier.cGravatar agc-sec2017-06-14
* | Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifi...Gravatar allen clement2017-06-14
| * Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifi...Gravatar allen clement2017-06-14
* | Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
|\ \ | |/ |/|
| * Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
* | Add rich closure debug modeGravatar ncteisen2017-06-08
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\
* | Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-27
| |\ | |/ |/|
* | more TLS cleanup.Gravatar Julien Boeuf2017-04-26
| * Fixup testsGravatar Craig Tiller2017-04-17
|/
* Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-11
|\
| * Google Compute Metadata hostname fixGravatar Chris Trimble2017-04-11
* | Fix sanityGravatar Craig Tiller2017-04-05
* | Fix sanityGravatar Craig Tiller2017-04-03
* | Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
|/
* clang-formatGravatar Craig Tiller2017-03-31
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
* Update include pathsGravatar Craig Tiller2017-03-28
* Change error_create API to sliceGravatar ncteisen2017-03-13
* Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-17
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| * Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|/
* Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
* Uncover the badnessGravatar Craig Tiller2017-01-12
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_...Gravatar Craig Tiller2017-01-04
|\
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| * \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
| |\ \
| | | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | |/
| | * Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
* | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
* | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| |
| * | Fix stack corruptionGravatar Craig Tiller2016-11-30
* | | All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17