aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel_factory.h
Commit message (Collapse)AuthorAge
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* client_config: chttp2_fullstack_no_op_unsecure_test passesGravatar Craig Tiller2015-06-26
|
* Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | - uri parsing - dns resolution
* Flesh out things and make them compileGravatar Craig Tiller2015-06-23
|
* Move parent subchannel construction args...Gravatar Craig Tiller2015-06-23
| | | | | ... into grpc_channel itself, to hide this complicated construction detail.
* Rename configured_subchannel --> subchannelGravatar Craig Tiller2015-06-23
Per @a11r's request