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.38.0 #33446

Closed
wants to merge 1 commit into from
Closed

deps: upgrade to libuv 1.38.0 #33446

wants to merge 1 commit into from

Commits on May 19, 2020

  1. deps: upgrade to libuv 1.38.0

    Notable changes:
    
    - `uv_library_shutdown()` has been added.
    - `uv_udp_init_ex()` now accepts `UV_UDP_RECVMMSG`, although it
      is a no-op.
    - Obsolete `MAX_PATH` restrictions have been removed on Windows,
      and Windows is now long path aware.
    - Windows environment variables longer than 32,767 characters are
      now supported.
    - Linux `cpu_times` are now reported as milliseconds to match
      other platforms.
    - A memory leak resulting from `uv_loop_init()` failures has
      been fixed.
    cjihrig committed May 19, 2020
    Copy the full SHA
    6f4861f View commit details
    Browse the repository at this point in the history