Arjun Roy f75400dc73 Merge pull request #19453 from arjunroy/hptbl_init 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 225a878e9f Track channelz server sockets in the server node 6 лет назад
compression 67e6b03e92 Fix compression algorithm parsing 6 лет назад
debug 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gpr 3bce424458 Remove debug code 6 лет назад
gprpp 994985be97 Log refcount traces if tracer enabled, even if DEBUG_LOCATION is not used. 6 лет назад
http dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 6 лет назад
iomgr 7f54da6bff Merge pull request #19556 from gnossen/subprocess_gevent 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 6 лет назад
profiling 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
security 109edca971 Adding C++ API and implementation for STS credentials: 6 лет назад
slice ded3081176 Merge pull request #19343 from arjunroy/sbuf_tiny_add_coalesce 6 лет назад
surface 225a878e9f Track channelz server sockets in the server node 6 лет назад
transport b1d73a01f1 Removed duplicate static table from hpack table. Removed an or instruction for 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.