aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/create_channel.h
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* More Doxygen comment improvements.Gravatar Mark D. Roth2017-05-19
|
* remove docstring for not existing argumentGravatar Takuto Ikuta2016-08-25
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* I merged this without checking the copyright. My mistake...Gravatar vjpai2016-02-12
|
* Small tweak to make some customer code compileGravatar Craig Tiller2016-02-12
|
* 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
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* channel creation API changeGravatar yang-g2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
| * s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
| | | | | | | | failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
| | | | | | | | | The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921
* Initial import.Gravatar Nicolas Noble2014-11-26