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

Update to Libuv 1.43.0 #578

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Update to Libuv 1.43.0 #578

merged 1 commit into from
Jan 5, 2022

Commits on Jan 5, 2022

  1. Update to Libuv 1.43.0

    Only new function is uv_ip_name which is a generic function to convert a binary ip4/ip6 address to a string. We only used the protocol-specific versions of this function (uv_ip4_name/uv_ip6_name) internally, and it doesn't look like we have a use for the new function internally, so it's been left unbound and added to the list of unbound (not ruled out) functions in `bindcov.sh`.
    squeek502 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b065349 View commit details
    Browse the repository at this point in the history