Arjun Roy bff4dd1b2d Fast-path for no-error case for grpc_error_get_status. 6 years ago
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
channel f9fcdc015d Convert ChannelzRegistry to use Map<> instead of InlinedVector<>. 6 years ago
compression 67e6b03e92 Fix compression algorithm parsing 6 years ago
debug 90fbdc92f5 Roll-forward "Config migration" 6 years ago
gpr 5d65a9fa7b Address comments from Vijay. 6 years ago
gprpp 1366a609c7 Merge pull request #19386 from soheilhy/unique-ptr-deleter 6 years ago
http 0d6cffd6c4 Introduce grpc_slice_from_moved_string. 6 years ago
iomgr bff4dd1b2d Fast-path for no-error case for grpc_error_get_status. 6 years ago
json 1fab48edfc Add null input handling in grpc_json_destroy() 6 years ago
profiling 90fbdc92f5 Roll-forward "Config migration" 6 years ago
security 84d75d454e Move error ref to the the closure function instead of an internal function 6 years ago
slice bff4dd1b2d Fast-path for no-error case for grpc_error_get_status. 6 years ago
surface 67e6b03e92 Fix compression algorithm parsing 6 years ago
transport bff4dd1b2d Fast-path for no-error case for grpc_error_get_status. 6 years ago
uri 44b262c361 fix build and sanity 7 years ago
README.md cbf5447a0d Review feedback 9 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.