aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.h
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\
| * Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |
* | 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.
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Crash in channel/server creation if grpc_init not calledGravatar Craig Tiller2015-03-05
|
* Tracer registration.Gravatar Craig Tiller2015-03-01
First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.