Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move headers from grpc++ to grpcpp | Muxi Yan | 2018-02-15 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | clang-format | Vijay Pai | 2016-11-01 |
| | |||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | |||
* | 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). | ||
* | Aligning C++ interface with C for the auth metadata processor. | Julien Boeuf | 2015-08-26 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ | |||
| * | headers reorg | yang-g | 2015-08-21 |
| | | |||
* | | Forgot to commit this file... | Julien Boeuf | 2015-08-14 |
| | | |||
* | | Few improvements: | Julien Boeuf | 2015-08-14 |
| | | | | | | | | | | | | - Guarantee the lifetime of objects passed to the processor. - Add an option for implementers of the processor to make it non-blocking. | ||
* | | Fixing lifetime of input metadata issue. | Julien Boeuf | 2015-08-13 |
| | | |||
* | | 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. | ||
* | Addressing comments. | Julien Boeuf | 2015-04-10 |
| | |||
* | Have the secure credentials in separate header files. | Julien Boeuf | 2015-04-09 |