aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/create_channel.cc
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
|
* copyrightsGravatar David Garcia Quintas2016-01-27
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|
* Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\
* | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| * implementation fixGravatar yang-g2015-08-27
| |
| * channel creation API changeGravatar yang-g2015-08-27
|/
* headers reorgGravatar yang-g2015-08-21
|
* Make Channel ctor privateGravatar yang-g2015-08-20
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Let lame_client accept error statusGravatar yang-g2015-08-17
|
* Pass NULL as host by default. Use context.authority() or ↵Gravatar yang-g2015-07-31
| | | | channel.SslNameOverride() when set.
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|/| | | | | Expose call peer uri from C core
| * Make endpoint peer API work on WindowsGravatar Craig Tiller2015-07-20
| |
* | User agent string supportGravatar Craig Tiller2015-07-18
|/
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | And reflects the C++ API in ServerBuilder.
* 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
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* 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