aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/jwt
Commit message (Expand)AuthorAge
* Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
* Address some PR commentsGravatar Yash Tibrewal2017-11-14
* Merge with masterGravatar Yash Tibrewal2017-11-09
|\
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Reverting pb.c files for now. Also fixing few more build errorsGravatar Yash Tibrewal2017-10-02
| * More build errorsGravatar Yash Tibrewal2017-10-02
| * Removing more build errorsGravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Clang formatGravatar Yash Tibrewal2017-10-02
| * More pointer conversions, deprecated string to char *, goto crossing initiali...Gravatar Yash Tibrewal2017-10-02
| * More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
| * Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|
| * Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| * Format the code.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
| * Add rich closure debug modeGravatar ncteisen2017-06-08
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | Converting codeGravatar Craig Tiller2017-05-12
|/
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
* clang-formatGravatar Craig Tiller2017-03-31
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
* Update include pathsGravatar Craig Tiller2017-03-28
* 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
|/
* 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
* | Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with...Gravatar Craig Tiller2016-11-16
|\ \
* \ \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|\ \ \ | | |/ | |/|
| | * Review feedbackGravatar Craig Tiller2016-11-14
| |/ |/|
| * parse json insteadGravatar yang-g2016-11-10
| * 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
* Bulk update #includesGravatar Craig Tiller2016-10-26
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26