Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 ani în urmă
..
README.md f687cb89f4 Actually add the documentation 9 ani în urmă
api_trace.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
api_trace.h 70d5e5af17 Introduce GRPC_TRACE_FLAG_ENABLED macro to mark trace branches unlikely. 6 ani în urmă
byte_buffer.cc c0cd82faed Remove unnecessary includes of exec_ctx.h 7 ani în urmă
byte_buffer_reader.cc 633719d104 Revert API changes to byte buffer reader 5 ani în urmă
call.cc 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 ani în urmă
call.h 8a8348b2ca Remove unused-parameter warnings, round 2 (11 of 19) 6 ani în urmă
call_details.cc cf9301f964 Removed some unnecessary memset operations in core. 6 ani în urmă
call_log_batch.cc 3bb427195e Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 5 ani în urmă
call_test_only.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
channel.cc e9b4e168ba Declare ApplicationCallbackExecCtx at channel's core entry points 5 ani în urmă
channel.h b308241343 Fix clang-tidy issues 5 ani în urmă
channel_init.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
channel_init.h 03431b4f69 Remove filters from subchannel args 7 ani în urmă
channel_ping.cc d9319aaa80 Remove unnamed typedef structs in src/core 5 ani în urmă
channel_stack_type.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
channel_stack_type.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
completion_queue.cc e6249079a2 Remove things_queued_ever counter from callback CQ 5 ani în urmă
completion_queue.h 1743519aa9 Activate C++ stdlib 6 ani în urmă
completion_queue_factory.cc 32760aca00 Remove unused-parameter warnings, round 2 (12 of 19) 6 ani în urmă
completion_queue_factory.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
event_string.cc 3bb427195e Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 5 ani în urmă
event_string.h 3bb427195e Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 5 ani în urmă
init.cc f091a66999 Revert "Fix client_lb_end2end_test flake" 5 ani în urmă
init.h 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 7 ani în urmă
init_secure.cc 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" 5 ani în urmă
init_unsecure.cc 4fe2cd2555 Init default root certs store once 7 ani în urmă
lame_client.cc 5d18d4450a src/core changes 6 ani în urmă
lame_client.h db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
metadata_array.cc db3e898a98 Add a sanity check for inclusion of port_platform.h 8 ani în urmă
server.cc 492889f1c0 Convert chttp2 server connection-handling code to C++. 5 ani în urmă
server.h 492889f1c0 Convert chttp2 server connection-handling code to C++. 5 ani în urmă
validate_metadata.cc 0b06676c9e hpack encoder optimizations. 6 ani în urmă
validate_metadata.h f13abc071c Inlined and saved some ops for grpc_is_binary_header. 6 ani în urmă
version.cc b269fdbf8b Don't mark server RPC canceled if finished with non-OK status 5 ani în urmă

README.md

Surface

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