Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | fixed multiple initialization of globals | David Garcia Quintas | 2016-03-18 |
| | |||
* | docstrings | David Garcia Quintas | 2016-03-08 |
| | |||
* | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| | |||
* | Fixed wrong usage of global var | David Garcia Quintas | 2016-01-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
|\ | |||
* | | copyrights | David Garcia Quintas | 2016-01-27 |
| | | |||
* | | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | |||
* | | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | fixed copyrights | David Garcia Quintas | 2016-01-21 |
| | | |||
* | | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
| | | |||
| * | Update the copyrights of the modified files. | Bogdan Drutu | 2016-01-19 |
| | | |||
| * | Fix the build. | Bogdan Drutu | 2016-01-14 |
| | | |||
| * | Add virtual destructors for the default implementations as well. | Bogdan Drutu | 2016-01-12 |
|/ | |||
* | Fix the naming conflict issue that cause the tests to fail. | Bogdan Drutu | 2015-12-12 |
| | |||
* | Add a destructor callback as well | Bogdan Drutu | 2015-12-11 |
| | |||
* | Add a hook for the default constructor of ClientContext. | Bogdan Drutu | 2015-12-11 |
| | |||
* | Merge pull request #4175 from yang-g/tcp_refactor | Craig Tiller | 2015-12-03 |
|\ | | | | | Refactor security connector and handshake | ||
* \ | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ \ | | | | | | | Server builder options | ||
| | * | merge with head and resolve conflict | yang-g | 2015-12-02 |
| | |\ | |_|/ |/| | | |||
* | | | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| | * | | Add set pointer api to channel_arguments | yang-g | 2015-11-25 |
| |/ / |/| | | |||
| * | | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| | | | |||
| * | | Also adding a credentials type to the plugin API. | Julien Boeuf | 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. | Julien Boeuf | 2015-11-18 |
| |/ | |||
* / | clang-format | Craig Tiller | 2015-11-18 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Handle cancel before start case | yang-g | 2015-11-17 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 |
|\| | |||
* | | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| | | |||
| * | Latency traces | Craig Tiller | 2015-10-08 |
|/ | |||
* | Fix an assert | Vijay Pai | 2015-09-29 |
| | |||
* | C++ changes required to maintain gcc4.4 compatibility - reduce use | Vijay Pai | 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. | Julien Boeuf | 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). | Julien Boeuf | 2015-09-21 |
| | |||
* | Design and implementation of the core credentials plugin API. | Julien Boeuf | 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. | ||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 |
| |\ | | | | | | | | | | credentials_naming_and_cleanup | ||
* | \ | 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). | ||
| * | | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
|/| | | | | | | | | Create channel API change | ||
| * | | implementation fix | yang-g | 2015-08-27 |
| | | | |||
| * | | channel creation API change | yang-g | 2015-08-27 |
| | | | |||
| | * | Credentials cleanup: | Julien Boeuf | 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 ↵ | Julien Boeuf | 2015-08-25 |
|/ | | | | stable ABI. | ||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 |
|\ |