Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
261 commits
Select commit Hold shift + click to select a range
75ecf8e
async_wrap: add parent uid to init hook
AndreasMadsen Jan 20, 2016
6f312b3
http_parser: use `MakeCallback`
trevnorris Feb 19, 2016
63356df
src,http: fix uncaughtException miss in http
trevnorris Mar 4, 2016
ee70405
src,http_parser: remove KickNextTick call
trevnorris Mar 11, 2016
c3d87ee
src: reword command and add ternary
trevnorris Mar 23, 2016
0642a14
async_wrap: setupHooks now accepts object
trevnorris Feb 22, 2016
c06e2b0
async_wrap: notify post if intercepted exception
trevnorris Feb 23, 2016
747f107
async_wrap: don't abort on callback exception
trevnorris Mar 14, 2016
271927f
async_wrap: pass uid to JS as double
trevnorris Jun 1, 2016
c807287
tls,https: respect address family when connecting
bnoordhuis May 9, 2016
e3f9bc8
test: use strictEqual consistently in agent test
bnoordhuis May 28, 2016
74a5e91
debugger: propagate --debug-port= to debuggee
bnoordhuis Oct 21, 2015
efdeb69
test: work around debugger not killing inferior
bnoordhuis May 28, 2016
13d0e46
build: enable compilation for linuxOne
mhdawson Mar 28, 2016
9606f76
test: run v8 tests from node tree
exinfinitum Mar 28, 2015
9809992
deps: backport 9c927d0f01 from V8 upstream
MylesBorins Jun 28, 2016
4c423e6
tools: explicit path for V8 test tap output
Jun 28, 2016
7d66752
zlib: release callback and buffer after processing
mdlavin May 24, 2016
b9dfdfe
vm: don't abort process when stack space runs out
addaleax May 20, 2016
5782ec2
module: don't cache uninitialized builtins
addaleax May 20, 2016
d9e9d9f
deps: backport e7cc609 from upstream V8
ofrobots Jun 15, 2016
1164f54
deps: fix segfault during gc
ofrobots Jun 15, 2016
0b8124f
child_process: emit IPC messages on next tick
cjihrig May 20, 2016
c0a42bc
test: verify IPC messages are emitted on next tick
santigimeno May 21, 2016
f152adf
cluster: close ownerless handles on disconnect()
cjihrig May 23, 2016
72fb281
util: improve util.format performance
evanlucas Feb 22, 2016
d0bf09d
util: improve format() performance further
mscdex Feb 23, 2016
9aec1dd
test: test cluster worker disconnection on error
santigimeno May 23, 2016
8513232
build: split CI rules in Makefile
joaocgreis Jun 15, 2016
e06ab64
deps: update to http-parser 2.7.0
indutny Jun 8, 2016
07fd52e
http: skip body and next message of CONNECT res
indutny Apr 19, 2016
55f8689
test: add test for responses to HTTP CONNECT req
slushie Apr 19, 2016
fb03e57
buffer: backport --zero-fill-buffers cli option
jasnell Mar 16, 2016
c237ac3
doc: git mv to .md
eljefedelrodeodeljefe Jul 1, 2016
0bfedd1
win,build: add creation of zip and 7z package
bzoz Mar 24, 2016
e544b1c
test,win: skip addons/load-long-path on WOW64
orangemocha Jul 8, 2016
200429e
buffer: ignore negative allocation lengths
addaleax May 29, 2016
7090481
buffer: backport new buffer constructor APIs to v4.x
ChALkeR Jun 19, 2016
4107b5d
deps: backport 22c5e46 from V8
Jul 6, 2016
9121e94
doc: note that process.config can and will be changed
jasnell Apr 19, 2016
b9136c0
src: add process.binding('config')
jasnell Apr 19, 2016
06327e5
tls: use process.binding('config') to detect fips mode
jasnell Jul 5, 2016
94eb980
deps: upgrade libuv to 1.9.0
saghul Apr 1, 2016
da7b74b
deps: upgrade libuv to 1.9.1
saghul May 16, 2016
7779639
unix,stream: fix getting the correct fd for a handle
saghul May 18, 2016
b07c3a6
tty: use blocking mode on OS X
Fishrock123 May 20, 2016
a1719a9
udp: use libuv API to get file descriptor
saghul May 20, 2016
01b314d
test: test TTY problems by fakeing a TTY using openpty
Fishrock123 May 20, 2016
b21d145
src: add node::FreeEnvironment public API
zcbenz Sep 28, 2015
f0edf87
doc: add vm example, be able to require modules
eljefedelrodeodeljefe Apr 21, 2016
a3fa5db
repl: copying tabs shouldn't trigger completion
ghaiklor May 13, 2016
5380743
doc: document socket.destroyed
tusharmath Apr 9, 2016
39e2474
assert: allow circular references
Trott Apr 27, 2016
5f444ed
test: add tests for stream3 buffering using cork
alexjeffburke May 12, 2016
2259e5d
test: avoid test-cluster-master-* flakiness
stefanmb May 2, 2016
3aef9b8
test: unmark test-http-regr-gh-2928 as flaky
Trott May 3, 2016
7813af7
doc: Add resolveNaptr and naptr rrtype docs
doug-wade May 5, 2016
7c55f59
test: make stdout buffer test more robust
Trott May 7, 2016
af4b56d
test: pass python path to node-gyp
hefangshi May 9, 2016
350f4cf
doc: server.listen truncates socket path on unix
jeanregisser May 9, 2016
140b84d
tools: print stderr on bad test.py `vmArch` check
Fishrock123 May 16, 2016
65b75b5
build: unbreak configure with python 2.6
bnoordhuis May 19, 2016
373ffc5
installer: don't install node_internals.h
bnoordhuis May 21, 2016
9cccaa3
test: fix component printing on windows
bnoordhuis May 21, 2016
426aa0a
src: fix Windows segfault with `--eval`
May 23, 2016
4ee863d
child_process: allow buffer encoding in spawnSync
cjihrig May 23, 2016
ecf5c1c
test: refactor spawnSync() cwd test
cjihrig May 23, 2016
5b807ac
doc: specify how to link issues in commit log
lpinca Jun 5, 2016
629a76f
doc: remove cluster.setupMaster() myth
cjihrig Jun 6, 2016
ece428e
http: fix no dumping after `maybeReadMore`
indutny Jun 4, 2016
6324723
doc,dgram: fix addMembership documentation
santigimeno Jun 9, 2016
0a85987
doc: update build instructions for Windows
joaocgreis Jun 13, 2016
7d6acef
test: listen on and connect to 127.0.0.1
bnoordhuis Jul 2, 2016
08cd81b
benchmark: add util.format benchmark
evanlucas Feb 22, 2016
d1a0a14
doc: Add CTC meeting minutes for 2016-05-04
mhdawson May 4, 2016
2ef0832
doc: add bmeck to collaborators
bmeck May 25, 2016
c5051ef
doc: add firedfox to collaborators
firedfox May 24, 2016
8cba3b2
cluster: guard against undefined message handlers
cjihrig May 20, 2016
f395f6f
doc: add yorkie to collaborators
yorkie May 26, 2016
8c412af
test: verify cluster worker exit
cjihrig May 26, 2016
e2e85ce
doc: clarified use of sexual language in the CoC
nebrius May 25, 2016
649d201
doc: improve `server.address()` doc text
Trott May 26, 2016
72e8ee5
doc: improve server.listen() documentation prose
Trott May 26, 2016
1c65f1e
doc: add info on what's used for fswatch on AIX
mhdawson May 18, 2016
cde3014
test: remove modifcation to common.PORT
Trott May 26, 2016
fbdc16a
doc: update labels and CI info in onboarding doc
Trott May 26, 2016
694e344
doc: fix typos in WORKING_GROUPS.md
joaosa May 28, 2016
146cba1
doc: improve debugger doc prose
Trott May 26, 2016
644bfe1
test: fix test-debug-port-numbers on OS X
santigimeno May 29, 2016
15bb0be
doc,test: add `How to write a Node.js test` guide
santigimeno May 26, 2016
44228df
test: remove `common.PORT` from gc tests
Trott May 27, 2016
6ece2a0
cluster: rewrite debug ports consistently
cjihrig May 29, 2016
5b1f546
test: remove non-incremental common.PORT changes
Trott May 29, 2016
96de3f8
doc: Add CII Best Practices badge to README.md
david-a-wheeler May 17, 2016
77325d5
test: remove disabled eio race test
Trott May 31, 2016
1bd62c7
benchmark: add benchmark for Buffer.concat
addaleax May 29, 2016
0013af6
doc: fix header depth of util.isSymbol
jasnell Jun 3, 2016
2a59e4e
test: improve debug-break-on-uncaught reliability
Trott May 16, 2016
8eb18e4
child_process: measure buffer length in bytes
Trott May 14, 2016
9d13337
http: wait for both prefinish/end to keepalive
indutny Jun 4, 2016
042e858
test: make test-child-process-fork-net more robust
Trott May 28, 2016
8724c44
test: add test for uid/gid setting in spawn
Trott May 31, 2016
c9ef04a
doc: fix events typo
greysonp Jun 17, 2016
ef37a2e
doc: add internal link in GOVERNANCE.md
Trott Jun 12, 2016
96ed883
test: enable test-debug-brk-no-arg
Trott Jun 3, 2016
65b5ccc
test: fix spawn on windows
mscdex May 29, 2016
57ba51e
doc: fix IRC link
imyller Jun 8, 2016
85f70b3
doc: clarify use of `0` port value
Trott Jun 7, 2016
4a7e333
doc: use `Buffer.byteLength` for Content-Length
kimown Jun 12, 2016
7182f5f
tools: fix license builder to work with icu-small
Jun 3, 2016
b95e5d7
benchmark: add benchmark for url.format()
Trott Jun 9, 2016
79b4588
test: add tests for some stream.Readable uses
addaleax Jun 10, 2016
3be5cdc
debugger: remove obsolete setTimeout
Trott Jun 4, 2016
f8fe474
doc: fixing minor typo in AtExit hooks section
danbev Jun 29, 2016
5129f3f
test: mark test-vm-timeout flaky on windows
Trott Jun 22, 2016
868af29
doc: add RReverser to collaborators
RReverser Jun 22, 2016
ccb278d
doc: mention http request "aborted" events
kemitchell Jun 10, 2016
9122b3b
doc: update "who to cc in issues" chart
Fishrock123 May 11, 2016
13d60ca
doc: add lance to collaborators
lance Jun 24, 2016
71ef71c
doc: add CTC meeting minutes 2016-06-15
joshgav Jun 16, 2016
c8e9adb
repl: fix tab completion for defined commands
princejwesley Jun 22, 2016
35ee35c
doc: clarify child_process stdout/stderr types
sartrey Jun 22, 2016
6c94c67
doc: fix "sign.verify" typo in crypto doc.
rus0000 Jun 24, 2016
a488892
assert: remove unneeded arguments special handling
Trott Jun 24, 2016
066cefb
doc: improve usage of `zero`/`0`
Trott Jun 28, 2016
8273824
test: remove common.PORT from http tests
Trott Jun 29, 2016
186af29
doc: fix detached child stdio example
cjihrig Jul 5, 2016
33a08b0
doc: add bartosz sosnowski to colaborators
bzoz Jul 6, 2016
537f333
doc: fix minor style issues in http.md
Trott Jul 4, 2016
db35efa
test: fix flaky test-net-write-slow
Trott Jul 6, 2016
700c6d9
doc: added information on how to run the linter.
diosney Jul 4, 2016
0f903bb
doc: add benchmark who-to-CC info
Trott Jul 8, 2016
de5e235
doc: dns.resolve fix callback argument description
qheaden Jul 4, 2016
242d6c7
tools: remove unused variable
Trott Jul 7, 2016
b5e516a
test: remove unused var in test-tls-server-verify
Trott Jul 7, 2016
4d36a67
test: remove unused var from child-process-fork
Trott Jul 7, 2016
7bd7c23
test: remove unused var from stream2 test
Trott Jul 7, 2016
3241536
test: remove unused var in net-server-try-ports
Trott Jul 7, 2016
4b464ce
benchmark: remove unused variables
Trott Jul 7, 2016
1d100f6
test: remove unused vars from http/https tests
Trott Jul 7, 2016
d7ce992
tools: update ESLint, fix unused vars bug
Trott Jul 7, 2016
f0b0fc4
test: update weak module for gc tests
Trott May 27, 2016
e3097b7
test: test isFullWidthCodePoint with invalid input
Trott Jun 25, 2016
75e4f74
doc: fix cluster worker 'message' event
cjihrig Jun 15, 2016
9c31c73
src: remove unused #include statement
bnoordhuis May 4, 2016
2b0dce5
src: don't use locale-sensitive strcasecmp()
bnoordhuis May 4, 2016
efadf76
tools: update certdata.txt
bnoordhuis Jun 22, 2016
1e0cede
crypto: update root certificates
bnoordhuis Jun 22, 2016
1baa145
test: remove internet/test-tls-connnect-cnnic
bnoordhuis Jun 23, 2016
c03bd57
src: check uv_async_init() return value
bnoordhuis Jun 22, 2016
67937bc
src: guard against starting fs watcher twice
bnoordhuis Jun 22, 2016
e103044
src: remove unused data member write_queue_size_
bnoordhuis Jun 22, 2016
38baf6a
src: remove unused md_ data members
bnoordhuis Jun 22, 2016
7305e7b
src: remove duplicate HMAC_Init calls
bnoordhuis Jun 22, 2016
61de6e9
src: remove deprecated HMAC_Init, use HMAC_Init_ex
bnoordhuis Jun 22, 2016
e6a27a7
src: fix use-after-return in zlib bindings
bnoordhuis Jun 22, 2016
53a67ed
src: fix bad logic in uid/gid checks
bnoordhuis Jun 22, 2016
b956635
tls: catch `certCbDone` exceptions
indutny May 20, 2016
79bd39c
build: add v8 requirement to test-v8* in Makefile
targos Jun 29, 2016
5290c9d
build: use BUILDTYPE when building V8 in Makefile
targos Jun 30, 2016
a31d316
test: add test for exec() known issue
Trott Jun 22, 2016
fd05b0b
Revert "child_process: measure buffer length in bytes"
Trott Jun 22, 2016
6a08535
child_process: preserve argument type
Trott Jun 23, 2016
09349a8
cluster: don't send messages if no IPC channel
santigimeno May 31, 2016
20d3378
cluster: reset handle index on close
santigimeno May 25, 2016
7dbb0d0
buffer: fix dataview-set benchmark
RReverser May 22, 2016
8557597
vm: don't print out arrow message for custom error
addaleax Jun 24, 2016
db2b23f
src: fix sporadic deadlock in SIGUSR1 handler
bnoordhuis Mar 25, 2016
dda81b4
src: unify implementations of Utf8Value etc.
addaleax Apr 23, 2016
391fc80
tools: update cpplint to r456
bnoordhuis Jun 28, 2016
e74f199
tools: disable unwanted cpplint rules again
bnoordhuis Jun 28, 2016
09e98a4
tools: add back --mode=tap to cpplint
bnoordhuis Jun 28, 2016
4a2bd2d
tools: allow cpplint to run outside git repo
bnoordhuis Jun 28, 2016
ccc701e
src: fix build/c++tr1 cpplint warnings
bnoordhuis Jun 28, 2016
c8f78a2
src: fix build/header_guard cpplint warnings
bnoordhuis Jun 28, 2016
16f2497
src: fix readability/braces cpplint warnings
bnoordhuis Jun 28, 2016
c90ae7f
src: fix readability/constructors cpplint warnings
bnoordhuis Jun 28, 2016
7852117
src: fix readability/inheritance cpplint warnings
bnoordhuis Jun 28, 2016
4748bed
src: fix readability/namespace cpplint warnings
bnoordhuis Jun 28, 2016
68db091
src: fix readability/nolint cpplint warnings
bnoordhuis Jun 28, 2016
d6595ad
src: fix runtime/indentation_namespace warnings
bnoordhuis Jun 28, 2016
f530a36
src: fix runtime/int cpplint warnings
bnoordhuis Jun 28, 2016
44cbe03
src: fix runtime/references cpplint warnings
bnoordhuis Jun 28, 2016
066064d
src: fix whitespace/blank_line cpplint warnings
bnoordhuis Jun 28, 2016
4f4d3e7
src: fix whitespace/indent cpplint warnings
bnoordhuis Jun 28, 2016
0db3aa9
build: remove unused files from CPPLINT_FILES
bnoordhuis Jun 28, 2016
27c2d25
src: lint node_win32_perfctr_provider.cc
bnoordhuis Jun 28, 2016
42e7c9d
src: lint node_lttng_tp.h
bnoordhuis Jun 28, 2016
5aff60e
src: lint v8abbr.h
bnoordhuis Jun 28, 2016
68e9fd4
tools: fix -Wunused-variable warning
bnoordhuis Jun 28, 2016
23797eb
src: remove obsolete NOLINT comments
bnoordhuis Jun 28, 2016
3eea551
src: fix memory leak in WriteBuffers() error path
bnoordhuis Jun 22, 2016
eab9ced
test: fix flaky test-vm-timeout
addaleax Jun 22, 2016
8404e34
Revert "test: mark test-vm-timeout flaky on windows"
addaleax Jun 22, 2016
e52b2b0
doc: add `added:` information for assert
Trott May 11, 2016
ec90384
doc: add `added:` information for child_process
addaleax May 23, 2016
eb08c17
doc: add `added: ` data for cli.md
Trott May 25, 2016
a0ca24b
doc: add `added:` information for console
edsadr May 26, 2016
1d99059
doc: add `added:` information for dns
julianduque May 27, 2016
b08ff33
doc: add `added:` information for https
addaleax Jun 23, 2016
78d361b
doc: add `added` information for net
Jun 3, 2016
8b53f4b
doc: add `added:` information for os
bengl May 6, 2016
f1a37ad
doc: add `added:` information for path
julianduque May 26, 2016
a870cdc
doc: add `added:` information for punycode
firedfox May 17, 2016
eec0c63
doc: add `added:` information for querystring
bengl May 5, 2016
e6d7bfc
doc: add `added:` information for readline
julianduque May 26, 2016
4474e83
doc: add `added:` information for repl
addaleax Jun 10, 2016
5b50b1c
doc: add `added:` info for `string_decoder`
Trott May 13, 2016
3c8f19f
doc: add `added:` in for `tty`
Trott May 16, 2016
1758f02
doc: add `added:` information for url
bengl May 5, 2016
3e3471f
doc: add `added:` information for v8
Trott May 11, 2016
7abfb6e
doc: add `added:` information for vm
addaleax May 27, 2016
a53253a
doc: add `added:` information for zlib
addaleax May 18, 2016
88f46b8
doc: add `added:` information for timers
addaleax Jun 30, 2016
2244a3c
doc: adds 'close' events to fs.ReadStream and fs.WriteStream
May 1, 2016
1e9d27c
doc: add `added:` information for fs
addaleax May 12, 2016
fd4aa6c
doc: correct `added:` information for fs.access
richardlau Jun 14, 2016
9b8565c
doc: add `added:` information for tls
May 27, 2016
fcb4e41
doc: add `added:` information for process
bengl May 5, 2016
1a5c025
doc: remove superfluos backticks in process.md
addaleax Jul 12, 2016
60c054b
doc: add information for IncomingMessage.destroy()
Trott Jun 8, 2016
5c1d8e1
doc: add `added:` information for http
addaleax Jun 23, 2016
1e86d16
doc: buffers are not sent over IPC with a socket
Jul 12, 2016
ec25f38
doc: add `added:` information for buffer
addaleax May 1, 2016
0149cb0
tools: add mock-y js-yaml dependency to doctool
addaleax May 1, 2016
2832a60
tools: parse documentation metadata
tflanagan Nov 14, 2015
8f76d7d
test,tools: test yaml parsing of doctool
addaleax Apr 30, 2016
ea13763
tools: allow multiple added: version entries
addaleax Apr 30, 2016
96b5aa8
tools: update marked dependency
firedfox Apr 25, 2016
8b88c38
tools: lint for object literal spacing
Trott May 5, 2016
686d7b3
test: build addons with V8_DEPRECATION_WARNINGS=1
bnoordhuis May 9, 2016
b869cdb
doc: fix deprecation warnings in addon examples
bnoordhuis May 9, 2016
ea20796
build,test: fix build-addons dependency chain
bnoordhuis May 9, 2016
ed193ad
tools: fix tools/doc/addon-verify.js regression
addaleax May 9, 2016
da1e13f
build: add Make `doc-only` target
jmm Nov 18, 2015
607173b
tools: fix regression in doctool
May 10, 2016
3681b9b
test: refactor doctool tests
Trott May 12, 2016
f9f85a0
tools: restore change of signatures to opts hashes
jmm May 10, 2016
9ef6e23
tools: make sure doctool anchors respect includes
addaleax May 23, 2016
d50f169
tools,doc: add example usage for REPLACEME tag
addaleax May 19, 2016
8a7c5fd
build: add REPLACEME tag for version info in docs
bnoordhuis May 13, 2016
223c0e2
test: skip doctool tests when js-yaml is missing
addaleax Jun 8, 2016
e9ff0f8
doc: make doc-only -> fallback to user binary
eljefedelrodeodeljefe May 20, 2016
6562444
crypto: allow GCM ciphers to have longer IV length
mwain Apr 25, 2016
d863327
src: clean up string_search
mscdex Jul 12, 2016
af4940d
deps: upgrade npm in LTS to 2.15.9
zkat Jul 12, 2016
9a8acad
test: use random ports where possible
mscdex May 29, 2016
236491e
build: update build-addons when node-gyp changes
lance May 16, 2016
046d651
benchmark: fix child-process-exec-stdout on win
bzoz May 31, 2016
50577fa
2016-08-15, Version 4.5.0 'Argon' (LTS)
Jul 12, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deps: upgrade libuv to 1.9.0
Fixes: #5737
Fixes: #4643
Fixes: #4291
Fixes: nodejs/node-v0.x-archive#8960
Refs: #3594
PR-URL: #5994
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
saghul authored and Myles Borins committed Jul 14, 2016
commit 94eb980ca5e2646fbc07b70b802be5c9ef1bafe4
3 changes: 3 additions & 0 deletions deps/uv/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ ipch
# sphinx generated files
/docs/build/

