Esun Kim 334fa41ec0 Update by review 6 лет назад
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
channel 982359bf96 Add grpc_core::Map with Allocator 6 лет назад
compression ee603bf172 Better codegenfor validate_filtered_metadata. 6 лет назад
debug 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gpr d1bca6ff92 Merge pull request #20119 from markdroth/c++_mpscq 6 лет назад
gprpp 4fc906a5fe Clean up memory code 6 лет назад
http dd6e6e3ef7 Introduce GRPC_ARG_TSI_MAX_FRAME_SIZE channel arg. 6 лет назад
iomgr 334fa41ec0 Update by review 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
security 982359bf96 Add grpc_core::Map with Allocator 6 лет назад
slice 334fa41ec0 Update by review 6 лет назад
surface a0f2551d17 Strongly typed slices for server method/host. 6 лет назад
transport 982359bf96 Add grpc_core::Map with Allocator 6 лет назад
uri 44b262c361 fix build and sanity 7 лет назад
README.md cbf5447a0d Review feedback 9 лет назад

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.