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.40.0 #35333

Closed
wants to merge 1 commit into from
Closed

deps: upgrade to libuv 1.40.0 #35333

wants to merge 1 commit into from

Commits on Sep 25, 2020

  1. deps: upgrade to libuv 1.40.0

    Notable changes:
    
    - The UV_UDP_MMSG_FREE flag has been added.
    - UV__EPROTO has been remapped from 4046 to -4046 for
      consistency with other error codes.
    - On Windows, UTF-16 surrogate pairs are no longer
      replaced with the Unicode replacement character.
    - uv_timer_get_due_in() has been added.
    cjihrig committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0d84456 View commit details
    Browse the repository at this point in the history