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.
 
 
 
 
 
 
AJ Heller b66829429e
Return unique_ptrs from IOCP::Watch (#31731)
2 years ago
..
address_utils Revived google-readability-casting (#31607) 3 years ago
avl [channel_args] Improve comparison performance (#30322) 3 years ago
backoff Revert "fix (#31018)" (#31021) 3 years ago
channel Reland: [promises] Compression filter conversion (#31686) 2 years ago
compression Reland: [promises] Compression filter conversion (#31686) 2 years ago
config [config] Move proxy mapper into core configuration (#30842) 3 years ago
debug Fix IWYU with clang-15 (#31556) 3 years ago
event_engine Return unique_ptrs from IOCP::Watch (#31731) 2 years ago
experiments [flow_control] Enable experiment in debug builds (#31693) 2 years ago
gpr Revived google-readability-casting (#31607) 3 years ago
gprpp Reland: [promises] Compression filter conversion (#31686) 2 years ago
handshaker [config] Move proxy mapper into core configuration (#30842) 3 years ago
http Revived google-readability-casting (#31607) 3 years ago
iomgr Fix win_write to check if fully sent (#28432) 2 years ago
json Added readability-redundant-string-cstr (#31707) 2 years ago
load_balancing LB policy API: make pickers ref-counted (#31612) 3 years ago
matchers Second attempt: xDS RouteConfig: use ValidationErrors and add unit test (#31658) 3 years ago
promise [promises] Simplify for-each (#31524) 3 years ago
resolver Update Clang 15 (#31518) 3 years ago
resource_quota [resource_quota] Remove periodic resource quota experiment (#31670) 2 years ago
security Added url validation for aws metadata endpoints in aws external account (#31626) 3 years ago
service_config Revert "Revert "service config: use new JSON API (#30467)" (#31485)" (#31486) 3 years ago
slice Revert "Revert "[chaotic-good] Reland basic frame serialization (#316… (#31637) 3 years ago
surface Added readability-redundant-string-cstr (#31707) 2 years ago
transport Reland: [promises] Compression filter conversion (#31686) 2 years ago
uri [iwyu] Enable nosafe_headers (#29591) 3 years ago
README.md

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.