This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
grpc
Watch
8
Star
0
Fork
You've already forked grpc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
35155
Commits
300
Branches
385
Tags
1.4 GiB
C++
70%
Python
11.2%
C
4.1%
Starlark
3.9%
Shell
2.4%
Other
7.9%
Tree:
d45694518c
grpc
/
include
/
grpcpp
/
impl
/
codegen
History
Yash Tibrewal
3c1ca6bf39
Merge pull request
#17034
An error occurred
from yashykt/interceptorcleanup
...
Get ClientContext included with ChannelInterface, and slight more cle…
7 years ago
..
security
…
async_generic_service.h
…
async_stream.h
Change types to use C++ types rather than core types
7 years ago
async_unary_call.h
Change types to use C++ types rather than core types
7 years ago
byte_buffer.h
some tests fail
7 years ago
call.h
Rename call.h to call_op_set.h and call_wrapper.h to call.h
7 years ago
call_hook.h
…
call_op_set.h
Missed reviewer comments
7 years ago
call_op_set_interface.h
Separate out interceptorbatchmethodimpl to a different file
7 years ago
callback_common.h
Merge branch 'master' into interceptors
7 years ago
channel_interface.h
Get ClientContext included with ChannelInterface, and slight more cleanup
7 years ago
client_callback.h
Change types to use C++ types rather than core types
7 years ago
client_context.h
Reviewer comments except for void * fixed
7 years ago
client_interceptor.h
Get ClientContext included with ChannelInterface, and slight more cleanup
7 years ago
client_unary_call.h
Change types to use C++ types rather than core types
7 years ago
completion_queue.h
Merge pull request
#16842
An error occurred
from yashykt/interceptors
7 years ago
completion_queue_tag.h
…
config.h
…
config_protobuf.h
Unifying grpc build hacks
7 years ago
core_codegen.h
More changes for client interception
7 years ago
core_codegen_interface.h
More changes for client interception
7 years ago
create_auth_context.h
…
grpc_library.h
…
intercepted_channel.h
Reviewer comments except for void * fixed
7 years ago
interceptor.h
Get ClientContext included with ChannelInterface, and slight more cleanup
7 years ago
interceptor_common.h
Change index to size_t
7 years ago
metadata_map.h
Rename call.h to call_op_set.h and call_wrapper.h to call.h
7 years ago
method_handler_impl.h
Add call as param to MethodHandler::Deserialize to allow arena use
7 years ago
proto_buffer_reader.h
…
proto_buffer_writer.h
…
proto_utils.h
…
rpc_method.h
…
rpc_service_method.h
Add call as param to MethodHandler::Deserialize to allow arena use
7 years ago
serialization_traits.h
…
server_context.h
Rename call.h to call_op_set.h and call_wrapper.h to call.h
7 years ago
server_interceptor.h
Get ClientContext included with ChannelInterface, and slight more cleanup
7 years ago
server_interface.h
Add note on the experimental nature of the additional method in ServerInterface
7 years ago
service_type.h
s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugs
7 years ago
slice.h
…
status.h
…
status_code_enum.h
…
string_ref.h
…
stub_options.h
…
sync_stream.h
Change types to use C++ types rather than core types
7 years ago
time.h
…