0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/api
Tim Kuijsten 5207526ec8
doc: buffers are not sent over IPC with a socket
If a socket is sent to a child, any data that is buffered in the socket
will not be sent to the child. The child will only receive data from the
socket that is sent after the child has the socket.

PR-URL: https://github.com/nodejs/node/pull/6951
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-05-29 22:58:05 +02:00
..
_toc.md
addons.md doc: fix deprecation warnings in addon examples 2016-05-10 17:10:33 +02:00
all.md
assert.md doc: add added: information for assert 2016-05-13 09:49:05 -07:00
buffer.md doc: clarify buffer class 2016-05-24 16:54:18 +02:00
child_process.md doc: buffers are not sent over IPC with a socket 2016-05-29 22:58:05 +02:00
cli.md doc: add added: data for cli.md 2016-05-26 21:02:54 -07:00
cluster.md doc: fix the lint of an example in cluster.md 2016-05-03 10:13:23 -07:00
console.md doc: add added: information for console 2016-05-28 16:06:05 +02:00
crypto.md doc: fix broken references 2016-05-26 00:52:36 +02:00
debugger.md
dgram.md doc: add added: info for dgram.*Membership() 2016-05-18 22:52:15 -07:00
dns.md doc: Add resolveNaptr and naptr rrtype docs 2016-05-19 22:18:49 +02:00
documentation.md doc: "a" -> "an" in api/documentation.md 2016-05-11 11:17:29 -04:00
domain.md
errors.md doc: fix typo in Error.captureStackTrace 2016-05-20 08:32:04 -07:00
events.md doc,events: fix a link typo 2016-05-10 06:40:12 -05:00
fs.md doc: add info on what's used for fswatch on AIX 2016-05-27 16:44:32 -04:00
globals.md doc: reference list of language-specific globals 2016-05-24 01:21:15 +02:00
http.md
https.md doc: update openssl.org hash links 2016-05-17 21:24:41 +02:00
index.md
modules.md doc: mention existence/purpose of module wrapper 2016-05-10 06:48:36 -05:00
net.md doc: improve server.listen() documentation prose 2016-05-27 09:00:58 -07:00
os.md src: refactor require('constants') 2016-05-17 11:05:18 -07:00
path.md
process.md doc: update process.hrtime docs to include optional parameter 2016-05-27 09:28:48 -07:00
punycode.md doc: add added: information for punycode 2016-05-19 11:58:53 +02:00
querystring.md doc: add added: information for querystring 2016-05-09 13:44:15 +02:00
readline.md doc: readline.emitKeypressEvents and raw mode 2016-05-16 16:01:57 +02:00
repl.md repl: exports Recoverable 2016-05-12 10:03:06 -04:00
stream.md doc: discourage use of util.inherits 2016-05-09 14:10:41 +02:00
string_decoder.md doc: general improvements to string_decoder.md copy 2016-05-25 08:53:34 -07:00
synopsis.md
timers.md
tls.md doc: general improvements to tls.md copy 2016-05-26 08:12:33 -07:00
tty.md doc: general improvements to tty.md 2016-05-27 08:51:34 -07:00
url.md doc: general improvements to url.md copy 2016-05-26 18:09:18 -07:00
util.md doc: minor improvements to util.md 2016-05-29 12:25:03 +05:30
v8.md doc: general improvements to v8.md copy 2016-05-20 08:37:45 -07:00
vm.md doc: add added: information for vm 2016-05-28 16:12:50 +02:00
zlib.md doc: add added: information for zlib 2016-05-23 15:04:13 +02:00