Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ | |||
* | | Adding C++ metadata processor. | Julien Boeuf | 2015-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 fix | yang-g | 2015-08-27 |
| | | |||
| * | channel creation API change | yang-g | 2015-08-27 |
|/ | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Make Channel ctor private | yang-g | 2015-08-20 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | Let lame_client accept error status | yang-g | 2015-08-17 |
| | |||
* | Pass NULL as host by default. Use context.authority() or ↵ | yang-g | 2015-07-31 |
| | | | | channel.SslNameOverride() when set. | ||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Merge pull request #2542 from ctiller/tell-me-who-you-might-be | Yang Gao | 2015-07-23 |
|/| | | | | | Expose call peer uri from C core | ||
| * | Make endpoint peer API work on Windows | Craig Tiller | 2015-07-20 |
| | | |||
* | | User agent string support | Craig Tiller | 2015-07-18 |
|/ | |||
* | support per call credentials in c++ | Yang Gao | 2015-05-14 |
| | |||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
| | | | | And reflects the C++ API in ServerBuilder. | ||
* | 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 |
| | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | 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 |