Mark D. Roth d7a91d59bb Support xds request timeouts. před 6 roky
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) před 6 roky
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h před 7 roky
channel 5207eba9ff Add abseil před 6 roky
compression 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) před 6 roky
debug 3941f9dbf3 Revert "Sidestep multiple initialization issue of Tracers with Makefile" před 6 roky
gpr 324d2e64be Replace or with || před 6 roky
gprpp d7a91d59bb Support xds request timeouts. před 6 roky
http e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
iomgr 3fc71d2963 Merge pull request #21692 from guantaol/tcp_client_posix před 6 roky
json 4520072f92 Convert json_reader and json_writer to C++ před 6 roky
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
security ed44a1f430 Clean up grpc_core::MakeUnique před 6 roky
slice e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
surface 570d808d61 Log (in debug mode) if CQ destroyed without full draining před 6 roky
transport 60d0105542 Fix compression filter Stream::Next bug před 6 roky
uri 44b262c361 fix build and sanity před 7 roky
README.md cbf5447a0d Review feedback před 9 roky

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.