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.35.0 #32204

Merged
merged 1 commit into from Mar 14, 2020
Merged

deps: upgrade to libuv 1.35.0 #32204

merged 1 commit into from Mar 14, 2020

Commits on Mar 14, 2020

  1. deps: upgrade to libuv 1.35.0

    Notable changes:
    
    - The UV_UDP_MMSG_CHUNK UDP flag has been added.
    - Support has been dropped for FreeBSD < 10.
    - The FreeBSD and Linux system call logic has been simplified to assume the
      presence of features covered by libuv's minimum system requirements.
    - Listening on IPC pipes is no longer allowed.
    - Fix iOS and Android builds.
    
    PR-URL: nodejs#32204
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    cjihrig committed Mar 14, 2020
    Copy the full SHA
    907bcad View commit details
    Browse the repository at this point in the history