Hope Casey-Allen 673e0cec33 Fix 6 lat temu
..
README.md f687cb89f4 Actually add the documentation 9 lat temu
api_trace.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
api_trace.h 70d5e5af17 Introduce GRPC_TRACE_FLAG_ENABLED macro to mark trace branches unlikely. 6 lat temu
byte_buffer.cc c0cd82faed Remove unnecessary includes of exec_ctx.h 8 lat temu
byte_buffer_reader.cc ad1b3e5094 Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing. 7 lat temu
call.cc 9f48cb0f07 Merge pull request #19907 from soheilhy/call-cycle-clock 6 lat temu
call.h 3bcae1e368 Apply do {...} while(0) to the remaining macros. 6 lat temu
call_details.cc cf9301f964 Removed some unnecessary memset operations in core. 6 lat temu
call_log_batch.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
call_test_only.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
channel.cc 13896f8bd1 Mandate static string for host and method passed to grpc_channel_register_call 6 lat temu
channel.h cfb31818ef Remove channelz from LB policy API. 6 lat temu
channel_init.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
channel_init.h 03431b4f69 Remove filters from subchannel args 7 lat temu
channel_ping.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
channel_stack_type.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
channel_stack_type.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
completion_queue.cc f036d6ef58 s/gpr_ref/grpc_core::RefCount/ for frequent users. 6 lat temu
completion_queue.h 196b0aa3a3 Revert "Revert "Start supporting a callback-based RPC under lock"" 6 lat temu
completion_queue_factory.cc 9e6511ae2e Make the core callback interface API so that it can be used in generated code 7 lat temu
completion_queue_factory.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
event_string.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
event_string.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
init.cc 2767accc1b Fixed init-order-fiasco for static slice table. 6 lat temu
init.h 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 7 lat temu
init_secure.cc 6898c23a5d Add experimental control plane creds C-core API 6 lat temu
init_unsecure.cc 4fe2cd2555 Init default root certs store once 8 lat temu
lame_client.cc 557446a11e Added specializations for grpc_mdelem_create. 6 lat temu
lame_client.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
metadata_array.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 lat temu
server.cc 673e0cec33 Fix 6 lat temu
server.h bd8a04a6e9 Add human-readable names for channelz sockets and listen sockets 6 lat temu
validate_metadata.cc 0b06676c9e hpack encoder optimizations. 6 lat temu
validate_metadata.h f13abc071c Inlined and saved some ops for grpc_is_binary_header. 6 lat temu
version.cc 13896f8bd1 Mandate static string for host and method passed to grpc_channel_register_call 6 lat temu

README.md

Surface

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