aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/client_authority_filter.cc
Commit message (Collapse)AuthorAge
* Use grpc_mdelem_create() directly.Gravatar Soheil Hassas Yeganeh2018-10-14
| | | | | Remove grpc_mdelem_from_slices_no_unref() since it's a wrapper around grpc_mdelem_create().
* Avoid unnecessary ref/unref calls to get mdelem from slices.Gravatar Soheil Hassas Yeganeh2018-10-07
| | | | | | | | | grpc_mdelem_from_slices() unref's the key and value. As a result, in quite a few cases on the hot path, we first ref slice, so that grpc_mdelem_from_slices() can unref them. Add grpc_mdelem_from_slices_no_unref() which does not unref() the input slices. This cuts 0.5% - 1.0% across app benchmarks.
* Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
|
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* intern default authorityGravatar yang-g2018-05-16
|
* Stop using banned functionsGravatar ncteisen2018-05-15
|
* Introduce channel arg to disable authority filterGravatar Muxi Yan2018-04-01
|
* Return errors in lieu of abortingGravatar David Garcia Quintas2018-03-29
|
* Fix authority fuzzing failuresGravatar David Garcia Quintas2018-03-29
|
* Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filterGravatar David Garcia Quintas2018-03-21
|
* moved filter to extGravatar David Garcia Quintas2018-03-15