Skip to content

deps: upgrade to libuv 1.40.0

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/libuv into master

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.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading