aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials
Commit message (Collapse)AuthorAge
* 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
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
| | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad.
* 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 ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * 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
| | |/ | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
| | * Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | | | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
* | | 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
| | |
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-16
| | |
* | | Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\| |
| * | Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2016-11-16
| |\ \ | | | | | | | | | | | | slice_with_exec_ctx
| * \ \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #8737 from yang-g/creds_sanitizeGravatar Yang Gao2016-11-16
| | |\ \ | | | | | | | | | | Redact sensitive data from api traces
| | | | * Review feedbackGravatar Craig Tiller2016-11-14
| | |_|/ | |/| |
| | | * refresh and access token filteringGravatar yang-g2016-11-12
| | | |
* | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ / /
| | * parse json insteadGravatar yang-g2016-11-10
| | |
| * | dont hang when empty metadata is passedGravatar Jan Tattermusch2016-11-09
| | |
| | * redact json keyGravatar yang-g2016-11-09
| |/
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
* | Convert more users of grpc_slice_unref --> grpc_slice_unref_internalGravatar Craig Tiller2016-10-31
| |
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\
| * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| |\
* | | Update includes, s/gpr_dump_slice/grpc_dump_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
|/ /
| * Remove unnecessary #ifdef in credentials codeGravatar murgatroid992016-10-25
| |
* | clang-formatGravatar Craig Tiller2016-10-18
| |
* | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| |
| * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
| |\
* | \ Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-12
|\ \ \ | | |/ | |/|
* | | Add tracing, fix some transport bugs wrt buffer_poolsGravatar Craig Tiller2016-09-28
| | |
| | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
| | |\