Rafał Augustyniak
Rafał Augustyniak
`cares` has been historically used on non Apple platforms for DNS resolution. Since in https://github.com/envoyproxy/envoy-mobile/pull/2511 we moved to using `getaddrinfo`-based DNS resolver by default instead the proposal it to remove...
Proposal: Remove the `addH2RawDomains` feature from Envoy engine builders. Envoy engine builders allow its users to specify the list of h2 raw domains. For requests that go to domains defined...
Description: Passing these strings as references may help us to avoid doing copying during initialization. Risk Level: Low Testing: Manual Docs Changes: N/A Release Notes: N/A Signed-off-by: Rafal Augustyniak
Make all Android CI jobs use Linux as opposed to the combination of both Linux and macOS. Currently some of the Android CI jobs are ran on Linux (`android_tests /...
This is supposed to be a parent ticket for all work related to adding support for proxies on iOS. Must have tickets: - https://github.com/envoyproxy/envoy-mobile/issues/2606 - https://github.com/envoyproxy/envoy-mobile/issues/2615 Should: - https://github.com/envoyproxy/envoy-mobile/issues/2616 To...
At least on iOS, system proxy settings screen does allow it users to specify login and password that should be used to authenticate with a given proxy. We should look...