Skip to content

deps: upgrade to libuv 1.37.0

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

Notable changes:

  • gyp support has been removed upstream. I'm keeping the existing files in this repo, which will now need to be maintained in Node.
  • recvmmsg messages are returned in the correct order.
  • IBMi cmake support has been added.
  • uv_fs_lutime() has been added.
  • uv_fs_statfs() on Windows properly handles file paths.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading