aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/channel.h
Commit message (Collapse)AuthorAge
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Resolve commentsGravatar yang-g2015-08-06
|
* Add WaitForStateGravatar yang-g2015-08-05
|
* specialize deadline type and implementationGravatar yang-g2015-08-05
|
* Pass NULL as host by default. Use context.authority() or ↵Gravatar yang-g2015-07-31
| | | | channel.SslNameOverride() when set.
* clang-formatGravatar Craig Tiller2015-06-05
|
* Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
|
* Mac C++ compile fixGravatar Craig Tiller2015-04-27
|
* Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
|
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | the tests to init/shutdown free.
* Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
* | 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
|
* clang-formatGravatar Craig Tiller2015-02-17
|
* Refine completion queueGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* 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