The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Muxi Yan 68ee7ce732 clang-format 8 years ago
..
README.md Actually add the documentation 8 years ago
alarm.c More explicit pointer type conversion 8 years ago
alarm_internal.h Sanity tests (header guard format 8 years ago
api_trace.c Tracers know their name 8 years ago
api_trace.h auto-fix most of licenses 8 years ago
byte_buffer.c More explicit pointer type conversion 8 years ago
byte_buffer_reader.c clang-format 8 years ago
call.c clang-format 8 years ago
call.h Reverting suffixes and changing field names instead 8 years ago
call_details.c auto-fix most of licenses 8 years ago
call_log_batch.c Make grpc_call_log_batch take const char* 8 years ago
call_test_only.h Change C core surface API 8 years ago
channel.c Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 years ago
channel.h Add refcount tracers for resolver, lb_policy, stream 8 years ago
channel_init.c More explicit pointer type conversion 8 years ago
channel_init.h auto-fix most of licenses 8 years ago
channel_ping.c More explicit pointer type conversion 8 years ago
channel_stack_type.c auto-fix most of licenses 8 years ago
channel_stack_type.h auto-fix most of licenses 8 years ago
completion_queue.c Merge pull request #12624 from yashykt/ctocc6 8 years ago
completion_queue.h Change return type to bool 8 years ago
completion_queue_factory.c auto-fix most of licenses 8 years ago
completion_queue_factory.h auto-fix most of licenses 8 years ago
event_string.c auto-fix most of licenses 8 years ago
event_string.h auto-fix most of licenses 8 years ago
init.c Add refcount to subchannel_index. 8 years ago
init.h auto-fix most of licenses 8 years ago
init_secure.c clang format 8 years ago
init_unsecure.c auto-fix most of licenses 8 years ago
lame_client.cc Revert "Revert "Implement call combiner"" 8 years ago
lame_client.h auto-fix most of licenses 8 years ago
metadata_array.c auto-fix most of licenses 8 years ago
server.c removing a completed TODO, removing forward declarations and rearranging code instead, removing _t suffixes with other recommendations 8 years ago
server.h auto-fix most of licenses 8 years ago
validate_metadata.c auto-fix most of licenses 8 years ago
validate_metadata.h auto-fix most of licenses 8 years ago
version.c Decouple alarm construction from setting to avoid races in MT code 8 years ago

README.md

Surface

Surface provides the bulk of the gRPC Core public API, and translates it into calls against core components.