Skip to content

Commit

Permalink
deps: upgrade to libuv 1.35.0
Browse files Browse the repository at this point in the history
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: #32204
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Santiago Gimeno <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
cjihrig authored and MylesBorins committed Mar 24, 2020
1 parent 09ca76b commit bee1261
Show file tree
Hide file tree
Showing 60 changed files with 3,390 additions and 1,102 deletions.
5 changes: 5 additions & 0 deletions deps/uv/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,8 @@ Carl Lei <[email protected]>
Stefan Bender <[email protected]>
nia <[email protected]>
virtualyw <[email protected]>
Witold Kręcicki <[email protected]>
Dominique Dumont <[email protected]>
Manuel BACHMANN <[email protected]>
Marek Vavrusa <[email protected]>
TK-one <[email protected]>
Loading

0 comments on commit bee1261

Please sign in to comment.