Craig Tiller 48bc4767db Eliminate cancellation if we never sent an op down 9 лет назад
..
README.md f687cb89f4 Actually add the documentation 9 лет назад
alarm.c b5b4372670 Use `grpc_closure`s in `grpc_timer`s 9 лет назад
api_trace.c 6169d5f7b0 Update copyrights 10 лет назад
api_trace.h 6169d5f7b0 Update copyrights 10 лет назад
byte_buffer.c a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 9 лет назад
byte_buffer_reader.c a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 9 лет назад
call.c 48bc4767db Eliminate cancellation if we never sent an op down 9 лет назад
call.h fafe995900 comments 9 лет назад
call_details.c 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 лет назад
call_log_batch.c afceb2edbd Merge github.com:grpc/grpc into rollfwd 9 лет назад
call_test_only.h 6169d5f7b0 Update copyrights 10 лет назад
channel.c 5f4264f9a6 Signal that authority can be compressed in hpack: saves 1 allocation/rpc 9 лет назад
channel.h 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 лет назад
channel_init.c 87a7e1fd11 Merge github.com:grpc/grpc into slice_with_exec_ctx 9 лет назад
channel_init.h 87a7e1fd11 Merge github.com:grpc/grpc into slice_with_exec_ctx 9 лет назад
channel_ping.c 91031dacb1 Changes to exec_ctx/closure/combiner/workqueue interfaces 9 лет назад
channel_stack_type.c 9533d042d4 Fix includes 10 лет назад
channel_stack_type.h 6169d5f7b0 Update copyrights 10 лет назад
completion_queue.c b4673fa9ec Use zalloc in completion queue 9 лет назад
completion_queue.h 07e8fb1775 Eliminate CQ freelist 9 лет назад
event_string.c 6169d5f7b0 Update copyrights 10 лет назад
event_string.h 6169d5f7b0 Update copyrights 10 лет назад
init.c 07e8fb1775 Eliminate CQ freelist 9 лет назад
init.h 1f0f23cc5a Handshaker plugin mechanism. 9 лет назад
init_secure.c 012915045f Secure naming support for gRPCLB 9 лет назад
init_unsecure.c 1f0f23cc5a Handshaker plugin mechanism. 9 лет назад
lame_client.c c52ba3a03f Hoist constant setting out of loop - and shave some ns from call creation 9 лет назад
lame_client.h 9533d042d4 Fix includes 10 лет назад
metadata_array.c 6169d5f7b0 Update copyrights 10 лет назад
server.c cd232f64c6 Merge pull request #9753 from ctiller/zalloc 9 лет назад
server.h 7af400c535 Merge github.com:grpc/grpc into direct-calls 9 лет назад
validate_metadata.c 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 лет назад
validate_metadata.h 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 лет назад
version.c 5cad46e218 Bump master version numbers 9 лет назад

README.md

Surface

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