| don't try to install removed header ares_rules.h | 6 个月前 |
| simplify header include order | 6 个月前 |
| clang-format | 6 个月前 |
| ares_build.h: add ares_build.h in include Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 6 个月前 |
| simplify header include order | 6 个月前 |
| mingw32 build fix | 6 个月前 |
| remove duplicate typedef | 6 个月前 |
| Reformat code using clang-format (#579) c-ares uses multiple code styles, standardize on one. Talking with @bagder he feels strongly about maintaining an 80 column limit, but feels less strongly about things I feel strongly about (like alignment). Can re-run the formatter on the codebase via: clang-format -i */*.c */*.h */*/*.c */*/*.h Fix By: Brad House (@bradh352) | 6 个月前 |
| Add DNS cookie support (RFC7873 + RFC9018) (#833) DNS cookies are a simple form of learned mutual authentication supported by most DNS server implementations these days and can help prevent DNS Cache Poisoning attacks for clients and DNS amplification attacks for servers. Fixes #620 Fix By: Brad House (@bradh352) | 6 个月前 |
| Fix typos discovered by codespell (#634) % codespell --ignore-words-list="aas,aci,acter,atleast,contentss,firey,fo,sais,seh,statics" * https://pypi.org/project/codespell Fix By: Christian Clauss (@cclauss) | 6 个月前 |
| | 6 个月前 |