index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
end2end
/
server_builder_plugin_test.cc
Commit message (
Expand
)
Author
Age
*
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