Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
| | |||
* | Update link in credentials.h to point to grpc.io | sammcveety | 2016-01-03 |
| | |||
* | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * | Improving documentation. | Julien Boeuf | 2015-11-25 |
| | | |||
| * | Fixing typo. | Julien Boeuf | 2015-11-25 |
| | | |||
| * | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| | | |||
* | | clang-format | Craig Tiller | 2015-11-18 |
|/ | |||
* | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| | |||
* | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | |||
* | 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 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | Julien Boeuf | 2015-09-15 |
|\ | |||
| * | Removed grpc_security.h from auth_context.h | David Garcia Quintas | 2015-09-03 |
| | | |||
| * | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | | | | | Original PR #3074 by @dgquintas | ||
* | | 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 |