aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport/client_auth_filter.c
Commit message (Expand)AuthorAge
* 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
* Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
* Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
* Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
* Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
* Implement call combiner.Gravatar Mark D. Roth2017-08-25
* Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
* Code cleanups in client_auth_filter and server_auth_filter.Gravatar Mark D. Roth2017-07-10
* Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | Merge remote-tracking branch 'origin/races' into thread_poolGravatar Craig Tiller2017-05-17
|/
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
* Don't abort on inputGravatar Noah Eisen2017-04-24
* Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
* Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimi...Gravatar Noah Eisen2017-03-22
| |\
* | \ Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
|\ \ \ | | |/ | |/|
| | * Change error_create API to sliceGravatar ncteisen2017-03-13
| * | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| |/
* / Conversion progressGravatar Craig Tiller2017-03-10
|/
* Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
* 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
* Uncover the badnessGravatar Craig Tiller2017-01-12
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Update to new error handling disciplineGravatar Craig Tiller2017-01-06
* Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\
* | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
* | | Correctness, memory leak fixesGravatar Craig Tiller2016-11-23
* | | Fix some auth filtering bugsGravatar Craig Tiller2016-11-23
* | | Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
* | | Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
* | | Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\| |
| | * clang-formatGravatar Mark D. Roth2016-11-18
| | * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
* | | Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-16
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ /
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
| * Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\
| | * clang-formatGravatar Mark D. Roth2016-11-04
* | | 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
|/ /
| * Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12