# Clion / IntelliJ project files
/.idea/

*.xcodeproj
*.xcworkspace

Expand Down
6 changes: 6 additions & 0 deletions deps/uv/.mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,29 @@ Brian White <mscdex@mscdex.net>
Brian White <mscdex@mscdex.net> <mscdex@gmail.com>
Caleb James DeLisle <cjd@hyperboria.ca> <cjd@cjdns.fr>
Christoph Iserlohn <christoph.iserlohn@innoq.com>
Devchandra Meetei Leishangthem <dlmeetei@gmail.com>
Fedor Indutny <fedor.indutny@gmail.com> <fedor@indutny.com>
Frank Denis <github@pureftpd.org>
Isaac Z. Schlueter <i@izs.me>
Jason Williams <necmon@yahoo.com>
Justin Venus <justin.venus@gmail.com> <justin.venus@orbitz.com>
Keno Fischer <kenof@stanford.edu> <kfischer+github@college.harvard.edu>
Keno Fischer <kenof@stanford.edu> <kfischer@college.harvard.edu>
Leith Bade <leith@leithalweapon.geek.nz> <leith@mapbox.com>
Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io>
Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
Michael <michael_dawson@ca.ibm.com>
Michael Neumann <mneumann@think.localnet> <mneumann@ntecs.de>
Nicholas Vavilov <vvnicholas@gmail.com>
Rasmus Christian Pedersen <zerhacken@yahoo.com>
Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com>
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org>
Ryan Emery <seebees@gmail.com>
Sam Roberts <vieuxtech@gmail.com> <sam@strongloop.com>
San-Tai Hsu <vanilla@fatpipi.com>
Santiago Gimeno <santiago.gimeno@quantion.es> <santiago.gimeno@gmail.com>
Saúl Ibarra Corretgé <saghul@gmail.com>
Shigeki Ohtsu <ohtsu@iij.ad.jp> <ohtsu@ohtsu.org>
Timothy J. Fontaine <tjfontaine@gmail.com>
Expand Down
13 changes: 13 additions & 0 deletions deps/uv/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,16 @@ Yuval Brik <yuval@brik.org.il>
Joran Dirk Greef <joran@ronomon.com>
Andrey Mazo <andrey.mazo@fidelissecurity.com>
sztomi <hello.sztomi@gmail.com>
Martin Bark <martin@barkynet.com>
Dave <dave@jut.io>
Alexis Murzeau <amubtdx@gmail.com>
Didiet <lynxluna@gmail.com>
Nan Xiang <514580344@qq.com>
Samuel Lorétan <sloretan@riotgames.com>
Nándor István Krácser <bonifaido@gmail.com>
Katsutoshi Horie <mps299792458@gmail.com>
Lukasz Jagiello <lukasz@wikia-inc.com>
Robert Chiras <robert.chiras@intel.com>
Kári Tristan Helgason <kthelgason@gmail.com>
Krishnaraj Bhat <krrishnarraj@gmail.com>
Enno Boland <g@s01.de>
9 changes: 6 additions & 3 deletions deps/uv/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The stable branch is effectively frozen; patches that change the libuv
API/ABI or affect the run-time behavior of applications get rejected.

