Daniil Gentili
Daniil Gentili
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [ ] ... the documentation does not...
resolve-march-native should use lscpu+taskset to pin the gcc process to E cores (i.e. those with the lowest maximum frequency), to provide binaries optimized for the least powerful CPUs on the...
This fixes an issue where non-canonicalized IPv4 addresses could not be used in trees (16-byte arrays containing an ipv4 address, the default format for all IPv4 constants from the `net`...
FIxes https://github.com/cweiske/jsonmapper/issues/243
Fixes https://github.com/dg/bypass-finals/issues/43
### 1. Why is this pull request needed and what does it do? This pull requests implements [RFC 7871](https://www.rfc-editor.org/rfc/rfc7871), EDNS client subnet support. It does so by: 1. Adding an...
**What happened**: The cache plugin uses only the qname, qtype, do and cd flags when caching responses containing to queries containing EDNS client subnet options (ECS). This does not respect...
### Detailed Description of the Problem The HttpClient does not attempt connecting to both the ipv4 and ipv6 endpoints, which leads to failures when connecting to any modern dual-stack domain...