feat: upgrade libuv from 1.34.2 to 1.38.0 with new API and platform fixes

Add uv_library_shutdown() and uv__threadpool_cleanup() functions, introduce
UV_UDP_MMSG_CHUNK and UV_UDP_RECVMMSG flags, document cpu_times fields in
milliseconds, adjust priority constants for IBM i PASE, widen ansi_parser_state
to unsigned short on Windows, refactor async spin loop with sched_yield() and
eventfd support on Linux, add ARM yield in cpu_relax(), implement
uv__process_title_cleanup() on BSD and Darwin, replace CoreFoundation
dependency with darwin-stub.h, and fix accept4 detection for FreeBSD ≥10.
This commit is contained in:
Dario Vladović
2020-06-06 20:05:48 +00:00
parent 5b320526e6
commit c02b22cf18
54 changed files with 1793 additions and 1288 deletions
+1 -1
View File
@@ -1 +1 @@
1.34.2 release
1.38.0 release