grpc/src/core
Tanvi Jagtap 1dbfd4c9f2 [grpc][Gpr_To_Absl_Logging] Deleting multiple instances of gpr_set_log_function (#36833)
Deleting multiple instances of gpr_set_log_function .
This function will be deleted soon.
https://github.com/grpc/proposal/pull/425

Closes #36833

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36833 from tanvi-jagtap:remove_gpr_log_partial_code 17517efee4
PiperOrigin-RevId: 641268299
2024-06-07 09:14:44 -07:00
..
channelz [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
client_channel [call-v3] Client call implementation (#36724) 2024-06-05 09:57:33 -07:00
ext [call-v3] Client call implementation (#36724) 2024-06-05 09:57:33 -07:00
handshaker [endpoint] Remove grpc_endpoint_shutdown(). 2024-06-03 12:10:56 -07:00
lib [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag (#36798) 2024-06-06 19:08:32 -07:00
load_balancing [call-v3] Client call implementation (#36724) 2024-06-05 09:57:33 -07:00
plugin_registry [call-v3] Client call implementation (#36724) 2024-06-05 09:57:33 -07:00
resolver [ObjC] default GRPC_IOS_EVENT_ENGINE_CLIENT to 1 (#36785) 2024-06-05 18:26:38 -07:00
server [call-v3] Client call implementation (#36724) 2024-06-05 09:57:33 -07:00
service_config [context] Remove `grpc_call_context_element` (#36793) 2024-06-03 09:16:05 -07:00
telemetry [StatsPlugin] Reviewer comments from #36757 (#36787) 2024-06-03 15:40:35 -07:00
tsi Create helper APIs for parsing PEM-encoded credentials. (#36357) 2024-05-22 07:42:23 -07:00
util [grpc][Gpr_To_Absl_Logging] Deleting multiple instances of gpr_set_log_function (#36833) 2024-06-07 09:14:44 -07:00
xds [xds] Do not crash when XdsLocalityName is null (#36841) 2024-06-06 16:48:06 -07:00
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36284) 2024-04-10 20:26:39 -07:00
BUILD [build] Support clang-cl for Windows builds (best effort) (#36831) 2024-06-06 13:54:12 -07:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.