Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Addressing comments. Thanks Yang! | Julien Boeuf | 2015-08-17 |
| | |||
* | 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. | ||
* | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port | Craig Tiller | 2015-08-03 |
| | |||
* | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | Clean up anything that failed | ||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | De-C++11-ification | Craig Tiller | 2015-03-02 |
| | |||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
| | |||
* | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
And reflects the C++ API in ServerBuilder. |