Skip to content

Commit 693159e

Browse files
cjihrigevanlucas
authored andcommittedJan 30, 2018
deps: upgrade libuv to 1.19.1
PR-URL: #18260 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2a9afc4 commit 693159e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1086
-175
lines changed
 

‎deps/uv/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,7 @@ Pekka Nikander <pekka.nikander@iki.fi>
321321
Ed Schouten <ed@nuxi.nl>
322322
Xu Meng <mengxumx@cn.ibm.com>
323323
Matt Harrison <hi@matt-harrison.com>
324+
Anna Henningsen <anna@addaleax.net>
325+
Jérémy Lal <kapouer@melix.org>
326+
Ben Wijen <ben@wijen.net>
327+
elephantp <elephantp@elephantp.blog>

‎deps/uv/ChangeLog

+63
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
2018.01.20, Version 1.19.1 (Stable), 8202d1751196c2374ad370f7f3779daef89befae
2+
3+
Changes since version 1.19.0:
4+
5+
* Revert "unix,tcp: avoid marking server sockets connected" (Ben Noordhuis)
6+
7+
* Revert "unix,fs: fix for potential partial reads/writes" (Ben Noordhuis)
8+
9+
* Revert "win: use RemoveDirectoryW() instead of _wmrmdir()" (Ben Noordhuis)
10+
11+
* cygwin: fix compilation of ifaddrs impl (Brad King)
12+
13+
14+
2018.01.18, Version 1.19.0 (Stable), effbb7c9d29090b2e085a40867f8cdfa916a66df
15+
16+
Changes since version 1.18.0:
17+
18+
* core: add getter/setter functions for easier ABI compat (Anna Henningsen)
19+
20+
* unix: make get(set)_process_title MT-safe (Matt Harrison)
21+
22+
* unix,win: wait for threads to start (Ben Noordhuis)
23+
24+
* test: add threadpool init/teardown test (Bartosz Sosnowski)
25+
26+
* win, process: uv_kill improvements (Bartosz Sosnowski)
27+
28+
* win: set _WIN32_WINNT to 0x0600 (cjihrig)
29+
30+
* zos: implement uv_fs_event* functions (jBarz)
31+
32+
* unix,tcp: avoid marking server sockets connected (Jameson Nash)
33+
34+
* doc: mark Windows 7 as Tier 1 support (Bartosz Sosnowski)
35+
36+
* win: map 0.0.0.0 and :: addresses to localhost (Bartosz Sosnowski)
37+
38+
* build: install libuv.pc unconditionally (Ben Noordhuis)
39+
40+
* test: remove custom timeout for thread test on ppc (Ben Noordhuis)
41+
42+
* test: allow multicast not permitted status (Jérémy Lal)
43+
44+
* test: allow net unreachable status in udp test (Ben Noordhuis)
45+
46+
* unix: use SA_RESTART when setting our sighandler (Brad King)
47+
48+
* unix,fs: fix for potential partial reads/writes (Ben Wijen)
49+
50+
* win,build: do not build executable installer for dll (Bert Belder)
51+
52+
* win: allow directory symlinks to be created in a non-elevated context (Bert
53+
Belder)
54+
55+
* zos,test: accept SIGKILL for flaky test (jBarz)
56+
57+
* win: use RemoveDirectoryW() instead of _wmrmdir() (Ben Noordhuis)
58+
59+
* unix: fix uv_cpu_info() error on FreeBSD (elephantp)
60+
61+
* zos,test: decrease pings to avoid timeout (jBarz)
62+
63+
164
2017.12.02, Version 1.18.0 (Stable), 1489c98b7fc17f1702821a269eb0c5e730c5c813
265

366
Changes since version 1.17.0:

0 commit comments

Comments
 (0)
Please sign in to comment.