aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Allow getting LB policy name and service config in C++ API.Gravatar Mark D. Roth2016-11-09
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* docstringsGravatar David Garcia Quintas2016-03-08
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* clang-formatGravatar David Garcia Quintas2016-01-20
|
* override -> GRPC_OVERRIDEGravatar David Garcia Quintas2016-01-19
|
* WIP. Added ChannelInterfaceGravatar David Garcia Quintas2016-01-13
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Fix R/W template argument order in prototypesGravatar Ian Coolidge2016-01-11
| | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler.
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|
* Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | Original PR #3074 by @dgquintas
* headers reorgGravatar yang-g2015-08-21
|
* Make Channel ctor privateGravatar yang-g2015-08-20
|
* make registermethod privateGravatar yang-g2015-08-20
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19