| Commit message (Expand) | Author | Age |
* | Change grpc++ references in names to grpcpp | Vijay Pai | 2018-03-08 |
* | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* | Muxi Yan | 2018-02-06 |
* | Fix C++ builds | Muxi Yan | 2017-09-26 |
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
* | Moving gtest include down. | Nicolas "Pixel" Noble | 2017-05-10 |
* | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
* | clang-format | Vijay Pai | 2016-11-01 |
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
* | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std... | Nicolas "Pixel" Noble | 2016-07-14 |
* | Add comment | Craig Tiller | 2016-06-21 |
* | Make sure to poll cq | Craig Tiller | 2016-06-21 |
* | Manual clang-format | vjpai | 2016-06-13 |
* | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
* | Merge pull request #6664 from dklempner/server_builder_plugin_test | Jan Tattermusch | 2016-06-02 |
|\ |
|
* | | Fix server plugin test | Craig Tiller | 2016-05-20 |
* | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| * | Fix a missing initialization | David Klempner | 2016-05-19 |
|/ |
|
* | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
* | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
* | Add GRPC_ prefix for macros | Yuchen Zeng | 2016-04-29 |
* | modified has_async_methods and has_sync_methods of TestServerBuilderPlugin | Yuchen Zeng | 2016-04-29 |
* | Server builder plugin | Yuchen Zeng | 2016-04-29 |