Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Mark connectivity closures as nullable and check null when invoking them | Muxi Yan | 2016-10-30 |
| | |||
* | Use nil function instead of empty function | Muxi Yan | 2016-10-28 |
| | |||
* | Revert format changes in related files | Muxi Yan | 2016-10-28 |
| | |||
* | clang-format format clean | Muxi Yan | 2016-10-25 |
| | |||
* | clean with clang-format | Muxi Yan | 2016-10-21 |
| | |||
* | Fix nonnull problem | Muxi Yan | 2016-10-20 |
| | |||
* | Flush host when network connectivity changes | Muxi Yan | 2016-10-20 |
| | |||
* | Clean up ownership of the connection loss handler | Jorge Canizales | 2016-03-11 |
| | |||
* | Add monitoring of connectivity | Jorge Canizales | 2016-03-11 |
Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel. |