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.39.0 #34915

Closed
wants to merge 1 commit into from
Closed

deps: upgrade to libuv 1.39.0 #34915

wants to merge 1 commit into from

Commits on Aug 25, 2020

  1. deps: upgrade to libuv 1.39.0

    Notable changes:
    
    - uv_metrics_idle_time() and UV_METRICS_IDLE_TIME have been added
      for measuring the amount of time the event loop spends idle.
    - uv_udp_using_recvmmsg() has been added to determine if a buffer
      is large enough for multiple datagrams should be allocated in
      the allocation callback of uv_udp_recvstart().
    - On MinGW, the installation location has been updated to match
      Unix systems rather than Windows.
    - uv_fs_copyfile() now tries to use copy_file_range() when
      possible.
    - The test suite is now reported to pass on Darwin ARM64 (Apple
      Silicon).
    - uv_{get,set}_process_title() now returns an error on platforms
      where uv_setup_args() is required, but has not yet been called.
    - The _POSIX_PATH_MAX constant is no longer used, which could
      lead to buffer overflows in uv_fs_readlink() and
      uv_fs_realpath().
    cjihrig committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    74921b9 View commit details
    Browse the repository at this point in the history