Skip to content

Tags: CaleyD/node

Tags

jenkins-accept-commit-temp2

Toggle jenkins-accept-commit-temp2's commit message
child_process: add callback parameter to .send()

Add an optional callback parameter to `ChildProcess.prototype.send()`
that is invoked when the message has been sent.

Juggle the control channel's reference count so that in-flight messages
keep the event loop (and therefore the process) alive until they have
been sent.

`ChildProcess.prototype.send()` and `process.send()` used to operate
synchronously but became asynchronous in commit libuv/libuv@393c1c5
("unix: set non-block mode in uv_{pipe,tcp,udp}_open"), which landed
in io.js in commit 07bd05b ("deps: update libuv to 1.2.1").

Fixes: nodejs#760
PR-URL: nodejs#2620
Reviewed-By: trevnorris - Trevor Norris <trev.norris@gmail.com>

v3.2.0

Toggle v3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-08-25 io.js v3.2.0 Release

v3.1.0

Toggle v3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Fishrock123 Jeremiah Senkpiel
2015-08-19 io.js v3.1.0 Release

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-08-04 io.js v3.0.0 Release

v3.0.0-rc.7

Toggle v3.0.0-rc.7's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-08-03 io.js v3.0.0 RC 7

v3.0.0-rc.6

Toggle v3.0.0-rc.6's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-07-30 io.js v3.0.0 RC 6

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cjihrig Colin Ihrig
2015-07-28 io.js v2.5.0 Release

v3.0.0-rc.5

Toggle v3.0.0-rc.5's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-07-24 io.js v3.0.0 RC 5

v3.0.0-rc.4

Toggle v3.0.0-rc.4's commit message

Verified

This tag was signed with the committer’s verified signature.
rvagg Rod Vagg
2015-07-22 io.js v3.0.0 RC 4

jenkins-accept-pull-request-temp2

Toggle jenkins-accept-pull-request-temp2's commit message
doc: Add notes for using @@toStringTag