The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Tiller 76e4832865
[promises] Use call finalization to destroy call data - avoids a use after free (#33780)
2 years ago
..
ext [EventEngine] Change `GetDNSResolver` to return `absl::StatusOr<std::unique_ptr<DNSResolver>>` (#33744) 2 years ago
lib [promises] Use call finalization to destroy call data - avoids a use after free (#33780) 2 years ago
plugin_registry [ring hash] revert 64-to-32-bit changes for objc (#33201) 2 years ago
tsi [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638) 2 years ago
BUILD [build] Add visibility rule for arena, resource quota (#33777) 2 years ago
README.md Drop "C" from "C core" 4 years ago

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.