aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/insecure_server_credentials.cc
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Addressing comments. Thanks Yang!Gravatar Julien Boeuf2015-08-17
|
* Adding C++ auth metadata processor.Gravatar Julien Boeuf2015-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_portGravatar Craig Tiller2015-08-03
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* De-C++11-ificationGravatar Craig Tiller2015-03-02
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|
* Update C++ server with new core APIGravatar Craig Tiller2015-02-23
And reflects the C++ API in ServerBuilder.