| .. |
|
security
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
async_generic_service.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
async_stream.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
async_unary_call.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
byte_buffer.h
|
More fixes
|
2019-05-07 22:45:39 -07:00 |
|
call.h
|
Move CompletionQueue and Channel
|
2019-05-17 09:16:32 -07:00 |
|
call_hook.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
call_op_set.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
call_op_set_interface.h
|
Address reviewer comments.
|
2018-10-31 01:02:07 -07:00 |
|
callback_common.h
|
Streaming API for callback servers
|
2018-11-30 16:14:21 -08:00 |
|
channel_interface.h
|
Fix clang errors.
|
2019-06-05 16:47:29 -07:00 |
|
client_callback.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
client_context.h
|
Fix PropogationOptions
|
2019-06-10 13:58:34 -07:00 |
|
client_context_impl.h
|
Sync with master
|
2019-06-11 16:16:27 -07:00 |
|
client_interceptor.h
|
Fix clang errors.
|
2019-06-05 16:47:29 -07:00 |
|
client_unary_call.h
|
Fix clang errors.
|
2019-06-05 16:47:29 -07:00 |
|
completion_queue.h
|
Move CompletionQueue and Channel
|
2019-05-17 09:16:32 -07:00 |
|
completion_queue_impl.h
|
Sync with master
|
2019-06-11 16:16:27 -07:00 |
|
completion_queue_tag.h
|
Address reviewer comments
|
2018-09-11 09:14:57 -07:00 |
|
config.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
config_protobuf.h
|
Fix typo for using MessageLite
|
2019-05-21 01:52:36 -04:00 |
|
core_codegen.h
|
Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing.
|
2019-03-21 06:03:45 -04:00 |
|
core_codegen_interface.h
|
IWYU in core_codegen_interface
|
2019-05-23 22:10:53 -07:00 |
|
create_auth_context.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
grpc_library.h
|
fix non-virtual-dtor
|
2018-02-16 12:42:05 +01:00 |
|
intercepted_channel.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
interceptor.h
|
Add hijacking interception hook points as valid for the GetRecv* functions
|
2019-05-30 15:39:37 -07:00 |
|
interceptor_common.h
|
Fixing memory leak in interceptor by removing unsued send_status_
|
2019-03-13 21:42:02 +01:00 |
|
message_allocator.h
|
resolve comments
|
2019-05-17 16:22:43 -07:00 |
|
metadata_map.h
|
Properly clear metadata and other structs when reusing ServerContext
|
2018-11-13 12:44:56 -08:00 |
|
method_handler_impl.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
proto_buffer_reader.h
|
Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing.
|
2019-03-21 06:03:45 -04:00 |
|
proto_buffer_writer.h
|
Rename ProtoBuffer helpers
|
2018-04-12 17:19:54 -07:00 |
|
proto_utils.h
|
Fixing formatting
|
2019-05-21 02:29:00 -04:00 |
|
rpc_method.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
rpc_service_method.h
|
Move server context implementation to grpc_impl namespace and typedef the ref to it
|
2019-06-05 10:41:30 -07:00 |
|
serialization_traits.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
server_callback.h
|
Merge pull request #19371 from yang-g/virtual_me
|
2019-06-19 12:25:05 -07:00 |
|
server_context.h
|
Move ClientContext to grpc_impl
|
2019-06-05 16:31:39 -07:00 |
|
server_context_impl.h
|
Sync with master
|
2019-06-11 16:16:27 -07:00 |
|
server_interceptor.h
|
Avoid using seq_cst atomic operations in grpcpp when unnecessary.
|
2019-06-16 16:09:24 -04:00 |
|
server_interface.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
service_type.h
|
Move server context implementation to grpc_impl namespace and typedef the ref to it
|
2019-06-05 10:41:30 -07:00 |
|
slice.h
|
Make GrpcProtoBufferReaderWriter public
|
2018-04-06 07:05:27 -07:00 |
|
status.h
|
Delete status_test that has no coverage; replace with static_asserts
|
2018-03-15 11:30:59 -07:00 |
|
status_code_enum.h
|
docs: add note about retrying UNAVAILABLE
|
2019-04-15 12:45:27 -06:00 |
|
string_ref.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
stub_options.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
sync.h
|
Make sure grpc::internal::Mutex has enough space for gpr_mu, std::mutex, and pthread_mutex_t.
|
2019-04-17 14:35:34 -04:00 |
|
sync_stream.h
|
Modify codegen to use grpc_impl namespace and other cleanups
|
2019-06-21 10:51:57 -07:00 |
|
time.h
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |