aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/server_builder_plugin_test.cc
Commit message (Expand)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
* Fix C++ buildsGravatar Muxi Yan2017-09-26
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std...Gravatar Nicolas "Pixel" Noble2016-07-14
* Add commentGravatar Craig Tiller2016-06-21
* Make sure to poll cqGravatar Craig Tiller2016-06-21
* Manual clang-formatGravatar vjpai2016-06-13
* Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
* Merge pull request #6664 from dklempner/server_builder_plugin_testGravatar Jan Tattermusch2016-06-02
|\
* | Fix server plugin testGravatar Craig Tiller2016-05-20
* | Fix server plugin testGravatar Craig Tiller2016-05-20
| * Fix a missing initializationGravatar David Klempner2016-05-19
|/
* Fix naming and comment problemsGravatar Yuchen Zeng2016-05-06
* Add plugins at the time of static initializationGravatar Yuchen Zeng2016-05-03
* Add GRPC_ prefix for macrosGravatar Yuchen Zeng2016-04-29
* modified has_async_methods and has_sync_methods of TestServerBuilderPluginGravatar Yuchen Zeng2016-04-29
* Server builder pluginGravatar Yuchen Zeng2016-04-29