Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update c-ares to 1.18.1 #40660

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5,121 changes: 5,121 additions & 0 deletions deps/cares/CHANGES

Large diffs are not rendered by default.

766 changes: 766 additions & 0 deletions deps/cares/CMakeLists.txt

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions deps/cares/CONTRIBUTING.md
@@ -0,0 +1,15 @@
Contributing to c-ares
======================

To contribute patches to c-ares, please generate a GitHub pull request
and follow these guidelines:

- Check that the Travis builds are green for your pull request.
- Please update the test suite to add a test case for any new functionality.
- Build the library with `./configure --enable-debug --enable-maintainer-mode` and
ensure there are no new warnings.

To improve the chances of the c-ares maintainers responding to your request:

- Also send an email to the mailing list at `c-ares@lists.haxx.se` describing your change.
- To follow any associated discussion, please subscribe to the [mailing list](http://lists.haxx.se/listinfo/c-ares).