Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 build after sync with upstream master. | Julien Boeuf | 2015-08-13 |
| | |||
* | 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. | ||
* | Adding option to force client auth on the server SSL creds. | Julien Boeuf | 2015-07-21 |
| | |||
* | Have the secure credentials in separate header files. | Julien Boeuf | 2015-04-09 |
| | |||
* | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| | | | | compilers | ||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | De-C++11-ification | Craig Tiller | 2015-03-02 |
| | |||
* | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
And reflects the C++ API in ServerBuilder. |