In case of doubt, open an issue in the [issue tracker][], post your question
to the [libuv mailing list], or contact one of project maintainers
(@bnoordhuis, @piscisaureus, @indutny or @saghul) on [IRC][].
to the [libuv mailing list], or contact one of [project maintainers][] on [IRC][].

Especially do so if you plan to work on something big. Nothing is more
frustrating than seeing your hard work go to waste because your vision
Expand Down Expand Up @@ -138,7 +137,10 @@ $ git rebase upstream/v1.x # or upstream/master
### TEST

Bug fixes and features should come with tests. Add your tests in the
`test/` directory. Tests also need to be registered in `test/test-list.h`.
`test/` directory. Each new test needs to be registered in `test/test-list.h`. If you add a new test file, it needs to be registered in two places:
- `Makefile.am`: add the file's name to the `test_run_tests_SOURCES` list.
- `uv.gyp`: add the file's name to the `sources` list in the `run-tests` target.

Look at other tests to see how they should be structured (license boilerplate,
the way entry points are declared, etc.).

Expand All @@ -164,3 +166,4 @@ not send out notifications when you add commits.
[libuv mailing list]: http://groups.google.com/group/libuv
[IRC]: http://webchat.freelibuv.net/?channels=libuv
[Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
[project maintainers]: https://github.com/libuv/libuv/blob/master/MAINTAINERS.md
139 changes: 139 additions & 0 deletions deps/uv/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,142 @@
2016.04.08, Version 1.9.0 (Stable), 229b3a4cc150aebd6561e6bd43076eafa7a03756

Changes since version 1.8.0:

* win: wait for full timeout duration (João Reis)

* unix: fix support for uClibc-ng (Martin Bark)

* doc: indicate where new test files need to be added (Dave)

* test,unix: fix logic error in test runner (Ben Noordhuis)

* fs: don't nullify req->bufs on EINTR (Dave)

* osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé)

