Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove docstring for not existing argument | Takuto Ikuta | 2016-08-25 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | I merged this without checking the copyright. My mistake... | vjpai | 2016-02-12 |
| | |||
* | Small tweak to make some customer code compile | Craig Tiller | 2016-02-12 |
| | |||
* | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| | |||
* | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | Original PR #3074 by @dgquintas | ||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | channel creation API change | yang-g | 2015-08-27 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | support per call credentials in c++ | Yang Gao | 2015-05-14 |
| | |||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
|\ | |||
| * | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | |||
| * | s/CreateChannel/CreateChannelDeprecated | Craig Tiller | 2015-02-23 |
| | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out. | ||
* | | Credentials prototyping | Craig Tiller | 2015-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 file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Add ServiceAccount Credentials wrapping and handle credentials creation | yangg | 2015-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. | yangg | 2014-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. | Nicolas Noble | 2014-11-26 |