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.42.0 #39525

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 2, 2021

  1. deps: upgrade to libuv 1.42.0

    Notable changes:
    
    - win,tcp: make `uv_close()` work more like unix.
    - cleanup,win: Remove `_WIN32` guards on threadpool.
    - more errno mappings and fixes.
    - higher performance try-writes.
    - fix string encoding issue of `uv_os_gethostname()` (note: MINGW-W64
      upstream is broken on i686 due to
      https://sourceforge.net/p/mingw-w64/bugs/899/).
    - zOS support.
    - Workarounds for a `copy_file_range()` kernel bug.
    - Better support for TSan.
    - darwin: use `RLIMIT_STACK` for fsevents pthread.
    - fix a bug that would cause libuv to hang if the user called
      `uv_shutdown()`.
    - darwin: fix `uv_barrier()` race condition.
    lpinca committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4a3f41f View commit details
    Browse the repository at this point in the history