Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Metadata handling rewrite"" | 2017-01-23 | |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | 2017-01-20 | |
| | |||
* | Fix memory leak | 2017-01-17 | |
| | |||
* | Fix memory corruption | 2017-01-13 | |
| | |||
* | Start moving C++ to slice interfaces | 2016-11-21 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | Auto-changes | 2016-03-25 | |
| | |||
* | fixed multiple initialization of globals | 2016-03-18 | |
| | |||
* | docstrings | 2016-03-08 | |
| | |||
* | Fixed wrong usage of global var | 2016-01-28 | |
| | |||
* | copyrights | 2016-01-27 | |
| | |||
* | After GrpcLibrary refactoring. Compiles and passes. WIP still | 2016-01-27 | |
| | |||
* | merge with head and resolve conflict | 2015-12-02 | |
|\ | |||
| * | Cpp example of how the plugins can be done. | 2015-11-19 | |
| | | |||
| * | Also adding a credentials type to the plugin API. | 2015-11-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy); | ||
| * | Fixing implementations. | 2015-11-18 | |
|/ | |||
* | Successfully compile C++ libary (not tests yet). | 2015-10-12 | |
| | |||
* | Fix an assert | 2015-09-29 | |
| | |||
* | C++ changes required to maintain gcc4.4 compatibility - reduce use | 2015-09-29 | |
| | | | | of ambiguous nullptr, eliminate use of brace initializer lists | ||
* | It is a bad idea to have a map with string_refs as output params. | 2015-09-22 | |
| | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee. | ||
* | Credentials plugin fixes (after the branch was merged). | 2015-09-21 | |
| | |||
* | Design and implementation of the core credentials plugin API. | 2015-08-31 | |
| | | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet. | ||
* | Credentials cleanup: | 2015-08-25 | |
| | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
* | Adding void* at then end of security related method in order to have a ↵ | 2015-08-25 | |
| | | | | stable ABI. | ||
* | headers reorg | 2015-08-21 | |
| | |||
* | Make Channel ctor private | 2015-08-20 | |
| | |||
* | Remove ChannelInterface and replace it with Channel | 2015-08-19 | |
| | |||
* | Add to all secure credentials | 2015-08-10 | |
| | |||
* | call grpc_init for defaultcredentials | 2015-08-10 | |
| | |||
* | Pass NULL as host by default. Use context.authority() or ↵ | 2015-07-31 | |
| | | | | channel.SslNameOverride() when set. | ||
* | Renaming jwt_credentials to service_account_jwt_access_credentials. | 2015-07-22 | |
| | |||
* | Update C++ impl | 2015-07-13 | |
| | |||
* | Adding support for raw access token credentials. | 2015-07-01 | |
| | |||
* | support per call credentials in c++ | 2015-05-14 | |
| | |||
* | Adressing comments. | 2015-04-24 | |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | 2015-04-11 | |
|\ | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | Have the secure credentials in separate header files. | 2015-04-09 | |
| | | |||
* | | Refactoring std::chrono out. | 2015-04-08 | |
|/ | |||
* | Clean up unneeded includes and remove shutdown protobuf library | 2015-03-25 | |
| | |||
* | wrap refresh token credentials in c++ | 2015-03-17 | |
| | |||
* | Merge pull request #1011 from yang-g/jwt | 2015-03-16 | |
|\ | | | | | Put back C++ JWTCredentials code and add a test case in interop test. | ||
| * | copy and paste does not work | 2015-03-13 | |
| | | |||
| * | Add error logs when credentials are created with non-positive lifetimes | 2015-03-13 | |
| | | |||
| * | Early return when duration is non-positive | 2015-03-12 | |
| | | |||
* | | Add missing GRPC_OVERRIDE, NFC | 2015-03-12 | |
| | | |||
| * | The Jwt code was dropped somewhere in a merge. Put it back | 2015-03-11 | |
|/ | |||
* | Use ssl name override if it's in the channel argument | 2015-03-10 | |
| | |||
* | De-C++11-ification | 2015-03-02 | |
| | |||
* | Merge github.com:grpc/grpc into credit | 2015-02-23 | |
| | |||
* | Remove dynamic_cast | 2015-02-23 | |
| |