Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
-
-
-
Forked from grpc/grpc-proto
This repository contains common protocol definitions for peripheral services around gRPC such as health checking, load balancing etc..
Python 2
1,259 contributions in the last year
Contribution activity
December 2020
Opened 4 pull requests in 1 repository
Reviewed 25 pull requests in 3 repositories
grpc/grpc 20 pull requests
- Delay listening when using ServerConfigFetcher
- Xds cluster resolver
- Fix handling of non-numeric default ports when resolving ip literals in c-ares
- Only enable OpenSSL Engine when compiler supports it
- Update root pem certs
- Separate out ref counted related logs from the xds_client logs
- Add workaround for descriptor.upbdefs
- Fixing alignment issue with Arenas.
- Fix overpermissive percent-decoding of URIs ('%eth1' case)
- Add SANs matching for xDS credentials
- refactor PemKeyCertPair to take absl::string_view
- Fix a bug where the default port number is not resolved correctly when the host of grpc_uri is an ip address.
- [Clang-Tidy] google-explicit-constructor
- [Clang-Tidy] google-readability-casting
- Use separate mutexes and call queues for resolution and load balancing
- Decrease log level when BIOS data file is not found for on-GCP indication
- Convert URI parser to C++
- Mark a variable const for self-documentation
- Experimental API for xDS server credentials
- xds_end2end_test cleanup from #24643