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.27.0 #26707

Merged
merged 2 commits into from
Mar 18, 2019
Merged

deps: upgrade to libuv 1.27.0 #26707

merged 2 commits into from
Mar 18, 2019

Commits on Mar 18, 2019

  1. test: update test for libuv update

    Starting in libuv 1.27.0, test-dgram-address.js should expect
    EBADF instead of EINVAL.
    
    PR-URL: nodejs#26707
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    04f30e1 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade to libuv 1.27.0

    Notable changes:
    - `statx()` is used to retrieve file birth times on
      supported platforms.
    - Improved support of running under Windows safe mode.
    - Add support for UDP connected sockets. Several functions
      can now return `UV_EBADF` instead of `UV_EINVAL`.
    - SunOS support is improved.
    
    PR-URL: nodejs#26707
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    d6f6d7f View commit details
    Browse the repository at this point in the history