* build: invoke libtoolize with --copy (Ben Noordhuis)

* test: fixup eintr_handling (Saúl Ibarra Corretgé)

* osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé)

* test,win: fix compilation with shared lib (Alexis Murzeau)

* test: fix race condition in pipe-close-stdout (Imran Iqbal)

* unix,win: add uv_os_tmpdir() (cjihrig)

* ios: fix undefined PTHREAD_STACK_MIN (Didiet)

* test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal)

* unix: report errors for unpollable fds (Ben Noordhuis)

* win: fix watching root files (Nicholas Vavilov)

* build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé)

* build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé)

* test,win: fix compilation warning (Saúl Ibarra Corretgé)

* test: use uv_loop_close and assert its result (Nan Xiang)

* build: map 'AMD64' host arch to 'x64' (Ben Noordhuis)

* osx: protected use of potentially undefined macro (Samuel Lorétan)

* linux: fix compilation with musl (Saúl Ibarra Corretgé)

* doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé)

* doc: add missing link in README (Saúl Ibarra Corretgé)

* build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen)

* test: assume no IPv6 if interfaces cannot be listed (Nan Xiang)

* darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé)

* doc: add missing write callback to example (Nándor István Krácser)

* build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal)

* test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal)

* test: reduce timeout in tcp_close_while_connecting (Imran Iqbal)

* unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé)

* unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé)

* test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)

* linux: fix cpu count (Lukasz Jagiello)

* unix: fix uv__handle_type for AIX (Imran Iqbal)

* linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis)

* win: remove unneeded condition (Saúl Ibarra Corretgé)

* unix: fix compile error in Android using bionic (Robert Chiras)

* linux: add braces to multi-statement if (Kári Tristan Helgason)

* doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé)

* unix: add fork-safe open file function (Kári Tristan Helgason)

* linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason)

* linux: remove redundant call to rewind() (Krishnaraj Bhat)

* win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé)

* test: fix poll_bad_fdtype for AIX (Imran Iqbal)

* linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)

* poll: add UV_DISCONNECT event (Santiago Gimeno)

* fs: realpath: fix string size before converting (Yuval Brik)

* win: use native APIs for UTF conversions (cjihrig)

* doc: clarify uv_loop_close() (Ben Noordhuis)

* unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis)

* win,build: remove unused build defines (Saúl Ibarra Corretgé)

* win: fix buffer overflow in fs events (Joran Dirk Greef)

* win: fix uv_relative_path and remove dead branch (Joran Dirk Greef)

* unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason)

* test: add missing copyright header (cjihrig)

* aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)

* unix,win: add uv_get_passwd() (cjihrig)

* process: fix uv_spawn edge-case (Santiago Gimeno)

* test: use %ld for printing uid/gid (Ben Noordhuis)

* aix: fix ahafs implementation (Imran Iqbal)

* aix: do not store absolute path to ahafs (Imran Iqbal)

* process: close process pipes safely (Santiago Gimeno)

* unix: open ttyname instead of /dev/tty (Enno Boland)

* unix: remove outdated comment (Kári Tristan Helgason)


2015.12.15, Version 1.8.0 (Stable), 5467299450ecf61635657557b6e01aaaf6c3fdf4

Changes since version 1.7.5:
Expand Down
1 change: 1 addition & 0 deletions deps/uv/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libuv is currently managed by the following individuals:
* **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis))
- GPG key: D77B 1E34 243F BAF0 5F8E 9CC3 4F55 C8C8 46AB 89B9 (pubkey-bnoordhuis)
* **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus))
* **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig))
* **Fedor Indutny** ([@indutny](https://github.com/indutny))
- GPG key: AF2E EA41 EC34 47BF DD86 FED9 D706 3CCE 19B7 E890 (pubkey-indutny)
* **Saúl Ibarra Corretgé** ([@saghul](https://github.com/saghul))
Expand Down
13 changes: 11 additions & 2 deletions deps/uv/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ if WINNT

include_HEADERS += include/uv-win.h include/tree.h
AM_CPPFLAGS += -I$(top_srcdir)/src/win \
-DWIN32_LEAN_AND_MEAN \
-D_WIN32_WINNT=0x0600
LIBS += -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv
libuv_la_SOURCES += src/win/async.c \
Expand Down Expand Up @@ -130,6 +129,7 @@ EXTRA_DIST = test/fixtures/empty_file \
TESTS = test/run-tests
check_PROGRAMS = test/run-tests
test_run_tests_CFLAGS =
test_run_tests_LDFLAGS =
test_run_tests_SOURCES = test/blackhole-server.c \
test/dns-server.c \
test/echo-server.c \
Expand All @@ -151,6 +151,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \
test/test-default-loop-close.c \
test/test-delayed-accept.c \
test/test-dlerror.c \
test/test-eintr-handling.c \
test/test-embed.c \
test/test-emfile.c \
test/test-error.c \
Expand All @@ -161,6 +162,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \
test/test-get-currentexe.c \
test/test-get-loadavg.c \
test/test-get-memory.c \
test/test-get-passwd.c \
test/test-getaddrinfo.c \
test/test-getnameinfo.c \
test/test-getsockname.c \
Expand Down Expand Up @@ -242,6 +244,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \
test/test-timer-again.c \
test/test-timer-from-check.c \
test/test-timer.c \
test/test-tmpdir.c \
test/test-tty.c \
test/test-udp-bind.c \
test/test-udp-create-socket-early.c \
Expand Down Expand Up @@ -280,7 +283,7 @@ endif


if AIX
libuv_la_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT
libuv_la_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT -D_THREAD_SAFE
include_HEADERS += include/uv-aix.h
libuv_la_SOURCES += src/unix/aix.c
endif
Expand All @@ -301,15 +304,18 @@ libuv_la_SOURCES += src/unix/darwin.c \
src/unix/fsevents.c \
src/unix/kqueue.c \
src/unix/proctitle.c
test_run_tests_LDFLAGS += -lutil
endif

if DRAGONFLY
include_HEADERS += include/uv-bsd.h
test_run_tests_LDFLAGS += -lutil
endif

if FREEBSD
include_HEADERS += include/uv-bsd.h
libuv_la_SOURCES += src/unix/freebsd.c src/unix/kqueue.c
test_run_tests_LDFLAGS += -lutil
endif

if LINUX
Expand All @@ -320,16 +326,19 @@ libuv_la_SOURCES += src/unix/linux-core.c \
src/unix/linux-syscalls.c \
src/unix/linux-syscalls.h \
src/unix/proctitle.c
test_run_tests_LDFLAGS += -lutil
endif

if NETBSD
include_HEADERS += include/uv-bsd.h
libuv_la_SOURCES += src/unix/kqueue.c src/unix/netbsd.c
test_run_tests_LDFLAGS += -lutil
endif

if OPENBSD
include_HEADERS += include/uv-bsd.h
libuv_la_SOURCES += src/unix/kqueue.c src/unix/openbsd.c
test_run_tests_LDFLAGS += -lutil
endif

if SUNOS
Expand Down
1 change: 0 additions & 1 deletion deps/uv/Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CFLAGS += -Wall \
-Iinclude \
-Isrc \
-Isrc/win \
-DWIN32_LEAN_AND_MEAN \
-D_WIN32_WINNT=0x0600

INCLUDES = include/stdint-msvc2008.h \
Expand Down
8 changes: 7 additions & 1 deletion deps/uv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,16 @@ project tree manually:

### Unix

Run:
For Debug builds (recommended) run:

$ ./gyp_uv.py -f make
$ make -C out

For Release builds run:

$ ./gyp_uv.py -f make
$ BUILDTYPE=Release make -C out

Run `./gyp_uv.py -f make -Dtarget_arch=x32` to build [x32][] binaries.

### OS X
Expand Down Expand Up @@ -243,3 +248,4 @@ See the [guidelines for contributing][].
[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express
[guidelines for contributing]: https://github.com/libuv/libuv/blob/master/CONTRIBUTING.md
[libuv_banner]: https://raw.githubusercontent.com/libuv/libuv/master/img/banner.png
[x32]: https://en.wikipedia.org/wiki/X32_ABI
2 changes: 1 addition & 1 deletion deps/uv/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1.8.0.build{build}
version: v1.9.0.build{build}

install:
- cinst -y nsis
Expand Down
2 changes: 1 addition & 1 deletion deps/uv/autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [$UV_EXTRA_AUTOMAKE_FLAGS])" \
> m4/libuv-extra-automake-flags.m4

set -ex
"$LIBTOOLIZE"
"$LIBTOOLIZE" --copy
"$ACLOCAL" -I m4
"$AUTOCONF"
"$AUTOMAKE" --add-missing --copy
2 changes: 2 additions & 0 deletions deps/uv/checksparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ test/test-fs.c
test/test-get-currentexe.c
test/test-get-loadavg.c
test/test-get-memory.c
test/test-get-passwd.c
test/test-getaddrinfo.c
test/test-getsockname.c
test/test-homedir.c
Expand Down Expand Up @@ -155,6 +156,7 @@ test/test-threadpool-cancel.c
test/test-threadpool.c
test/test-timer-again.c
test/test-timer.c
test/test-tmpdir.c
test/test-tty.c
test/test-udp-dgram-too-big.c
test/test-udp-ipv6.c
Expand Down
2 changes: 1 addition & 1 deletion deps/uv/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

AC_PREREQ(2.57)
AC_INIT([libuv], [1.8.0], [https://github.com/libuv/libuv/issues])
AC_INIT([libuv], [1.9.0], [https://github.com/libuv/libuv/issues])
AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/libuv-extra-automake-flags.m4])
m4_include([m4/as_case.m4])
Expand Down
Loading