aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel_init.h
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Please the include sanity checkGravatar Craig Tiller2016-03-21
|
* Add documentationGravatar Craig Tiller2016-02-22
|
* Addressing review feedbackGravatar Craig Tiller2016-02-22
|
* Fix copyrightsGravatar Craig Tiller2016-02-18
|
* Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.