grpc/src/cpp/server
Soheil Hassas Yeganeh 9decf48632 Move security credentials, connectors, and auth context to C++
This is to use `grpc_core::RefCount` to improve performnace.
This commit also replaces explicit C vtables, with C++ vtable
with its own compile time assertions and performance benefits.
It also makes use of `RefCountedPtr` wherever possible.
2018-12-13 10:38:12 -05:00
..
channelz Add test and fix bug 2018-12-11 11:28:12 -08:00
health Review comments 2018-12-07 08:54:47 -08:00
load_reporter fix format 2018-08-09 00:51:17 -04:00
async_generic_service.cc Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
channel_argument_option.cc Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
create_default_thread_pool.cc Revert "Stop using std::thread in C++ library since it can trigger exceptions" 2018-01-12 10:16:22 +01:00
dynamic_thread_pool.cc Fix a thread name 2018-03-06 10:00:30 -08:00
dynamic_thread_pool.h Remove std::thread, keep everything else unchanged (#13) 2018-03-02 16:16:04 -08:00
insecure_server_credentials.cc Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
secure_server_credentials.cc Move security credentials, connectors, and auth context to C++ 2018-12-13 10:38:12 -05:00
secure_server_credentials.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_builder.cc Experimental C++ server callback unary API 2018-10-29 13:41:25 -07:00
server_cc.cc Allow the interceptor to know the method type 2018-12-06 15:51:31 -08:00
server_context.cc Streaming API for callback servers 2018-11-30 16:14:21 -08:00
server_credentials.cc Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_posix.cc Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
thread_pool_interface.h Revert "Stop using std::thread in C++ library since it can trigger exceptions" 2018-01-12 10:16:22 +01:00