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: upgrade to libuv 1.34.0 #30783

Merged
merged 1 commit into from Dec 6, 2019
Merged

deps: upgrade to libuv 1.34.0 #30783

merged 1 commit into from Dec 6, 2019

Commits on Dec 6, 2019

  1. deps: upgrade to libuv 1.34.0

    Notable changes:
    
    - Fix handling of large files in uv_fs_copyfile().
      Fixes: nodejs#30085
    - Fix Android build errors.
    - uv_sleep() has been added.
    - uv_interface_addresses() IPv6 netmask support has been fixed.
      Fixes: nodejs#30504
    - uv_fs_mkstemp() has been added.
    
    PR-URL: nodejs#30783
    Fixes: nodejs#30085
    Fixes: nodejs#30504
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    cjihrig committed Dec 6, 2019
    Copy the full SHA
    5d2944d View commit details
    Browse the repository at this point in the history