grpc/src/core
AJ Heller f238e5399c [security] Reland: Refactor credentials types to remove special handling for insecure creds (#36242)
See #36176. The only difference is a temporary shim for Secure credentials types, which was already discussed and approved separately.

Closes #36242

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36242 from drfloob:reland/36176 f07bebe289
PiperOrigin-RevId: 621879911
2024-04-04 09:20:02 -07:00
..
client_channel [misc] add `final` on a bunch of classes that should not have subclasses (#36212) 2024-04-01 16:50:49 -07:00
ext [security] Reland: Refactor credentials types to remove special handling for insecure creds (#36242) 2024-04-04 09:20:02 -07:00
lib [authz] get endpoint local/peer addresses via a handshaker (#36237) 2024-04-03 08:55:15 -07:00
load_balancing [time] Fix Timestamp minus arithmetic when rhs is InfPast or InfFuture (#36219) 2024-04-02 14:03:11 -07:00
plugin_registry [authz] get endpoint local/peer addresses via a handshaker (#36237) 2024-04-03 08:55:15 -07:00
resolver [misc] add `final` on a bunch of classes that should not have subclasses (#36212) 2024-04-01 16:50:49 -07:00
service_config [misc] add `final` on a bunch of classes that should not have subclasses (#36212) 2024-04-01 16:50:49 -07:00
tsi [Security Tests - Crl Provider] Fix inconsistent directory related tests (#36122) 2024-03-15 17:00:57 -07:00
.clang-format Adding clang format file to each folder (#35738) 2024-01-30 20:17:27 -08:00
BUILD [authz] get endpoint local/peer addresses via a handshaker (#36237) 2024-04-03 08:55:15 -07:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.