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.
 
 
 
 
 
 
Craig Tiller e21467475f [call-v3] Direct channel implementation (#36734) 10 months ago
..
address_utils [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36713) 10 months ago
avl [reorg] move src/core/lib/gpr -> src/core/util (#36543) 11 months ago
backoff [clang-format] Remove requirement that port_platform.h is at the top (#36284) 12 months ago
channel [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36800) 10 months ago
compression [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36800) 10 months ago
config [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag (#36798) 10 months ago
debug [logging] Centralize configuration for trace flags (#36576) 10 months ago
event_engine [call-v3] Direct channel implementation (#36734) 10 months ago
experiments [experiments] don't require event_engine_client for work_serializer_dispatch (#36875) 10 months ago
gprpp [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36800) 10 months ago
iomgr [Gpr_To_Absl_Logging] Replace gpr_should_log with ABSL_VLOG_IS_ON (#36861) 10 months ago
matchers [clang-format] Remove requirement that port_platform.h is at the top (#36284) 12 months ago
promise [call-v3] Direct channel implementation (#36734) 10 months ago
resource_quota [omg] Avoid MSVC miscompile (#36893) 10 months ago
security [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36800) 10 months ago
slice [logging] Centralize configuration for trace flags (#36576) 10 months ago
surface [call-v3] Direct channel implementation (#36734) 10 months ago
transport [call-v3] Direct channel implementation (#36734) 10 months ago
uri [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458) 11 months ago
README.md Review feedback 8 years ago

README.md

Required elements of gRPC Core: Each module in this directory is required to build gRPC. If it's possible to envisage a configuration where code is not required, then that code belongs in ext/ instead.

NOTE: The movement of code between lib and ext is an ongoing effort, so this directory currently contains too much of the core library.