Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Fixing cpp tests. | Julien Boeuf | 2015-08-05 |
| | |||
* | Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵ | Craig Tiller | 2015-07-31 |
|\ | | | | | | | complain-with-both-passion-and-meaning | ||
* | | Remove iterator-based test altogether | Vijay Pai | 2015-07-21 |
| | | |||
* | | Remove one range-based for and do appropriate static casts on nullptr | Vijay Pai | 2015-07-21 |
| | | |||
| * | Server auth metadata processor. | Julien Boeuf | 2015-07-16 |
|/ | | | | | | | | | | - Right now it is a global function: would be better to have this per (secure) port. - Changed the interface of the auth_context slightly to make it more friendly. - Positive tests pass. Still need some work on error case (have a negative case as well). - Fixing cpp auth context tests so that they use the shiny new C API. | ||
* | split iterator into its own file | yang-g | 2015-07-16 |
| | |||
* | Remove const_iterator typedef and add a range based loop test | yang-g | 2015-07-15 |
| | |||
* | auth context iterator | yang-g | 2015-07-15 |
| | |||
* | Compile fix for Mac | Craig Tiller | 2015-07-10 |
| | |||
* | Resolve comments | yang-g | 2015-07-09 |
| | |||
* | Add a unit test | yang-g | 2015-07-06 |