aboutsummaryrefslogtreecommitdiff
path: root/src/core/lib/security/credentials/plugin
AgeCommit message (Expand)Author
2017-10-02Changes for C to C++. Adding extern C to header files for compatibility.Yash Tibrewal
2017-10-02More pointer conversions, deprecated string to char *, goto crossing initiali...Yash Tibrewal
2017-10-02More pointer conversion required after making build changesYash Tibrewal
2017-09-26Add tracer for plugin credentials.Mark D. Roth
2017-09-06clang-formatMark D. Roth
2017-09-01Change plugin credentials API to support both sync and async modes.Mark D. Roth
2017-07-21Add cancellation to asynchronous security APIs.Mark D. Roth
2017-06-08auto-fix most of licensesJan Tattermusch
2017-02-16Add zalloc, convert a bunch of files to use itCraig Tiller
2017-01-23Revert "Revert "Metadata handling rewrite""Craig Tiller
2017-01-20Revert "Metadata handling rewrite"Craig Tiller
2017-01-12Add a mechanism for tagging threads that might be owned byCraig Tiller
2017-01-12Uncover the badnessCraig Tiller
2017-01-11Fix sanity: core_banned_functionsCraig Tiller
2016-12-09Offer grpc_slice_to_c_string to simplify some codeCraig Tiller
2016-11-17All core tests compile without grpc_mdstrCraig Tiller
2016-11-16Progress towards mdstr eliminationCraig Tiller
2016-11-16Merge github.com:grpc/grpc into slice_with_exec_ctxCraig Tiller
2016-11-09dont hang when empty metadata is passedJan Tattermusch
2016-10-31Convert more users of grpc_slice_unref --> grpc_slice_unref_internalCraig Tiller
2016-10-31Progress towards making grpc_slice_unref_internal take an exec_ctxCraig Tiller
2016-10-26s/gpr_slice/grpc_slice, and move around tests, implsCraig Tiller
2016-09-15Add a check for metadata from auth pluginyang-g
2016-06-24Merge pull request #6798 from jboeuf/fix_3803Jan Tattermusch
2016-06-04Merge branch 'master' into fix_3803Julien Boeuf
2016-05-31s/grpc_pops/grpc_polling_entityDavid Garcia Quintas
2016-05-31Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationDavid Garcia Quintas
2016-05-10Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into credent...Julien Boeuf
2016-05-10Fixing headers.Julien Boeuf
2016-05-10clang-formatJulien Boeuf
2016-05-04Refactoring the core security code.Julien Boeuf