Yang Gao 7c1aafb3f9 Revert "Fix flaky use-after-free in udp_server" 9 tahun lalu
..
channel 3d72d71c7c Merge github.com:grpc/grpc into zalloc 9 tahun lalu
compression 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 tahun lalu
debug 9f6a805977 Allow disabling traces, add trace variables for pluck and timeout events 9 tahun lalu
http 5838dbffeb Return an error when the HTTP first line or header is longer than 4K 9 tahun lalu
iomgr 7c1aafb3f9 Revert "Fix flaky use-after-free in udp_server" 9 tahun lalu
json 6f4178878c Add zalloc, convert a bunch of files to use it 9 tahun lalu
profiling 2ef0d54ffc Handle one core 9 tahun lalu
security 266f66a67c Merge github.com:grpc/grpc into zalloc 9 tahun lalu
slice 6f4178878c Add zalloc, convert a bunch of files to use it 9 tahun lalu
support 295df6da9a Add a slice type that shares a refcount with a transport stream 9 tahun lalu
surface 48bc4767db Eliminate cancellation if we never sent an op down 9 tahun lalu
transport 295df6da9a Add a slice type that shares a refcount with a transport stream 9 tahun lalu
tsi 39514ccb29 Add licenses() in BUILD files 9 tahun lalu
README.md cbf5447a0d Review feedback 9 tahun lalu

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.