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 <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
cjihrig authored and targos committed Apr 28, 2020
1 parent efc844d commit ae83f0f
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
Expand Up @@ -413,3 +413,8 @@ Carl Lei <xecycle@gmail.com>
Stefan Bender <stefan.bender@ntnu.no>
nia <nia@NetBSD.org>
virtualyw <virtualyw@gmail.com>
Witold Kręcicki <wpk@isc.org>
Dominique Dumont <dod@debian.org>
Manuel BACHMANN <tarnyko@tarnyko.net>
Marek Vavrusa <marek@vavrusa.com>
TK-one <tk5641@naver.com>

0 comments on commit ae83f0f

Please sign in to comment.