Mark D. Roth 10d853dabd Merge pull request #15891 from markdroth/subchannel_alignment_fix 7 anni fa
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 anni fa
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 anni fa
channel 10d853dabd Merge pull request #15891 from markdroth/subchannel_alignment_fix 7 anni fa
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 8 anni fa
debug b500281f91 Create GRPC_USE_TRACERS to support OSS/internal difference 7 anni fa
gpr 2223e60b63 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. 7 anni fa
gprpp 46168bf96f Check the value in the pointer, not the address 7 anni fa
http 274840e4d3 Migrate SSL_transport_security TSI to new TSI handshaker API 7 anni fa
iomgr e85e713d0b timer manager: don't turn off threading in start_threads() 7 anni fa
json 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1"" 8 anni fa
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 anni fa
security 8f3222c4eb Remove allocation in server_auth filter and allocate on the arena instead 7 anni fa
slice ba221d0423 Merge branch 'master' into prototype-cfstream 7 anni fa
surface 2223e60b63 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. 7 anni fa
transport 817d28fed6 Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2" 7 anni fa
README.md cbf5447a0d Review feedback 9 anni fa

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.