Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Shuffling headers around. | 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 branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ \ | |||
| | * | auth context api change for string_ref | yang-g | 2015-08-25 |
| |/ | |||
| * | headers reorg | yang-g | 2015-08-21 |
| | | |||
* | | Adding C++ auth metadata processor. | Julien Boeuf | 2015-08-13 |
|/ | | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests. | ||
* | 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 |
| | |||
* | missed one place | yang-g | 2015-07-07 |
| | |||
* | resolve comments | yang-g | 2015-07-07 |
| | |||
* | compiles | yang-g | 2015-07-06 |