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.43.0 #41398

Merged
merged 1 commit into from
Jan 7, 2022
Merged

Commits on Jan 4, 2022

  1. deps: upgrade to libuv 1.43.0

    Notable changes:
    
    - `uv_ip_name()` has been added.
    - On Windows, `uv_fs_read()` and `uv_fs_write()` now return
      `UV_EBADF` instead of `UV_EPERM` when the file descriptor
      was opened with incorrect flags. This matches the behavior
      on other platforms.
    - Streams can be reset and attempted to read from after
      EOF is read.
    - The main thread now has a valid ID instead of `NULL`.
    - `uv_cpu_info()` now supports `aarch64`.
    - Several minor issues related to mingw32 have been fixed.
    cjihrig committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c6cbcf8 View commit details
    Browse the repository at this point in the history